/*Configurando o Body*/
/*Não mexa nestas configurações*/
	body
	{
		margin-left         : 0px;
		margin-top          : 0px;
		margin-right        : 0px;
		margin-bottom       : 0px;
		
		background-image    : url(../images/bgBody.jpg);
		background-position : top;
		background-repeat   : repeat-x;
		background-color    : #F5F3F1;
	}

/*Classes*/
		.normalText
		{
	font-family : Tahoma,Arial;
	font-size   : 11px;
	color       : #333333;
		}
		
		.smallRedTitle
		{
			font-family : Tahoma,Arial;
			font-size   : 11px;
			font-weight : bold;
			color       : #EA160F;
		}
		
		.smallRed
		{
			font-family : Tahoma,Arial;
			font-size   : 11px;
			color       : #EA160F;
		}

		.mediumRedTitle
		{
			font-family : Tahoma,Arial;
			font-size   : 12px;
			font-weight : bold;
			color       : #EA160F;
		}
		
		.tituloInterno 
		{
		font-family : Tahoma,Arial;
		font-size   : 13px;
		color       : #333333;
		font-weight : bold;
		}
		
		.menuDesativado 
		{
		font-family : Tahoma,Arial;
		font-size   : 11px;
		color       : #666666;
		}
		
		.linha_vert 
		{
		background-image:url(../images/linha_vert.jpg);
		background-position:top middle;
		background-repeat:repeat-y;
		}

		a:link {
		font-family : Tahoma,Arial;
		font-size   : 11px;
		color       : #333333;
		text-decoration:underline;
		}
		
		a:visited {
		font-family : Tahoma,Arial;
		font-size   : 11px;
		color       : #333333;
		text-decoration:underline
		}
		a:hover {
		font-family : Tahoma,Arial;
		font-size   : 11px;
		color       : #333333;
		text-decoration:none;
		}
		a:active {
		font-family : Tahoma,Arial;
		font-size   : 11px;
		color       : #333333;
		text-decoration:underline
		}
		
		a.submenu:link {
		font-family : Tahoma,Arial;
		font-size   : 11px;
		color       : #EA160F;
		text-decoration:none;
		}
		
		a.submenu:visited {
		font-family : Tahoma,Arial;
		font-size   : 11px;
		color		:#EA160F;
		text-decoration:none;
		}
		a.submenu:hover {
		font-family : Tahoma,Arial;
		font-size   : 11px;
		color       : #820C09;
		text-decoration:none;
		}
		a.submenu:active {
		font-family : Tahoma,Arial;
		font-size   : 11px;
		color       : #820C09;
		text-decoration:none;
		}

		a.puc:link {
		font-family : Georgia;
		font-size   : 11px;
		color       : #3B7DB1;
		text-decoration:none;
		}
		
		a.puc:visited {
		font-family : Georgia;
		font-size   : 11px;
		color		:#3B7DB1;
		text-decoration:none;
		}
		a.puc:hover {
		font-family : Georgia;
		font-size   : 11px;
		color       : #3B7DB1;
		text-decoration:none;
		}
		a.puc:active {
		font-family : Georgia;
		font-size   : 11px;
		color       : #3B7DB1;
		text-decoration:none;
		}
