/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 20px;
	text-align: justify;
}
body {
	background-color: #FFFFFF;
}
input, select, option, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
.rotulos {
	font-weight: bold;
	color: #CC0000;
}
a.rotulos:link {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a.rotulos:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a.rotulos:active {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a.rotulos:hover {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
.subtitulo {
	font-weight: bold;
	color: #666666;
}


