/* CSS Document */

body {
	background-image:url(../imag/bg_amarelo.gif);
	margin:0;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#area_central {
	width:778px;
	height:auto;
	background-color:#FFFFFF;
	border-left:2px #000000 solid;
	border-right:2px #000000 solid;
	margin:auto;
	position:relative;
	}

#banner {
	width:778px;
	height:150px;
	position:relative;
	}

#barra_do_menu{
	width:778px;
	height:25px;
	background-image:url(../imag/menu_1.gif);
	text-align: center;
	position:relative;
}

#area_esquerda{
	width:153px;
	height:auto;
	background:#FFFFFF;
	padding-top:5px;
	text-align:center;
	position:relative;
	float:left;
}

#area_conteudo{
	width:495px;
	height:auto;
	background:#FFFFFF;
	text-align:justify;
	padding-top:5px;
	padding-left:2px;
	padding-right:2px;	
	position:relative;
	float:left;
}

#area_direita {
	width:125px;
	height:auto;
	background:#FFFFFF;
	padding-top:5px;
	text-align:center;
	position:relative;
	float:right;
}

#rodape {
	width:778px;
	height:60px;
	background-color:#FFFF00;
	background-image:url(../imag/rodape_assoeva.gif);
	background-position:left;
	background-repeat:no-repeat;
	position:relative;
	float:right;
}

.fim {
	width:778px;
	height:auto;
	background-color:#FFFF00;
	color:#FFFF00;
	}
	
ul.plantel{
	margin:0px;
	text-align:left;
	line-height:20px;
	}

ul.plantel li{
	display:block;
	padding-left:10px;
	color:#000000;
	list-style:none;
	font-weight:bolder;
	}
	
ul.plantel li a{
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	}
	
ul.plantel a:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	}
	
.formulario{
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:13px;
	color:#000000;
	}
	
.link_form {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:13px;
	color:#000000;
	text-decoration:underline;
	}
.link_form:hover {
	font-weight:bold;
	}
	
.link_form2 {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:13px;
	color:#000000;
	text-decoration:underline;
	}
.link_form2:hover {
	color:#FFCC00;
	}
	
.noticias{
	color:#999999;
	font-size:12px;
	}

.noticias a{
	color:#000000;
	}

.noticias a:hover{
	color:#FFCC00;
	}
	
.not_tit{
	color:#000000;
	font-size:15px;
	text-align:center;
	font-weight:bolder;
	text-decoration:underline;
	}

.not_fonte{
	color:#BBBBBB;
	font-size:11px;
	text-align:right;
	font-weight:bolder;
	}
	
.link {
	font-size:10px;
	color:#000000;
	text-decoration:underline;
	}
.link:hover {
	font-weight:bold;
	}

#index_esq{
	width:245px;
	height:auto;
	background-color:#FFFFFF;
	position:relative;
	float:left;
	}
	
#index_dir{
	width:245px;
	height:auto;
	background-color:#FFFFFF;
	position:relative;
	float:right;
	}