* {
	border: none;
	margin: 0;
	padding: 0;
}

body {
	background: #F9F9F9 url(imagens/fundos/body.png) repeat-x;
	color: #666;
	font: normal 12px Arial, sans-serif;
}

h1 {
	background: #4C1B1B url(imagens/fundos/topo.jpg) no-repeat;
	height: 140px;
	text-align: right;
}

h2 {
	border-bottom: 1px solid #DDD;
	padding: 20px 0 5px 0;
	clear: left;
	font: normal 22px Georgia, serif;
}

h3 {
	padding-top: 15px;
	font: normal 18px Georgia, serif;
}

h4 {
	padding-top: 20px;
	font: normal 18px Georgia, serif;
}

p {
	margin-top: 10px;
}

big {
	color: #046380;
	font: bold 14px Georgia, serif;
}

ins {
	color: #046380;
	font: bold 14px Georgia, serif;
	text-decoration: none;
}

del {
	color: #046380;
	text-decoration: line-through;
}

a {
	color: #046380;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	margin-top: 10px;
}

img.esquerda {
	margin: 10px 10px 10px 0;
	float: left;
}

ul {
	margin-top: 10px;
	list-style-type: disc;
}

ul li {
	margin: 5px 0 0 15px;
}

ul.galeria {
	list-style-type: none;
}

ul.galeria li {
	margin: 0 10px 0 0;
	float: left;
	cursor: pointer;
}

ul.galeria li img {
	border: 1px solid #CCC;
	padding: 2px;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}

table thead tr th, table tfoot tr th {	
	border: 1px solid #DDD;
	background-color: #F9F9F9;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

table tbody tr td {
	border: 1px solid #DDD;
	background-color: #FFF;
	padding: 5px;
}

table.b {
	margin: 0;
}

table.b tbody tr td {
	border: none;
	width: 160px;
	padding: 10px 0 0 0;
	text-align: center;
}

table.b tbody tr td p {
	margin-top: 5px;
}

input, textarea, select {
	border: 1px solid #DDD;
	background-color: #FFF;
	color: #666;
	width: 180px;
	height: 15px;
	margin-top: 2px;
	padding: 4px;
	vertical-align: middle;
	font: normal 12px Arial, sans-serif;
}

input.file {
	height: 23px;
}

input.submit {
	width: 90px;
	height: 25px;
	margin: 0;
}

textarea {
	width: 240px;
	height: 120px;
}

textarea.b {
	width: 480px;
	height: 240px;
}

select {
	width: 190px;
	height: 23px;
}

.sucesso {
	color: #060;
}

.erro {
	color: #900;
}

.oculto {
	display: none;
}

#geral {
	background-color: #FFF;
	width: 740px;
	margin: 0 auto;
}

#navegacao {
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	background: #EEE url(imagens/fundos/barra.png) repeat-x;
	margin: 0;
	padding: 12px;
	list-style: none;
	text-align: center;
}

#navegacao li {
	margin: -2px;
	display: inline;
}

#navegacao li a {
	color: #666;
	padding: 12px 20px;
	font-size: 14px;
	text-decoration: none;
}

#navegacao li a:hover, #navegacao li a.ativo {
	background-color: #B9121B;
	color: #FFF;
}

#barra {
	border: 1px solid #DDD;
	background: #EEE url(imagens/fundos/barra.png) repeat-x;
	padding: 0 10px 10px 10px;
}

#conteudo {
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	height: 1%;
	overflow: auto;
}

.direita {
	float: right;
	width: 239px;
}

#esquerda {
	width: 518px;
	padding: 0 20px 20px 20px;
	float: left;
}

#direita {
	background: #F9F9F9 url(imagens/fundos/direita.png) bottom repeat-x;
	width: 140px;
	padding: 0 20px 20px 20px;
	float: right;
}

#rodape {
	border: 1px solid #DDD;
	background: #EEE url(imagens/fundos/barra.png) repeat-x;
	color: #999;
	padding: 8px 10px 10px 10px;
	font-size: 11px;
	text-align: center;
}

#rodape p {
	margin-top: 2px;
}

#rodape a {
	color: #999;
}