@charset "utf-8";
/* CSS Document */
.texto {
	font-family: Calibri;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	margin-top: 5px;
}

.textodois {
	font-family: Calibri;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #006599;
	text-decoration: none;
	margin-top: 5px;
	padding-top: 2px;
}

.textotres {
	font-family: Calibri;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	margin-top: 5px;
}

select, textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006599;
	border: 1px solid #9F6000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #006599;
	text-decoration: none;
}
a:link {
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:visited {
	font-family:Calibri;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a:hover {
	font-family: Calibri;
	font-size: 14px;
	font-weight: bolder;
	color: #990000;
	text-decoration: underline;
}
a:active {
	font-family: Calibri;
	font-weight: bold;
	color: #006599;
	text-decoration: underline;
