@charset "utf-8";
/* CSS Document */
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: tahoma,verdana,arial;
	font-size:11px;
	color: #000000;
	background-color: #000;
}
body,td,th {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: tahoma,verdana,arial;
	font-size:11px;
	color: #000000;
}
.branco {color: #FFFFFF
}
.pequeno {
	font-size: 8px;
	color: #999999;
}
.titulos {
	font-size: 13px;
	font-weight: bold;
	color:  #999999;
}
a:link, a:active, a:visited {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #FF0;
	font-size: 12px;
	text-decoration: none;
}
.input {
	border: 1px solid #333333;
	font-family: tahoma,verdana,arial;
	font-size:11px;
	color: #000000;
}
.geral{

}

.corpo{
	background-image: url(../img/fundo_corpo.jpg);
	margin-top: 0px;
}
.topo{
	margin-top: 0px;
}
.rodape{
	background-image: url(../img/fundo_rodape.jpg);
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	border-right-width: 1px;
	border-left-width: 1px;
}
.coluna_esquerda {
	padding: 4px;
	background-position: center;
	text-align: center;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D6D6D6;
}