/*HTML*/
body {
	margin: 0px;

}

/*ID*/
#top-full {
	background-image: url(../images/top-bg.jpg);
	background-repeat: repeat-x;
}
#top {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#top-flash {
	position: absolute;
	left: 50%;
	width: 300px;
	height: 100px;
	margin-left: 79px;
	top: 0px;
	visibility: visible;
}
#rodape{
	bottom: 0px;
}
/*CLASS*/

.menu, .menu:link, .menu:active, .menu:visited{
	text-decoration: none;
	background-color: #B5CBE3;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	height: 13px;
	padding: 4px;
	
}
.menu:hover{
	background-color: #F14203;
	color: #FFFFFF;
}

.texto, .texto-b{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 17px;
	text-align: justify;
}
.texto-b{
	font-weight: bold;
}
a.texto-b:link, a.texto-b:hover, a.texto-b:active, a.texto-b:visited{
	text-decoration: none;
	color: #000000;
}
a.texto:link, a.texto:active, a.texto:visited{
	text-decoration: none;
}
a.texto:hover{
	text-decoration: underline;
}
.marquee, a.marquee:link, a.marquee:active, a.marquee:visited, a.marquee:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #FFFFFF;
}
.tabela_top{
	background-color: #335EA8;
	height: 10px;
}
.tabela_tit{
	background-color:#CADEFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding: 3px;
	text-align: right;
}
.tabela_text{
	background-color: #EEEEEE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 3px;
}
.tabela_form{
	border: solid 1px #000000;
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 1px;
}
.escritorios{
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	position:relative;
	left:0px;
	top:0px;
	z-index:10;
}
.texto-direita{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.agentes{
	background-image:url(../images/bg_agentes.jpg);
	background-position:right;
	background-repeat:no-repeat;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	margin-top: 5px;
	border-bottom: #666666 1px solid;
	padding-left: 15px;
	width: 400px;
	border-left: 1px #000099 solid;
	border-right: 1px #000099 solid;
	text-transform: uppercase;
	height: 25px;

}
.agentes_tit{
	color: #000099;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight:bold;
	border-top: #000099 1px solid;
	border-left: 1px #000099 solid;
	border-right: 1px #000099 solid;
	padding: 3px;
	text-align: center;
	text-decoration: none;
}
.agentes_bdr{
	border-left: 1px #000099 solid;
	border-right: 1px #000099 solid;
}

/* NOTICIAS RSS */

.noticias{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: justify;
}
a.noticias:link, a.noticias:active, a.noticias:visited{
	text-decoration: none;
}
a.noticias:hover{
	text-decoration:underline;
}
#noticias {
}