@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#16372c;
}

a:link {
	color: #ff6000;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color: #ff6000;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #ff6000;
	font-weight:bold;
	text-decoration:underline;
}
a:active {
	color: #ff6000;
	font-weight:bold;
	text-decoration:none;
}

#site {
	width:100%;
}

#back_topo {
	width:100%;
	height:250px;
	background-color:#FFFFFF;
	background-image:url(../img/fundo_topo.jpg);
}

#topo {
	width:750px;
	height:250px;
	background-color:#FFFFFF;
	margin:0 auto;
}

#back_miolo {
	width:100%;
	background-color:#16372c;
}

#div_miolo {
	width:100%;
	height:10px;
	background-color:#16372c;
	background-image:url(../img/fundo_div01.jpg);
}

#miolo {
	width:750px;
	margin:0 auto;
	background-color:#16372c;
	background-image:url(../img/fundo_miolo.jpg);
}

#conteudo {
	width:710px;
	margin-left:20px;
	margin-right:20px;
}

#cont_esquerda {
	width:480px;
	float:left;
	text-align:left;
}

#div_conteudo1 {
	width:20px;
	float:left;
	background-image:url(../img/div03.gif);
	height:200px;
}

#cont_direita {
	width:210px;
	float:left;
}

#rodape {
	width:750px;
	height:50px;
	margin:0 auto;
	background-color:#FFFF33;
}

.titulo01 {
	font-size:14px;
	font-weight:bold;
}

.titulo02 {
	font-size:14px;
	font-weight:bold;
	color: #ff6000;
}

.titulo03 {
	font-size:9px;
	color: #ffffff;
}

.data {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
