body,td,th {
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #EADDB2;
	margin: 0px;
}
a {
	font-size: 12px;
	color: #808080;
	text-decoration: none;

	/*color: #3C3C13;*/
	/*color: #979833;*/
}

a:hover {
	text-decoration: underline;
}

a.link_menu
{
	color: #F5F5F5;
	text-decoration: none;

}

a.link_menu: hover
{
	color: #F5F5F5;
	text-decoration: underline;
}

a.link_rodape
{
	font-size: 12px;
	color: #F5F5F5;
	text-decoration: underline;
}

a.link_rodape:hover
{
	color: #FFF;
}


p {
	font-size: 12px;
	line-height: 21px;
	color: #333;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 999px;
	position: absolute;
	left: 50%;
	margin-left: -499px;
	background-image: url(../imagens/fundo.png);
	background-repeat: repeat-x;
	background-color: #FFF;
}

#topo {
	padding-right: 20px;
	padding-left: 20px;
	background-color: #52743d;
	color: #FFF;

}

.topo_texto
{
	padding-top: 120px;

}

.sair
{
	padding-top: 20px;

}

#conteudo {
	width: 618px;
	float: left;
	position: relative;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 15px;
}

#rodape {
	width: 100%;
	float: left;
	position: relative;
	height: 22px;
	background-color: #52743d;
	color: #FFF;
	text-align: right;
	padding-top: 8px;
	margin-top: 15px;
}

#conteudo table {
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #FFF;
}
#conteudo table td {
	background-color: #F7F8DE;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#conteudo table th {
	background-color: #DEDEAB;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #43441E;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

fieldset
{
	padding: 20px;
	border: 1px solid #3D3E0D;
}

legend
{
	color: #3D3E0D;
}

fieldset.interno
{
	border: 1px solid #CCC;
}

legend.interno
{
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

.rolagem400
{
	height: 400px;
	overflow: auto;
}
