BODY {
	SCROLLBAR-FACE-COLOR: #057FC2;
	SCROLLBAR-HIGHLIGHT-COLOR: HighlightText;
	SCROLLBAR-SHADOW-COLOR: white;
	SCROLLBAR-3DLIGHT-COLOR: white;
	SCROLLBAR-ARROW-COLOR: white;
	SCROLLBAR-TRACK-COLOR: white;
	SCROLLBAR-DARKSHADOW-COLOR: #045A8A;
}

.blue {  
  
font-family: Verdana; 
font-size: 10px; 
color: #007CC3;
text-decoration: none;

}

a:hover.blue {
	text-decoration: underline;
	color: #007CC3;
}

.cinza {  
  
font-family: Verdana; 
font-size: 10px; 
color: #606060;
text-decoration: none;

}

a:hover.cinza {
	text-decoration: underline;
	color: #606060;
}


.white {  
  
font-family: Verdana; 
font-size: 10px; 
color: white;
text-decoration: none;

}

a:hover.white {
	text-decoration: underline;
	color: white;
}

.titblue {  
  
font-family: Verdana; 
font-size: 12px; 
color: #007CC3;
text-decoration: none;

}

a:hover.titblue {
	text-decoration: underline;
	color: #007CC3;
}


.form {
	font-family: Verdana;
	font-size: 10px;
	color: white;
	border-top: 1px solid #154460;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #154460;
	background-image: url(../imgs/bg_forms.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: fixed;
	background-color: #046397;
}

select {
	font-family: Verdana;
	font-size: 10px;
	color: white;
	border-top: 1px solid #154460;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #154460;
	background: url(../imgs/bg_forms.gif) repeat-y;
    background-color: #046397;
    background-repeat: repeat-y;
    background-position: left top;
    background-attachment: fixed;
}

