/* CSS Document */
a:link {
	text-decoration: none;
	/*color:#6A0035;*/
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.Estilo3 {
	font-size: x-small;
	color: #336600;
}
.Estilo4 {
	font-size: small;
	color: #336600;
}
.Estilo5 {
	font-size: x-small;
	font-weight: bold;
	color: #6A0035;
}
.Estilo6 {
	font-size: medium;
	font-weight: bold;
	color: #6A0035;
}
.Estilo7 {
	font-size: xx-small;
	font-weight: bold;
	color: #6A0035;
}
.Estilo8 {
	font-size: medium;
}
.Estilo9 {
	font-size:larger;
	font-weight:bolder;
	color:#993300;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.Estilo10 {
	font-size: 13px;
	font-style: italic;
}

.pax_selec {
	font-size:18px;
	font-weight:bolder;
	color:#993300;
}

.pax_non_selec {
	font-size:12px;
	color: #336600;
}



body {
scrollbar-face-color: #336633; 
scrollbar-shadow-color: #6a0035; 
scrollbar-highlight-color: #CE9A00;
scrollbar-3dlight-color: #CE9A00; 
scrollbar-darkshadow-color: #6a0035; 
scrollbar-track-color: #FFFFFF; 
scrollbar-arrow-color: #CE9A00;
}
