/*<style>*/
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.menutop {
	position: relative;
	top: 28px;
	left: 148px;
}
.menutop2 {
	position: relative;
	top: 255px;
	left: 13px;
}
.banner {
	position: relative;
	top: 72px;
	left: 352px;
}
.maincont {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px auto;
	height: 290px;
	width: 800px;
}
.mainconthome {
	background-image: url(images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px auto;
	height: 522px;
	width: 800px;
}
.titulo {
	position: relative;
	top: 140px;
	left: 16px;
}
.conteudo {
	position: relative;
	margin: 0px auto;
	width: 800px;
}
.conteudohome {
	position: relative;
	top: 112px;
	left: 13px;
	width: 753px;
	height: 325px;
}

#navigation a { 
	display: block; 
	padding: 5px 5px 5px 5px; 
	color: #ee9100;
	background-color: #005da8; 
	text-decoration: none; 
	outline:none;
	font-weight:bold;
	-moz-outline:none;
	border-top: 1px solid #ee9100;
	border-bottom: 1px solid #ee9100;
	border-left: 4px solid #ee9100;
	border-right: 4px solid #ee9100;
}
#navigation a:hover { 
	color: #ffeb00;
	border-top: 1px solid #ffeb00;
	border-bottom: 1px solid #ffeb00;
	border-left: 4px solid #ffeb00;
	border-right: 4px solid #ffeb00;
	outline:none;
	-moz-outline:none;
}

#menu4 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top:40px;
	padding-bottom:20px;
}
#menu4 li {
	padding-bottom: 0px;
}
#menu4 a {
	color: #df5d42;
	font-size: 11px;
	text-align: center;
	display: block;
	width: 100px;
	text-decoration: none;
	vertical-align:top;
	border:1px solid #e38368;
	margin-left:35px;	margin-bottom:1px;
}
#menu4 a:hover {
	color:#ffffff;
}

#menu4 .selecionado {
	background-color:#e38368;
	color:#ce171f;
}
/*</style>*/