	body {

	    	font-family: Verdana;
    		font-size: 12px;
	    	font-style: bold;
		color: #000000; 
		background: #CCCCCC;
		scrollbar-3dlight-color: #FFCC66;	/*LUZ DE FORA*/
		scrollbar-highlight-color: #FFFFFF; 	/*LUZ DE DENTRO*/
		scrollbar-shadow-color: #FFFFFF;	/*SOMBRA DE DENTRO*/
		scrollbar-darkshadow-color: #FFCC66; 	/*SOMBRA DE FORA*/
		scrollbar-face-color: #FFFFFF; 		/*BARRA*/
		scrollbar-track-color: #FFFFFF;		/*BASE*/
		scrollbar-arrow-color: #FFCC66; 	/*SETA DO BOTAO*/

	}


.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #3366CC;
	text-decoration: none;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}
.menu {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
a:link {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #3333CC;
	text-decoration: none;
	font-style: normal;
	line-height: normal;

}
a:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
	font-style: normal;
	line-height: normal;
	font-variant: normal;

}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #3300CC;
	text-decoration: underline;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;

}
a:active {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;

}

