/* CSS Document */
<!--
body {
	background-color: #C3BFA2;
}

.titulo_dorado {
	font-size: 12px;
	font-family: Verdana;
	color: #C4BFA2;
	font-weight: bold;
}
.titulo {
	font-size: 10px;
	font-family: Verdana;
	color:#990000;
	font-weight: bold;
}
.texto_branco {
	font-size: 10px;
	font-family: Verdana;
	color: #FFFFFF;
}
.texto {
	font-size: 10px; 
	font-family: Verdana; 
	color: #333333; 
}
A.sailorweb:link {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
A.sailorweb:visited {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
A.sailorweb:active {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
A.sailorweb:hover {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

A.texto_branco:link {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
A.texto_branco:visited {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
A.texto_branco:active {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
A.texto_branco:hover {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
-->
