/* estilos gerais */
a{COLOR: white; text-decoration: none;}
a:hover{COLOR: white; text-decoration: underline; background: none;}
a:link{COLOR: white;}

body {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #686822;
}

.titulo1{
	font-family: Arial, Geneva, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color: #FFFFFF;
}

.link2{COLOR: #993333; text-decoration: none;}
.link2:hover{COLOR: #993333; text-decoration: underline; background: none;}
.link2:link{COLOR: #993333;}

/* para barra de rolagem */
BODY {
	SCROLLBAR-FACE-COLOR: #B8B872; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #f5f5f5; 
	SCROLLBAR-3DLIGHT-COLOR: #B8B872; 
	SCROLLBAR-ARROW-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #B8B872
}	