/* CSS Document */

body {
	background: #003300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}
/* ESTRUTURA */
DIV#container {
	width: 760px;
	height:auto;
	background:#FFF;
}
DIV#topo {
	width:760px;
	height:230px;
	background:url(images/topo.jpg) no-repeat;
	position:relative;
	top:0px;
	float:left;
	text-align:center;
}
DIV#corpo {
	width:760px;
	height:auto;
	background:#FFF;
	position:relative;
	top:0px;
	float:left;
	text-align:left;
}
DIV#leftCol {
	width: 460px;
	height:auto;
	background: none;
	position:relative;
	top:0px;
	left:0px;
	float:left;
	text-align:left;
}
DIV#rightCol {
	width:300px;
	height:auto;
	background: none;
	position:relative;
	top:0px;
	left:0px;
	float:left;
	text-align:left;
}
DIV#rodape {
	width:760px;
	height:69px;
	background:url(images/base.jpg) no-repeat bottom;
	clear:both;
	text-align:left;
}
DIV#noticias {
	width:300px;
	height:100px;
	background: none;
	position:relative;
	top:0px;
	left:0px;
	float:left;
	text-align:left;
	overflow-y:scroll;
	margin-bottom:20px;
}
/* TEXTOS E LINKS */
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	margin-left:30px;
	margin-right:30px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #336600;
	margin-left:30px;
	margin-right:30px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #48A281;
	margin-left:30px;
	margin-right:30px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #48A281;
	margin-left:30px;
	margin-right:30px;
}
ul {
	margin-left:30px;
	margin-right:30px;
}
a {
	color:#339900;
	text-decoration:none;
}
a:hover {
	color:#339900;
	text-decoration:underline;
}
/*MENU*/
P.navegador {
	width:760px;
	height:30px;
	background:none;
	position:relative;
	top:195px;
	float:left;
	margin:0px;
}
P.navegador a {
	display:inline block;
	padding:10px;
	background:none;
	color:#FFF;
	text-decoration:none;
	margin:0px;
}
P.navegador a:hover {
	display:inline block;
	background:none;
	color:#FFF;
	text-decoration:underline;
	margin:0px;
}
/*TABELAS*/
table {
	margin-left:30px;
	margin-right:30px;
}

/*ESPECIAIS*/
P.creditos {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #48A281;
	margin-left:30px;
	margin-right:30px;
	padding-top:20px;
}
SPAN.destaque {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: red;
}