body {
	margin: 0px;
}

.text333333 {
	color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.txt2 {
	color: #333333;
	font-size: 18px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

--> tabbes do site <--

#geral{
	height:auto;
	width:auto;
	}

#topo{
	height:350px;
	width:760px;
	}

#lateral{
	height:auto;
	width:215px;
	float:left;
	}

#conteudo{
	height:auto;
	width:760px;
	float:left;
	padding-left:2px;
	}

#rodape{
	height:51px;
	width:760px;
	float:left;
	background:url(img/rodape.jpg);
	}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}


