html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body 
{
	line-height: 1;
}

ol, ul 
{
	list-style: none;
	margin:0px;
	padding:0px;
}

blockquote, q 
{
	quotes: none;
}

:focus 
{
	outline: 0;
}

ins 
{
	text-decoration: none;
}
del 
{
	text-decoration: line-through;
}

table  a
{
	border-collapse: collapse;
	border-spacing: 0;
	text-decoration:none;
}

div {
	margin:0px;
	padding:0px;
}

/* ------------------ Configurações padrões ------------------ */

body
{
	text-align: center;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#fff;
	background: url(imagens/fundo-geral.jpg) repeat-x;
}

h1
{
	font-size: 18px;
	margin: 0px;
	color:#0066FF;
	margin-bottom: 8px;
}

h1 a,  h3 a
{
	text-decoration: none;
	color:#004681;
}

h1 a:hover, h3 a:hover
{
	text-decoration: none;
	color:#0066FF;
}

h2 a 
{
	text-decoration: none;
	color:#333;
}

h2 a:hover
{
	text-decoration: none;
	color:#333;
}

h2
{
	font-size: 13px;
	margin-bottom: 6px;	
}

.geral
{	
	width: 980px;
	max-width: 980px;
	margin: 0 auto;
	margin-top: 0px;
}

a
{
	color: #000;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	text-decoration: none;
	color:#FF0000;
}

/* ------------------ Topo ------------------ */
.topo
{
	width:980px;
	height:180px;
	background: url(imagens/topo.jpg) no-repeat;
}

.menu a{
	display:block;
	float:left;
	width:112px;
	height:50px;
	background: url(imagens/menu01.png) no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	padding: 16px 0px 0px 0px;
}

.menu a:hover{
	background: url(imagens/menu02.png) no-repeat;
	color: #FFF;
}

#menu_home {
	padding: 0px 0px 0px 40px;
}
#menu_linha {
	padding-top: 16px;
}

/* ------------------ Corpo ------------------ */

.corpo {
	width:980px;
	padding:0px;
	margin: 0px;
	background-color:#CCCCCC;
}

.corpoesquerda {
	width:220px;
	height:auto;
	float:left;
	background-color:#CCCCCC;
	text-align:left;
}
.corpoesquerda p{
	padding: 20px 0px 0px 10px;
}
.corpoesquerda img{
	border: 1px solid #000;
	padding: 4px;
	margin: 0px 0px 0px 5px;
}
.corpomeio {
	width:540px;
	min-height:380px;
	float:left;
	background-color:#FFFFFF;
	text-align:left;
	padding: 0px 0px 10px 0px;
}
.corpomeio h1{
	width: 540px;
	height:39px;
	background: url(imagens/titulo.jpg) no-repeat;
	font-size:16px;
	color:#990000;
	padding: 6px 10px 0px 10px;
}
.corpomeio h2{
	font-size:14px;
	color:#990000;
	padding: 0px 10px 0px 10px;
}
.corpomeio p {
	padding: 0px 10px 0px 10px;
	text-align:justify;
}
.corpomeio ul, li {
	padding: 0px 10px 0px 10px;
	text-align:left;
}
.corpodireita {
	width:220px;
	height:auto;
	float:left;
	background-color:#CCCCCC;
}

.destaque {
	float:left;
	width:522px;
	height:140px;
	border:1px solid #CCCCCC;
	margin: 0px 0px 10px 10px;
	text-align:left; 
}
.destaque p{
	font-size:12px;
	color:#000;
	padding: 10px;
}

.caixa {
	float:left;
	width:160px;
	height:130px;
	border:1px solid #CCCCCC;
	margin: 0px 0px 10px 10px;
	padding:3px;
	text-align:center; 
}
.caixa p{
	text-align:center;
}

.titulo_interno {
	width:540px;
	height:20px;
	background: url(imagens/titulo-interno.jpg) no-repeat;
	margin: 0px 0px 10px 0px;
}

.titulo_lateral {
	width:220px;
	height:40px;
	background: url(imagens/titulo-lateral.jpg) no-repeat;
	font-size:14px;
	text-align:center;
	margin: 10px 0px 0px 0px;
	padding: 18px 0px 0px 0px; 
}

/* ------------------ Formulário ------------------ */

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px outset #990000;
	background-color: #ffffff;
}
.campo_alerta
{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
border: 1px solid #FF0000;
background-color: #ffff99;
}

/* ------------------ Rodape ------------------ */

.rodape
{
	width:980px;
	height:112px;
	text-align:left;
	color:#FFFFFF;
	background: url(imagens/rodape.jpg) no-repeat;
	font-size:14px;
	padding: 0px 0px 0px 0px;
}

.rodape a
{
	color:#333;
	font-weight:bold;
}

.rodape a:hover
{
	color:#FF0000;
	font-weight:bold;
}

.rodape p {
	font-size:12px;
	padding: 20px 0px 0px 20px;
}