/* CSS Document */

BODY
{
	scrollbar-face-color:#333333;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#333333;
	scrollbar-darkshadow-color:#333333;
	scrollbar-track-color:#333333;
	scrollbar-arrow-color:#FFFFFF;
}

body {
	background-color: #333333;
	font-family:  Arial, Helvetica, sans-serif;
}
a {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #D4B012;
}
a:active {
	text-decoration: none;
	color: #D4B012;
}
.texto1 {
	font-size: 10px;
	color: #333333;
}
.texto2 {
	font-size: 12px;
	color: #333333;
}
.texto3 {
	font-size: 20px;
	color: #D4B012;
}
.texto4 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.texto5 {
	font-size: 12px;
	font-weight: bold;
	color: #D4B012;
}
.tx{
border-bottom: 1px solid #D4B012;
text-align: justify;
text-indent: 20px;
padding: 0.5em 0 1em 0;
}
.ft00{
padding: 1em 0 0 0;
}
input { font-family:  Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; background-color: #FFFFFF; border: #D4B012; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
textarea { font-family:  Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; background-color: #FFFFFF; border: #D4B012; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}