* {
	margin: 0px;
	padding: 0px;
}
html {
min-height: 100%;
height: auto;
}
body {
	background-image: url(img/fundo_degrade.jpg);
	background-color: #F1F2F4;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 150px;
}
#fundo_topo {
	background-image: url(img/topo_faixas.jpg);
	height: 270px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}
#cabecalho {
	margin: 0 auto;
	width: 750px;
	background-color: #FFFFFF;
}
#tudo {
	width: 750px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#menu {
	background-image: url(img/fundo_menu.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 170px;
	padding: 30px 20px 0 20px;
	height: 100%;
	float: left;
}
#principal {
	padding: 30px 25px 0;
	color: #5D7381;
	margin: 0 0 0 210px;
	min-height:400px;
}
li {
	display:block;
	margin: 15px 0px;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	font-size: 14px;
}
li a:link, li a:visited {
	text-decoration:none;
	color: #5D7282;
	margin: 0px;
}
a:link, a:visited {
	color:#017628;
	text-decoration: none;
}
a:hover, a:active, li a:hover {
	text-decoration: none;
	color: #63A414;
}
p {
	margin: 10px 0px;
}
.imgesquerda {
	float: left;
	margin: 0px 6px 6px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
label {
	display: block;
	width: 160px;
	float: left;
}
.campotexto {
	width: 200px;
	border: 1px solid #5C7280;
}
th {
	color: #FFFFFF;
	background-color: #7BAF0F;
	text-align: center;
	font-weight: normal;
}
.imggrande {
	position: absolute;
	visibility: hidden;
	border: solid 1px #B7C0C7;
	margin: 0;
}
.imgpequena {
	height: inherit;
	width: 60px;
}
a:hover img.imggrande {
visibility:visible;
}
table#tabela, table#tabela tr, table#tabela th, table#tabela td {
	border: 1px solid #CAD109;
	padding: 3px;
	font-size: 11px;
}

table#tabela td table tr td{
	border: none;
}
.citacao {
	font-size: 9px;
}
.bordatabela, .bordatabela td {

	border: 1px solid #CAD109;
	padding: 3px;
}
