* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #808080;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	background-color: #333333;
	background-image: url(/images/fundo.gif);
}
a { 
	color:#004186;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#container {
	width: 770px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: #DDDDDD;
	height: 165px;
}
#capa {
	width: 770px;
}
#capa.home {
	padding-bottom:2px;
}
#capa p {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 15px;
}

#mainContent {
	background: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: justify;
}
#mainContent .introducao {
	color: #005ba7;
}
#mainContent p {
	padding-bottom: 10px;
}

#mainContent h1 {
	font-size: 25px;
	color: #004186;
	padding-top: 15px;
	padding-bottom: 25px;
	background-image: url(../images/h1.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 115px;
}
#mainContent h2 {
	font-size: 25px;
	color: #004186;
	padding-top: 15px;
	padding-bottom: 25px;
	background-image: url(../images/h2.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 27px;
}
#mainContent h3 {
	font-size: 16px;
	font-weight: bold;
	color: #004186;
	padding-top: 10px;
	padding-bottom: 10px;
}

#mainContent h4 {
	
	color: #E85611;
	
}

#mainContent ul {
	margin-bottom: 20px;
}

#mainContent li {
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
	list-style-type: none;
	margin-top: 8px;
}

#menu {
	width: 100%;
	clear: both;
	height: 31px;
	margin-left: 2px;
}

#menu ul {
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}
#menu ul li {
	display: block;
	position: relative;
	float: left;
}
#menu li ul {
	display: none;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: #004e98;
	white-space: nowrap;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
	border: 2px solid #FFF;
}
#menu ul li a:hover {
	background: #e75711;
}
#footer {
	background:#004186;
}
#footer p {
	margin: 0;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.atfoto {
	float:left;
	width:120px;
	height:118px;
	text-align:center;
	margin-right:10px
}
.attexto {
	float:left;
	width:590px;
	height:118px;
}

form
{
	line-height: normal;
}
form label
{
	width: 225px;
	float: left;
	text-align: right;
	margin-right: 10px;
	display: block;
	padding: 6px;
	color: #004186;
}

form input, select, textarea
{
	color: #808080;
	border: 1px solid #fadbcd;
	padding: 3px;
	font-family: Tahoma, Geneva, sans-serif;
	width: 300px;
	font-size: 12px;
}

form .submit input
{
	color: #FFFFFF;
	width: 100px;
	background-color: #4574a7;
	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;
}
