body {
	margin:0px;
	padding:0px;
	background: #E1E1E1 url(../img/bg.gif) top center repeat-y;
}
/* - Estilo de Fonte
--------------------------------------------------*/
div, p, table, td, th, textarea {
	font-family:"Trebuchet MS", Arial, Tahoma;
	color: #222;
	text-decoration: none;
}
form { margin:0px; padding:0px;}

.titulo {
	font-weight:bold;
	color: #005604;
}
.titulo2 {
	color: #005604;
}
a:link, a:visited {
	color: #222;
	text-decoration: none;
}
a:hover {
	color: #A00000;
	text-decoration: none;
}
/* - Css Padrão
--------------------------------------------------*/
#corpo {
    width: 100%;
	background:url(../img/bg2.gif) repeat-x;
}

#padrao {
	width: 778px;
    margin: auto;
	background: #FFF;
	}
/* - Topo
--------------------------------------------------*/
#topo {
	width:778px;
	position: relative;
	z-index:1;
}
#menu {
	width:182px;
	height:328px;
	position:absolute;
	left: 15px;
	top: 15px;
	z-index:10;
}
/* - Centro / Esquedo
--------------------------------------------------*/
#centro{
	float:left;
	background:url(../img/images/bg.gif) #e5e5e5  left bottom no-repeat;
}
#centroIndex{
	float:left;
	background:url(../img/images/bg2.gif) #FaFaFa left bottom no-repeat;
}
#esquerdo {
	width: 193px;
	float:left;
}
/* - Centro / Direito / Index
--------------------------------------------------*/
.direito {
	width: 585px;
	float: right;
	font-size: 11px;
	background-color:#FFFFFF;
}
#direitoIndex {
	width: 386px;
	float: left;
	padding:4px 0px 0px 9px;
	background:url(../img/barras.gif) left top no-repeat;
	position:relative;
}
.destaque {
	height:22px;
	padding:9px 0px 5px 0px;
}
#buttons {
	width: auto;
	position:absolute;
	left: 320px;
	top: 8px;
	z-index:10;
}
/* - Agencia Notícias
--------------------------------------------------*/
.asUltimas {
	width: 175px;
	height:147px;
	border-bottom:1px #CCCCCC solid;
	border-left:1px #CCCCCC solid;
	background:#EFEFEF;
	padding:9px 0px 0px 9px;
	float: right;
}
#marqueecontainer{
	position: relative;
	width: 175px;
	height: 109px;
	overflow: hidden;
	cursor: pointer;
}
.ponto {
	height:6px;
	width: 165px;
	margin:1px 0px 1px 0px;
	background:url(../img/ponto.gif) repeat-x;
	clear:both;
}
/* - Centro / Direito / Interno
--------------------------------------------------*/
#direitoInterno {
	width: 574px;
	float: left;
	position:relative;
	padding:4px 0px 0px 9px;
	background:url(../img/barras.gif) left top no-repeat;
}
#buttonsInt {
	width: auto;
	position:absolute;
	left: 510px;
	top: 8px;
	z-index:10;
}
/* - Rodape
--------------------------------------------------*/
#rodape {
    width:778px;
	clear: both;}
/* - Contato
--------------------------------------------------*/
.contato{
	color:#005604;
}
.formOnFocus{
	color: #222;
	border: 1px solid #CC0000;
}
.formOnBlur{
	color:#005604;
}
.botao {
	height:22px;
	width:85px;
	font-weight: bold;
	color: #333;
	font-size:10px;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-bottom:1px solid #999;
	border-right:1px solid #ccc;
	background-color:#efefef;
}
form input, form textarea {
	width:350px;
	font-size: 11px;
	border: 1px solid #AAA;
	border-bottom: 1px solid #DDC;
	border-right: 1px solid #DDC;
	margin-bottom: 1px;
	padding:3px;
}
/* - Outros
--------------------------------------------------*/
.escuro	{
font-weight: bold;
}
.ponto2 {
	height:6px;
	width: 568px;
	margin:4px 0px 3px 0px;
	background:url(../img/ponto.gif) repeat-x;
	clear:both;
}