* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	color: #808080;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	background-color: #c1c0bf;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

a { 
	color:#004186;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#container {
	width: 770px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background: #DDDDDD;
}

#mainContent {
	background: #FFFFFF;
	padding-top: 50px;
	padding-right: 55px;
	padding-left: 55px;
	text-align: justify;
	padding-bottom: 20px;
}
#mainContent p {
	padding-bottom: 20px;
}

#mainContent h1 {
	font-size: 18px;
	color: #da251d;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/h1.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
#mainContent h2 {
	font-size: 18px;
	color: #da251d;
	padding-top: 30px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 0px 10px;
	font-weight: bold;
}

#menu {
	width: 770px;
	height: 30px;
	position: absolute;
	clip: rect(auto,auto,auto,auto);
}

#menu ul {
	font-size: 12px;
	padding: 0;
	list-style: none;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#menu ul li {
	display: block;
	position: relative;
	float: left;
}
#menu li ul {
	display: none;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #81807f;
	background: #c5c4c4;
	white-space: nowrap;
	padding-top: 5px;
	padding-right: 26px;
	padding-bottom: 5px;
	padding-left: 26px;
	border: 1px solid #FFF;
}
#menu ul li a:hover {
	color:#d9251d;
	
}
#footer {
	background-repeat: repeat;
	background-image: url(../images/rodape.jpg);
}
#footer p {
	margin: 0;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

form
{
	line-height: normal;
}
form label
{
	width: 100px;
	float: left;
	text-align: left;
	margin-right: 10px;
	display: block;
	padding: 2px;
	color: #81807f;
}

form input, select, textarea
{
	color: #808080;
	border: 1px solid #c5c4c4;
	padding: 3px;
	font-family: Tahoma, Geneva, sans-serif;
	width: 300px;
	font-size: 12px;
}

form .submit input
{
	color: #FFFFFF;
	width: 100px;
	background-color: #81807f;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 15px;
	margin-right: 15px;
} 

form legend
{
	color: #63a6ad;
	font-size: 16px;
}
form fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 15px;
	margin-bottom: 15px;
}
.foto{
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	width:100px;
}