body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
}
td, li, p {
	font-size: 12px;
}
a {
	color: #1D2F65;
	text-decoration: none;
}
a:hover {
	color: #1D2F65;
	text-decoration: underline;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.navegaOff {
	font-size: 10px;
	color: #8D8D8D;
	text-decoration: none;
}
.navegaOn {
	font-size: 10px;
	color: #1D2F65;
	text-decoration: none;
}
.navegaOn:hover {
	font-size: 10px;
	color: #1D2F65;
	text-decoration: underline;
}
.rodape {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #666666;
}
.erro {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.homeTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.institucionalP {
	font-size: 13px;
	text-align: justify;
}
.linkDestaque {
	font-size: 15px;
	font-weight: bold;
	color: #1D2F65;
}
.linkDestaque:hover {
	font-size: 15px;
	font-weight: bold;
	color: #E10000;
	text-decoration: underline;
}
.boxFoto {
	border: 1px solid #1D2F65;
}
#cat ul, #cat li, #sub ul, #sub li {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#cat li {
	padding-bottom: 10px;
}
#sub li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#sub a {
	color: #2F4DA4;
}
#cat a:hover {
	color: #E10000;
}
