/*BODY, TD, TH, DL, UL, OL, P {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
}*/
/*body {
	margin: 0;
	padding: 0;
}*/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF3333;
	text-decoration: underline;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF3333;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border-style: solid;
	border-width: 1px;
}
.botao_input {
	border:1 solid #000000;
	color:#FFFFFF;
	background-color: #FF0000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
h3 {
	font-size:11px; 
}
.warn {
	color: #FF0000;
}
.star {
	color: #FF0000;
}
UL {
	list-style-type: square;
}
.red {
	color: #FF0000;
}