* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #000;
}

a img {
	border: 0;
}

body {
	font-size: 12px;
	font-family: Trebuchet, Verdana, Arial;
}

h1 {
	color: #2E4070;
	font-size: 20px;
	padding: 10px;
}

#container {
	width: 992px;
	margin: 0 auto;
}

#conteudo {
	width: 980px;
	border: 1px solid #CCCCCC;
}

#menu li {
	float: left;
	list-style-type: none;
}

#rodape {
	width: 975px;
	margin: 0 auto;
	margin-top: 20px;
	background-image: url(../../images/rodape.jpg);
	height: 55px;
	font-size: 10px;
	padding-top: 20px;
	padding-left: 20px;
	letter-spacing: -0.2px;
}

#infocenter {
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	float:right;
	margin-top:-25px;
}

#infocenter a {
	color:#000000;
	text-decoration:none;
	outline:none;
}
		
#topo {
	width: 995px;
	background-image: url(../../images/topo/bg_topo.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align:left;
}



.botao {
	width: auto !important;
	height: auto !important;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}
