/* CSS Document */

body {	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	background-color: #20519D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	
	SCROLLBAR-FACE-COLOR: #FFFFFF; 
	SCROLLBAR-HIGHLIGHT-COLOR: white; 	
	SCROLLBAR-SHADOW-COLOR: #FF0000; 
	SCROLLBAR-3DLIGHT-COLOR: #FF0000; 
	SCROLLBAR-ARROW-COLOR:#FF0000;
	SCROLLBAR-TRACK-COLOR: white; 
	SCROLLBAR-DARKSHADOW-COLOR: #20519D;
}

a {
	color:#333333;
	text-decoration:none;
}

a:hover{
	color:#FF0000;
}

a.vermelho{
	color:#FF0000;
}