/*Características Gerais*/
body{
	background: #E0F6E9;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
body, table{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 8pt;
}
.normal{
	font-size: 9pt;
}

/*Boxes*/
#principal{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 746px;
	background-color: #ffffff;
}
#menu{
	background-image: url(imagens/f_topo.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#conteudo{
	float: left;
	text-align: left;
	width: 730px;
	margin-left: 3px;
	padding-left: 5px;
}
#rodape{
	width: 746px;
	background-color: #ffffff;
}
#menu2{
	float: left;
	text-align: left;
	width: 162px;
	margin-left: 5px;
	padding: 10px;
	background-color: #eaeaea;
}
#direita{
	float: left;
	margin-left: 10px;
	width: 525px;
}
#boxvereadores{
	float: right;
	width: 168px;
	padding: 0px 2px 2px 2px;
	text-align: center;
	background-color: #f0f0ed;
}
#boxenquete{
	float: right;
	width: 168px;
	padding: 0px 0px 2px 4px;
	background-color: #f5e6b2;
}
#enquete{
	padding: 5px 5px 5px 5px;
	text-align: left;
}
#foto{
	margin-left: 10px;
	margin-right: 10px;
	background-color: #ffffff;
	border: 1px solid #000000;
	text-align: center;
}


/*Formatação*/
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:link{
	color: #CC0000;
}
a:visited{
	color: #FF6600;
}
a:active{
	color: #0000ff;
}
a.linkpreto{
	color: #000000;
}
a:visited.linkpreto{
	color: #000000;
}
h2{
	font-size: 10pt;
}
.linha{
	line-height: 150%;
}
.clearleft{
	clear: left;
}
.clearright{
	clear: right;
}
.clearboth{
	clear: both;
}
.bordapreta{
	border: 1px solid Black;
}
.lista li{
	padding: 2px 5px 2px 2px;
}
.campo{
	background-color: #eeeeee;
	border: 1px solid #000000;
	width: 400px;
}
.campo2{
	background-color: #eeeeee;
	border: 1px solid #000000;
	width: 220px;
}
.botoes {
	font-weight: bold;
	color: #000000;
	background-color: #ececec;
	border: 1px solid #000000;
}

