@charset "utf-8";

body {
	background-color: #FFF;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #4d4b45;
	line-height: 24px;
	background-image: url(../img/body.jpg);
	background-repeat: repeat-x;
	background-position: 0px 37px;
}

a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

a:active {
	color: #999;
	text-decoration: none;
}

p {
	margin-top: 0px;
	font-size: 16px;
	color: #333;
	text-align: justify;
	line-height: 24px;
}

.main {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	margin-top: 0px;
	padding-bottom: 0px;
}

.center {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height: auto;
}

#main p.lastNode {
	margin-bottom: 0;
}
a:link img, a:visited img {
	border: none;
}
div.clearFloat {
	clear: both;
	font-size: 0;
	height: 20;
	line-height: 0px;
}
li.clearFloat {
	clear: both;
}
ul.symbolList {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.AbsWrap {
	position: relative;
	width: 100%;
}
.rowWrap {
	width: 100%;
}

#Div {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	margin-bottom: 0px;
	width: 800px;
	height: 100px;
	background-repeat: repeat;
	color: #666;
	background-image: url(../img/menu_barra.jpg);
}
#Div2 {
	margin-left: 1px;
	margin-top: 20px;
	display: inline;
	float: left;
	margin-bottom: 0px;
	width: 800px;
	padding-top: 0px;
	height: 250px;
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
}
#Div3 {
	margin-left: 2px;
	margin-top: 5px;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 518px;
	padding-top: 0px;
	height: auto;
}
#Div4 {
	margin-left: 25px;
	margin-top: 5px;
	display: inline;
	float: left;
	margin-bottom: 0;
	width: 250px;
	padding-top: 0px;
	height: auto;
}
#Div5 {
	display: inline;
	float: left;
	background-color: #06c;
	border: 1px solid #fff;
	width: 100%;
	height: 60px;
	background-image: url(../img/rodape.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	background-position: center bottom;
}

.Div6 {
	margin-left: 500px;
	margin-top: 0px;
	display: inline;
	float: right;
	width: auto;
	height: auto;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

.menu {
	font-size: 22px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}


h1 {
	font-size:24px;
	color:#fab001;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}


label {
 font-weight:bold;
 font-style:italic;
 font-size:11px;
 	
}

.input {
	height:30px;
	background-color: #FFF;
	border:1px #fab001 solid;
	-webkit-border-radius: 8px;
    border-radius: 8px;
	margin-bottom:10px;
	
}

.textarea {
	background-color: #FFF;
	border:1px #fab001 solid;
	-webkit-border-radius: 8px;
    border-radius: 8px;
	margin-bottom:10px;
	
	
}


.botao {
	background-color:#ED9912;
	border:#CCC 1px solid;
	width:62px;
	height:28px;
	color:#FFF;
}

.botao:hover{
	color:#fff;
	background-color:#37322b;
	text-decoration:none;
	cursor:pointer
}

.imgborder {
border:1px #bad3db solid;padding:3px;
}

h3 {
	background-color:#F60;
	font-size:16px;
	color:#FFF;
	padding:5px;
	
}
