@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
#geral{
	width: 825px;
	margin: 0px 0px 0px 10px ;
}
#geral1{
	width: 930px;
	margin: 0px 0px 0px 10px ;
}

#topo{
}
#menu{
	width: 250px;
	float: left;
	margin-top: 10px;
	
}
#meio{
}
#conteudo{
	width: 560px;
	float: right;
	margin: 10px 0 10px 0px;
}
#conteudo1{
	width: 590px;
	float: right;
	margin: 10px 0 10px 0px;
}
#banner{
}

#texto p{
	margin: 0;
	padding: 5px;
	color:#666;
	text-align:justify;
	line-height: 14px;
	font-size: 11px;
}
#linha{
	height: 3px;
	background: #CCCCCC;
	margin: 10px 0 10px 0px;
	clear: both;
}
#rodape{
	clear: both;
	margin-bottom: 10px;
	text-align:left;
}
#rodape p{
	margin: 0;
	padding: 0;
	text-align: left;
}
h2{
	padding: 5px 0 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #666;
	line-height: normal;
	height: 10px;
}
