@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	text-decoration:none;
	vertical-align:middle;
	list-style:none;
	margin:0 auto;
}
body{
background-image:url(../img/bg.jpg);
}
#topo{
	height:225px;
	width:780px;
	background:#999999;
}
#esquerda{
	width:150px;
	background:#EDF6ED;
	float:left;
	height:100%;
}
#direita{
	width:140px;
	background:#CCEACC;
	float:right;
	height:100%;
}
#meio{
	width:780px;
	background:#009933;
	/** height:500px;*/
	height:100%;
	overflow:hidden;
	* overflow:inherit;
	background-image:url(../img/bg_meio.jpg);
	background-repeat:repeat-y;
}
#rodape{
	clear:both;
	background-image:url(../img/rodape.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:780px;
	height:35px;
	vertical-align:middle;
	text-align:center;
	padding-top:6px;
}
#centro{
	/*background:#FFFFFF;*/
	margin-left:153px;
	margin-right:143px;
	* margin-left:150px;
	* margin-right:140px;
	height:100%;
}
.m_banner_hide{
	display:none;
}
.m_banner_show{
	display:block;
}
/*link*/
a.lista:link {
color:#666666;
text-decoration:none;
font-size:9px;
}
a.lista:visited {
color:#666666;
text-decoration:none;
font-size:9px;
}
a.lista:hover {
color:#999999;
text-decoration:underline;
font-size:9px;
}
/*fim link*/
a.lista2:link {
color:#006600;
text-decoration:none;
font-size:12px;
font-weight:bolder;
}
a.lista2:visited {
color:#666666;
text-decoration:none;
font-size:12px;
font-weight:bolder;
}
a.lista2:hover {
color:#999999;
text-decoration:underline;
font-size:12px;
font-weight:bolder;
}
