body {
	background: url(images/background.gif) top center repeat-x #CFDEEA;
	margin: 0px;
	padding: 16px 0;
	font: 11px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
	color: #282828;
	text-align: center;
}

p {
	font-size: 11px;
	text-indent: 1cm;
	text-align: justify;
	line-height: 16px;
}

img {
	border-style: none;
}

img.pic_left {
	float: left;
	padding: 5px;
	margin: 0 8px 8px 8px;
	border: 1px #CCCCCC solid;
}

a {
	color: #2E9FED;
	text-decoration: none;
}
a:hover {
	color: #1471B1;
}
#welcome h1 {
	padding: 8px 0 0 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	color: #FFFFFF;
}

h3 {
	font-size: 14px;
	color: #003366;
}

h4 {
	font-size: 13px;
	padding-bottom: 2px;
	margin: 0px;
	color: #003366;
	border-bottom: 1px #999999 dashed;
}

#container {
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}

#head {
	width: 750px;
	height: 172px;
	background: url(images/head.gif) no-repeat;
}

#logo_img {
	position: absolute;
	float: left;
	margin: 33px 0 0 36px;
	width: 180px;
	height: 167px;
}

#logo_txt {
	position: absolute;
	float: right;
	margin: 75px 0 0 220px;
	width: 251px;
	height: 86px;
}

.top_head_banner {
	float: right;
	width: 200px;
	height: 120px;
	background: url(images/top_head.gif) no-repeat right;
	background-position: -12px 12px;
}

#menu {
	position: absolute;
	width: 617px;
	top: 205px;
	left: 35px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#menu li {
	list-style-type: none;
	float: left;
	margin: 0 8px;
	height: 22px;
}

#menu li a {
	padding: 0 0 7px 0;
	height: 22px;
	color: #8A8A8A;
}

#menu li a:hover {
	color: #000033;
}

#menu .current {
	color: #000033;
	font-weight: bold;
}

#area {
	width: 750px;
	height: 54px;
	background: url(images/area.gif) repeat-x;
}

#main {
	margin: auto;
	background: url(images/bg_main.gif) repeat-y;
	width: 750px;
	height: auto; 
}

#content_left {
	float: left;
	padding: 0 20px 30px 30px;
	width: 450px;
	height: auto;
}

#content_right {
	float: left;
	padding: 0 5px 5px 5px;
	margin-left: 14px;
	width: 200px;
	height: auto;
}

#welcome {
	background: url(images/center_banner.gif) no-repeat;
	background-position: 12px 0px;
	padding: 10px 0;
	width: 750px;
	height: 80px; 
}

.item_box {
	width: auto;
	height: auto;
	padding: 10px 0 5px 0;
	border-bottom: 1px #666666 dashed;
}

.spacer {
	width: auto; 
	height: 2px; 
	clear: both; 
	padding-bottom: 2px;
}

#footer {
	text-align: center;
	font-size: 10px;
	color: #000033;
	background: url(images/footer.gif) no-repeat;
	background-position: 0px 0px;
	width: 750px;
	height: 85px;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	float: left;
	margin-top: 22px;
}

#contador {
	float: right;
	margin: 22px 30px 0 0;
}

/*Menssagem de confirmação de envio*/

.texto      	{font: 13px Verdana; text-decoration: none; color: #000000}
.texto_peq  	{font: 11px Verdana; text-decoration: none; color: #000000}
.titulos        {font: bold 13px Verdana; text-decoration: none; color: #000000}
.form_campos	{background-color: #FFFFFF; font: 12px Verdana; border-style: groove}
.form_botao 	{background-color: #CCCCCC; font: 12px Verdana; border-style: outset}

/*Tabela*/

table.tabelas, table.tabelas tr th, table.tabelas tr td {
	border: 1px solid #000000;
	color: #000000;
}

table.tabelas tr th {
	background-color: #CFDEEA;
	text-align: center;
}

table.tabelas caption {
	font-size: 14px;
	font-weight: bold;
}
