body {
	margin: 0px;
	text-align: center;
	background: url("page_bg.jpg") repeat-x;
}

body, table, td, tr, div {
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
}
body, table, td, tr, p, div {
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
	color: #000000;
}

form {
	display: inline;
}

a, a:link:visited:active {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #EE3333;
	font-weight: bold;
	text-decoration: underline;
}

img {
	border: none;
}

input[type=text], input[type=password], input[type=file], textarea {
	border: 1px solid #969696;
	margin: 0px;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial;
	color: #969696;
	background-color: #FFFFFF;
}

select {
	border: 1px solid #969696;
	font-size: 10px;
	color: #444444;
}



h1 {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #5076B1;
}

h2 {
	margin-top: 16px;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #5076B1;
	border-bottom: 1px solid #5076B1;
}

h3 {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 4px;
}


legend {
	font-weight: bold;
	color: #5076B1;
}














/* ----------------------------------------------
HEADER ------------------------------------------
---------------------------------------------- */

.header {
	position: relative;
	width: 790px;
	height: 148px;
	margin: auto;
	background: url("header_bg.jpg") no-repeat;
}

.logo {
	position: absolute;
	left: 23px;
	top: 25px;
}
.logo img {
	width: 199px;
	height: 63px;
}

.search_label {
	position: absolute;
	left: 560px;
	top: 74px;
	font-size: 16px;
	font-weight: bold;
	color: #969696;
}
.search_input {
	position: absolute;
	left: 625px;
	top: 71px;
}
.search_input input[type=text] {
	height: 20px;
	width: 120px;
	font-size: 16px;
}

/* ----------------------------------------------
FIM: HEADER -------------------------------------
---------------------------------------------- */



/* ----------------------------------------------
BODY --------------------------------------------
---------------------------------------------- */

.body {
	width: 790px;
	min-height: 400px;
	margin: auto;
	background: url("body_bg.gif") repeat-y;
}

.body_top {
	width: 790px;
	height: 10px;
	background: url("body_top.gif") no-repeat;
	clear: both;
}

.body_cont {
	display: block;
	padding: 10px 100px;
}

.col_left {
	padding: 10px 20px;
	width: 260px;
	font-size: 11px;
	color: #969696;
}
.col_img {
	display: block;
	text-align: center;
}
.col_img img {
	margin: 15px auto;
}

.col_right {
	float: right;
	padding: 10px 20px;
	width: 430px;
	font-size: 11px;
	color: #969696;
}

.body_img {
	clear: both;
	width: 100%;
}
.body_img td {
	text-align: center;
	color: #5076B1;
	font-size: 10px;
}

/* ----------------------------------------------
FIM: BODY ---------------------------------------
---------------------------------------------- */



/* ----------------------------------------------
FOOTER ------------------------------------------
---------------------------------------------- */

.footer {
	width: 750px;
	padding: 20px;
	margin: auto;
	background: url("footer_bg.jpg") no-repeat #FFFFFF;
	color: #969696;
	clear: both;
}

.development {
	float: right;
	padding-top: 10px;
}

/* ----------------------------------------------
FIM: FOOTER -------------------------------------
---------------------------------------------- */














/* ----------------------------------------------
MENU --------------------------------------------
---------------------------------------------- */

.menu {
	position: absolute;
	left: 0px;
	top: 108px;
	width: 790px;
	background: url("menu_bg.gif") repeat-y;
	color: #FFFFFF;
}

.menu ul {
	padding: 0px 6px;
	margin: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.menu li {
	float: left;
	font-size: 11px;
}

.menu a, .menu a:link:visited:active {
	display: block;
	padding: 8px 6px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	display: block;
	padding: 8px 6px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}



.submenu {
	position: relative;
}
.submenu div {
	position: absolute;
	top: 0px;
	left: 0px;
	white-space: nowrap;
	border-left: #969696 solid 1px;
	border-bottom: #969696 solid 1px;
	border-right: #969696 solid 1px;
}

.submenu a, .submenu a:link:visited:active {
	padding: 4px;
	background-color: #FFFFFF;
	color: #666666;
}
.submenu a:hover {
	padding: 4px;
	background-color: #5076B1;
	color: #FFFFFF;
}

/* ----------------------------------------------
FIM: MENU ---------------------------------------
---------------------------------------------- */




/* ----------------------------------------------
FORMULÁRIOS -------------------------------------
---------------------------------------------- */

.formulario_label, .formulario_label_menor {
	padding: 12px 5px 0px 0px;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
}
.formulario_label {
	width: 105px;
}
.formulario_label_menor {
	width: 85px;
}

.formulario_campo, .formulario_campo_menor, .formulario_campo_minimo {
	padding-top: 10px;
}

.formulario_campo input, .formulario_campo textarea {
	width: 387px;
}

.formulario_campo select {
	width: 391px;
}

.formulario_campo_menor input {
	width: 255px;
}

.formulario_campo_minimo input {
	width: 38px;
}

.formulario_botoes {
	margin: 10px 0px 10px 110px;
}
.formulario_botao {
	border: 1px solid #AAAAAA;
}
.formulario_botao input[type=submit], .formulario_botao input[type=reset] {
	background-color: #FFFFFF;
	border: none;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial;
	color: #666666;
}

.formulario_hspace {
	width: 5px;
}

/* ----------------------------------------------
FIM: FORMULÁRIOS --------------------------------
---------------------------------------------- */



/* ----------------------------------------------
MÓDULOS - TEXTO, CATEGORIA E GALERIA ------------
---------------------------------------------- */

.cat_block {
	width: 100%;
	border-bottom: 1px solid #969696;
}

.cat_block td {
	padding-left: 6px;
	vertical-align: middle;
}

.cat_img {
	width: 110px;
	height: 110px;
	text-align: center;
}
.cat_img img {
	border: 2px solid #DDDDDD;
}

.cat_resumo {
	font-weight: normal;
	color: #666666;
}

.cat_leiamais {
	padding-left: 6px;
	text-align: right;
	font-size: 10px;
}

.cat_paginacao {
	display: block;
	text-align: center;
}



.galeria_table {
	width: 100%;
}

.galeria_table td {
	width: 25%;
	text-align: center;
	vertical-align: top;
	padding: 2px;
}

.galeria_table img {
	border: 4px double #cccccc;
}

/* ----------------------------------------------
FIM: MÓDULOS - TEXTO, CATEGORIA E GALERIA -------
---------------------------------------------- */



/* ----------------------------------------------
MÓDULO - BUSCA ----------------------------------
---------------------------------------------- */

.busca_form {
	width: 451px;
	border: 1px solid #969696;
}
.busca_form table {
	width: 447px;
	margin: 1px;
}
.busca_form td {
	padding-left: 4px;
}
.busca_form td {
	white-space: nowrap;
	font-size: 10px;
	vertical-align: middle;
}

.busca_form input[type=text]  {
	width: 90px;
	height: 15px;
	line-height: 15px;
	font-size: 10px;
}
.busca_form select  {
	width: 118px;
}

.busca_submit {
	text-align: right;
	width: 90px;
}
.busca_submit input[type=submit] {
	width: 40px;
	height: 18px;
	border: none;
	background-color: #005BAA;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}

/* ----------------------------------------------
FIM: MÓDULO - BUSCA -----------------------------
---------------------------------------------- */