/* CSS Document */

BODY {
	SCROLLBAR-FACE-COLOR: #28166f;
	SCROLLBAR-HIGHLIGHT-COLOR: HighlightText;
	SCROLLBAR-SHADOW-COLOR: #28166f;
	SCROLLBAR-3DLIGHT-COLOR: white;
	SCROLLBAR-ARROW-COLOR: white;
	SCROLLBAR-TRACK-COLOR: #28166f;
	SCROLLBAR-DARKSHADOW-COLOR: #28166f;
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.text {  
  
font-family: Verdana; 
font-size: 11px; 
color: #28166f;
text-decoration: none;

}

a:hover.text {
	text-decoration: underline;
	color: #28166f;
}

.textorange {  
  
font-family: Verdana; 
font-size: 11px; 
color: #e77817;
text-decoration: none;

}

a:hover.textorange {
	text-decoration: underline;
	color: #e77817;
}


.textcinza {  
  
font-family: Verdana; 
font-size: 10px; 
color: #707070;
text-decoration: none;

}

a:hover.textcinza {
	text-decoration: underline;
	color: #707070;
}


.textbig {  
  
font-family: Verdana; 
font-size: 14px; 
color: #28166f;
text-decoration: none;

}

a:hover.textbig {
	text-decoration: underline;
	color: #28166f;
}


.forms {  

font-family: Verdana; 
font-size: 10px; 
color: white; 
background-color: #28166f; 
border: 1px #ffffff solid

}

.forms2 {  

font-family: Verdana; 
font-size: 10px; 
color: #28166f; 
background-color: white; 
border: 1px #ffffff solid

}

