/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-align: justify;
	list-style-type: disc;
}
.texto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
.texto3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	text-align: justify;
}
.texto4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.Titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}
.Titulos2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	font-size: 12px;
	font-weight: bold;
}
ul {
	list-style-type: disc;
}
.input1 {
	border: thin none;
	font-family: Arial;
	font-size: 16px;
	color: #000066;
	font-weight: bold;
}
.input2 {
	border: none;
	background-color: #F2F2F2;
}
.input3 {
	border: thin none;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
.input4 {
	border: none;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
.textarea1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.OBS {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FF0000;
	text-align: center;
}

a:link {
	text-decoration: none;
	color:#000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
a:visited {
	text-decoration: none;
	color:#000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
	text-align: left;
}
a:active {
	text-decoration: none;
	color: #000099;
	text-align: left;
}
