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%;
}

div {
	margin:0px;
	padding:0px;
}

ol, ul {list-style: none;}

/* ------------------ Configurações padrões ------------------ */

body {
	text-align: center;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color:#666;
	background: url(imagens/fundo-geral.jpg);
}

.geral {	
	width: 980px;
	max-width: 980px;
	margin: 0 auto;
	margin-top: 0px;
}

a {
	color: #666;
	text-decoration:underline;
}

a:hover {
	text-decoration: underline;
	color:#0096C8;
}
/* ------------------ Topo ------------------ */
.topo {
	width:980px;
	height:120px;
	background: url(imagens/topo.jpg) no-repeat;	
}

.menu {
	float:left;
	width: 230px;
	height:185px;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
	background: url(imagens/calculadora-menu.jpg) no-repeat;
}

.menu a {
	width:110px;
	height:25px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	margin: 0px 0px 0px 80px;
	padding: 6px 40px 0px 0px;
	background: url(imagens/menu01.png) no-repeat;	
}

.menu a:hover{
	background: url(imagens/menu02.png) no-repeat;	
}

.banner {
	float:right;
	width: 750px;
	height: 185px;
	padding: 0px 0px 0px 0px;
}

.titulo-geral {
	width: 980px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	background: url(imagens/titulo-geral.png) no-repeat;
}
.titulo-geral p {
	padding:6px 0px 0px 10px;
	text-align:left;
}

.artigos { width:180px; }

/* ------------------ Corpo ------------------ */

.corpo {
	width:978px;
	padding:0px;
	margin:0px;
	color:#666;
	background: url(imagens/corpo-index.png) no-repeat;
	border-left: 1px solid #C0C0C2;
	border-right: 1px solid #C0C0C2;
}
.corpo p {
	margin:10px;
	text-align:left;
}
.corpo-index a {
	color:#FF6600;
}
.corpo a:hover {
	color:#0066CC;
}

.esquerda {
	float:left;
	width:198px;
	margin: 0px 0px 0px 0px;
	color:#0C375F;
}
.esquerda table{
	margin: 0px 0px 0px 0px;
	text-align:left;
}
.esquerda a {
	text-decoration:none;
	color:#0C375F;
}

.servicos-online{
	width:198px;
	height:30px;
	background: url(imagens/servicos-online.png) no-repeat;
	margin: 0px 0px 0px 0px;
}
.servicos-online p {
	padding: 6px 0px 0px 30px;
	color:#133251;
	text-align:left;
}

.meio {
	float:left;
	width:580px;
	min-height:460px;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #C0C0C2;
	border-right: 1px solid #C0C0C2;
	text-align:justify;
}
.meio h1 {
	width: 580px;
	height: 30px;
	padding: 4px 0px 0px 10px;
	color:#133251;
	font-size:14px;
	text-align:left;
	background: url(imagens/titulo.png) no-repeat;
}
.meio p {
	text-align:justify;
	padding: 0px 10px 0px 10px;
}

.direita {
	float:left;
	width:198px;
	margin: 0px 0px 0px 0px;
}
.direita p {
	font-size:10px;
	text-align:left;
}

.servicos {
	width:570px;
	min-height:570px;
	margin: 0px 0px 0px 0px;
	text-align:left;
}
.servicos h1 {
	width: 570px;
	height: 30px;
	padding: 4px 0px 0px 10px;
	font-size:14px;
	text-align:left;
}
.servicos p {
	text-align:left;
	padding: 0px 10px 0px 10px;
}

/* ------------------ Formulário ------------------ */

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px outset #C0C0C2;
	background-color: #ffffff;
}
.campo_alerta
{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
border: 1px solid #FF0000;
background-color: #ffff99;
}
/* ------------------ Rodape ------------------ */

.rodape-geral {
	height:70px;
	background: url(imagens/rodape-geral.png);
}

.rodape {
	width:980px;
	height:70px;
	text-align:center;
	color:#000;
	background: url(imagens/rodape.png) no-repeat;
	padding: 0px 0px 0px 0px;
}

.rodape p {
	padding: 50px 0px 0px 0px;
}

.rodape a {
	color:#FF6600;
	font-weight:bold;
}

.rodape a:hover {
	font-weight:bold;
	color:#0066CC;
}
