/* CSS Document */
/*@charset "iso-8859-2";*/
* {
margin:0;
padding:0;
}
a {
	color: #214E90;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#main {
	width:100%;
	background-image:url(../images/bg.jpg);
	height:100%;
	font-family:Arial, Helvetica, sans-serif;

}
#topo {

	/*background-image: url(../images/testeiraok.jpg);*/
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	height: 169px;
	width: 100%;
	display: block;
	clear: both;

	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top:0px;

	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	_margin-top: 5px;
	_padding-top: 0px;
}
.categoria{
	height:26px;
	background-image:url(../images/menu_img.jpg);
	background-repeat:no-repeat;
	padding-left:13px; 
	font-size:12px; 
	color:#FFFFFF; 
	font-weight:bold;
}
.subcategoria{
	height:18px;
	background-image:url(../images/celulas.jpg);
	background-repeat:no-repeat;
	padding-left:35px;
	font-size:11px;
}
.tblmenu{
	margin-bottom:5px;
}
.tblcalculadora{
	background-image:url(../images/calculator_celula.jpg);
	background-repeat:no-repeat;
}
.txtcalculadora{
	font-size:9px;
}
.txtnoticias{
	font-size:12px;
}
.saibamais{
	font-size:11px;
}
.lateraldireita{
	background-image:url(../images/table_right.jpg);
	background-repeat:no-repeat;
}
.rodape{
	background-image:url(../images/bottom.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:78px;
}
.txtrodape{
	font-size:11px;
	color:#666666;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
.formulario{
	font-size:11px;
	font-weight:bold;
}
.obrigatorio{
	color:#FF0000;
	font-size:11px;
}