body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	background-color: #FFFFFF;
}
p, li {
	font-size: 12px;
}
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0B9D04;
	text-decoration: underline;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #F9F9F9;
	border: none;
}
.submenuLink {
	color: #0B9D04;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.submenuLink:hover {
	color: #0000FF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.subTitulo {
	font-size: 14px;
	font-weight: bold;
	color: #FC7613;
}
.unidade {
	background-color: #F9F9F9;
}

