*{
	list-style:none;
	padding:0px;
	margin:0px;
}

body{
	/*background:url(../imagens/bg.jpg) repeat-x;*/
	background-color:#0359BC;
}

h2{
	color:#0359BC;
	margin-left:8px;
	margin-bottom:25px;
}

fieldset{
	margin:1em 0;
	padding:8px;
	border:1px solid #ccc;
	background:#fff;
}

legend{
	color:#004877;
	font:bold 16px Trebuchet MS, Arial, Verdana, Sans-Serif;
}

form{
	background:white;
	padding:5px;
	margin:0px;
}

form p{
	margin-top:5px;
	padding:3px;
	display:block;
	width:98%;
}

label{
	float:left;
	width:260px;
	color:#004877;
	text-align:left;
	margin-right:12px;
}

select{
	width:270px;
}

table{
	width:98%;
	border:1px solid #AA1734;
	margin:2%;
	background:#FFDFE6;
	padding:0px;
}

table th{
	font: bold 1em Verdana, Tahoma, Sans-Serif;
	color:white;
	text-align:center;
	background:#AA1734;
	padding:5px;
}

table tr td{
	border-bottom:1px solid white;
	padding:5px;
	padding-top:8px;
	color:#AA1734;
}

#geral{
	width:980px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px !important;
}

#topo{
	height:120px;
	/*border-bottom:1px solid #AA1734;*/
	background:url(../imagens/top.jpg) no-repeat;
	background-position:0px 110px;
}

#topo h1 a{
	position:absolute;
	width:444px;
	height:63px;
	background:url(../imagens/logo1.jpg) no-repeat;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin-top:35px;
	margin-left:45px;
}

#coluna_esquerda{
	float:left;
	width:190px;
}

#ul_outros li{
	margin-bottom:5px;
}

#menu{
	margin-top:5px;
	margin-left:3px;
	float:left;
	width:185px;
}	

#menu li, #coluna_direita li{
	border-bottom:1px solid #ccc;
}

#menu ul li ul{
	margin-left:15px;
	position:absolute;
	margin-left:163px;
	margin-top:-22px;
	display:none;
	width:200px;
	z-index:900 !important;
	background:#0359BC;
}

#menu ul li a, #coluna_direita ul li a{
	text-decoration:none;
	padding-left:10px;
	font:1.1em Trebuchet MS, Arial, Verdana, Sans-Serif;
	color:white;
	display:block;
	width:94% !important;
	background:#AA1734;
}

#menu ul li a:hover, #coluna_direita ul li a:hover{
	color:#AA1734;
	background:white;
}

#menu ul li ul li a{
	padding-left:5px;
	font:0.8em Trebuchet MS, Arial, Verdana, Sans-Serif;
	background:#0359BC;
	width:100% !important;
}

#menu .submenu{
	margin-top:15px;
	/*padding-top:31px;
	background:url(../imagens/submenus.jpg) no-repeat;*/
}

#menu .submenu li a{
	text-decoration:none;
	padding-left:5px;
	font:0.9em Trebuchet MS, Arial, Verdana, Sans-Serif;
	color:white;
	display:block;
	width:97% !important;
	background:#0359BC;
}

#menu .submenu li a:hover{
	color:#0359BC;
	background:white;
}

.somSub{
	background-position:5px 10px !important;
}

#conteudo{
	float:left;
	width:585px;
	padding:5px;
	font:0.9em Trebuchet MS, Arial, Verdana, Sans-Serif;
	color:#3F3F3F;
	text-align:justify;
	margin-left:5px;
}

#conteudo ul{
	margin:5px;
}

#conteudo li{
	list-style:disc;
	list-style-position:inside;
	font-style:italic;
}

#conteudo a{
	color:#0359BC;
}

ul.ul_meio li{
	list-style:none !important;
	margin-left:5px;
	float:left;
}



#conteudo p{
	font-size:0.9em;
	line-height:1.9em;
}

#coluna_direita{
	float:right;
	width:180px;
	margin-right:5px;
}

#coluna_direita ul li.pula_bg{
	height:250px;
}


#rodape{
	clear:both;
	border-top:1px solid #AA1734;
	text-align:center;
	height:50px;
	font-size:0.7em;
}

#rodape ul{
	margin-bottom:10px;
	margin-top:5px;
}

#rodape ul li{
	display:inline;
	margin-right:20px;
}

#rodape a{
	text-decoration:underline;
	color:#0359BC;
}

#rodape a:hover{
	text-decoration:underline;
}

#rodape #selos{
	float:right;
	margin-right:8px;
	margin-top:-15px;
}

#bel{
	margin-top:22px;
	font:bold 1.2em Trebuchet MS, Arial, Verdana, Sans-Serif;
	text-align:center;
	color:#0359BC;
}

#bel span{
	color:#AA1734;
	display:block;
}

#cflash{
	margin-left:-20px;
}

/*** CLASSES */
.mini{
	width:175px;
}

.esquerda{
	float:right;
	margin:5px;
	margin-right:10px;
}

.info{
	color:red;
	font-size:0.7em;
	float:left;
	margin-top:10px;
}

.erro{
	background:#FFAFBF !important;
	border:1px solid red !important;	
}

.divRadios{
	float:left;
	width:300px;
	margin-bottom:15px;
	margin-left:270px;
}

.divRadios label{
	float:left;
	clear:both;
	width:100%;
}

.clearboth{
	clear:both;
}

.smenor{
	width:80px !important;
}