body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#texto {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#corpo {
	padding: 20px;
	float: left;
	width: 960px;
}
#menu {
	float: left;
	width: 20%;
}
#conteudo {
	float: right;
	width: 75%;
}
#conteudo2 {
	float: right;
	width: 100%;
}
#central {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#cabecalho {
	background-image: url(../imagens/bg_top.jpg);
	float: left;
	height: 123px;
	width: 1000px;
	background-color: #E0DFE3;
}
#rodape {
	background-image: url(../imagens/bg_rodape.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 83px;
	width: 1000px;
	color: #FFFFFF;
	padding-top: 40px;
	text-align: center;
}
ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	list-style-type: none;
	padding: 1px;
}
#conteudo table {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #B7D2E8;
	border-bottom-color: #142E53;
	border-right-style: dotted;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-right-color: #B7D2E8;
	border-left-color: #B7D2E8;
}
#conteudo table tr.hum {
	background-color: #F0F7FB;
}
a:hover {
	color: #152F54;
	text-decoration: none;
}

#conteudo th {
	background-color: #152F54;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}


ul li a {
	padding: 2px;
	display: block;
	background-color: #B7D2E8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E2EDF5;
	border-bottom-color: #4A91C5;
	color: #123056;
	font-weight: bold;
	text-decoration: none;
}
a {
	color: #4A91C5;
}
a:hover {
	color: #152F54;
	text-decoration: none;
}
ul li a:hover {
	color: #FFFFFF;
	background-color: #152F54;
}
input {
 font-family: Tahoma, arial, helvetica;
 font-size: 11px;
 border: 1px #666666 solid;
 background-color: #F9F9F9;
}
.input {
 font-family: Tahoma, arial, helvetica;
 font-size: 11px;
 border: 1px #666666 solid;
 background-color: #F9F9F9;
}

