* {
	margin:0px;
	padding:0px;
	vertical-align:middle;
}

body {
	background-color:#0d065d;
	font: 12px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color:#0d065d;
}

h1 {
	font-style:normal;
	font-size:24px;
}

h2 , h2 a {
	font:bold 17px Verdana, Tahoma, Arial, Verdana, Helvetica, sans-serif; 
	color:#0d065d;
}

h3 {
	font-size:15px;
	font-weight:bold;
}

h4 {
	font-size:15px;
	font-weight:bold;
}

a {
	text-decoration:none;
	letter-spacing:normal;
}

a:hover {
	text-decoration:underline;
}

p {
	margin-top:5px;
	margin-bottom:5px
}

#principal {
	width:740px;
	margin:0 auto;
	display:table;
	background-color:#e1e1e1;
}

#topo {
	width:740px;
	height:186px;
	float:center;
	display:table;
}

#topo img{
	float:left;
	border:none;
}

#flash {
	float:right;
	display:table;
	width:366;
	height:186px;
	background-color:#0e075e;
}

#topinho {
	width:740px;
	height:20px;
	background-color:#0d065d;
	display:table;
}

#topinho ul{
	padding-top:5px;
	padding:3px;
}

#topinho li {
	text-align:center;
	display:inline;
	color:#fff;
	font-size:10px;
}

#topinho a{
	float:right;
	display:block;
	width:150px;
	color:#fff;
	height: 10px;
}

#conteudo{
	width:710px;
	background-image:url(imagens/bg_topo_conteudo.jpg);
	background-repeat:no-repeat;
	padding:15px;
	display:table;
}

#conteudo h2{
	width:500px;
	text-align:left;
	display:block;
	float:right;
}

#conteudo p{
	width:500px;
	text-align:left;
	display:block;
	float:right;
}

#conteudo img{
	float:right;
}

#servicos{
	width:470px;
	padding:10px;
	display:table;
	float:right;
	text-align:left;
}

#servicos ul{
padding-left:20px;
}

#servicos li{
	list-style-image:url(imagens/bullet.gif);
	margin-bottom:10px;
}

#menu {
	width:178px;
	height:206px;
	text-align:left;
	float:left;
	background-image:url(imagens/bg_menu.jpg);
	display:block;
}

#menu ul{
	margin-top:15px;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	padding-left:49px;
}

#menu li{
	margin-bottom:19px;
	list-style:none;
}

#menu li a{
	color:#0d065d;
}


#menu li a:hover{
	color:#ff0000;
}

#destaque{
	display:table;
	background-color:#f26522;
    border:1px #fff solid;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	padding:15px;
	width:470px;
	float:right;
}

#destaque a{
	color:#fff;
}

#rodape {
	width:740px;
	height:66px;
	background-image:url(imagens/bg_rodape.jpg);
	display:table;
}

#rodape ul{
	float:right;
	padding-top:40px;
	padding-left:15px;
}

#rodape li {
	text-align:center;
	display:inline;
	color:#0d065d;
	font-size:10px;
}

#rodape a{
	float:right;
	display:block;
	width:95px;
	color:#0d065d;
	height: 10px;
}

#local {
	width:158px;
	height:142px;
	text-align:left;
	float:left;
	padding:10px;
	background-image:url(imagens/bg_local.jpg);
	display:table;
}

#local p{
	width:150px;
	float:left;
	font-size:10px;
	display:block;
}

#local a{
	color:#f26522;
}

/* ---------- formulário ---------- */

input, textarea, select {
    border:1px solid #D8D8D8;
    margin-bottom:10px;
	padding-right:10px;
}

label {
	width:100px;
	font-size:11px;
	display: inline-block;
	margin-bottom:10px;
}

.tabelatopo {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #22329A;
	text-decoration: none;
}
.tabela {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #22329A;
	text-decoration: none;
}

form {
	display:block;
	width:480px;
    border:1px solid #fff;
	padding:10px;
	font-size:11px;
	float:right;
}

form ul {
	padding-top:7px;
}

form li {
	padding-right:15px;
	list-style:none;
	display:inline;
	vertical-align:top;
}