body {
	BACKGROUND: url(../imagens/bg.gif) #eeeeee fixed repeat-y 50% 0px;
	text-align: center;
	margin: 5px;
}
A {
	COLOR: #000000; TEXT-DECORATION: none
}
A:link {
	COLOR: #000000; TEXT-DECORATION: none
}
A:visited {
	COLOR: #000000
}
A:hover {
	COLOR: #000000; TEXT-DECORATION: none
}
A:active {
	COLOR: #000000; TEXT-DECORATION: none
}
#geral {
	width: 775px;
	padding: 5px;
	margin:0 auto;	
	text-align: center;
	}
#cabecalho {
	width: 775px;
	height: 55px;
	margin:0 auto;
	text-align: right;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	border-bottom-width: 1px;
}#logo {
	float: left;
	height: 55px;
	width: 160px;
}
}#menu {
	float: right;
	height: 55px;
	width: 600px;
	font-family: "Trebuchet MS", Arial, Verdana, Courier;
	font-size: 10px;
}
#menu a {
	color: #ffffff;
	}
#menu a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
#login{
	height: 180px;
	width: 185px;
	background-color: #f4f4f4;
	background-image: url(../imagens/bg_menu_cinza.gif);
	text-align: center;
	padding: 10px 0px 0px;

}
#loginAssinante{
	width: 165px;
	height: 50px;
	background-image: url(../imagens/bg_menu_assinante.gif);
	background-repeat: no-repeat;
}
#loginEmpresa{
	width: 165px;
	height: 50px;
	background-image: url(../imagens/bg_menu_empresa.gif);
	background-repeat: no-repeat;
}

#conteudo {
	width: 775px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Verdana, Courier;
	font-size: 11px;
	margin-top: 2;
	margin-bottom: 2;
}
#lateral_menu {
	width: 140px;
	margin:2 auto;
	font-family: "Trebuchet MS", Arial, Verdana, Courier;
	font-size: 11px;
	float: left;
}
#lateral_conteudo{
	width: 620px;
	float: left;
}
#HomeColuna1{
	width: 185px;
	height: 400px;
	float: left;
}#HomeColuna2{
	width: 205px;
	float: left;
	margin-left: 10px;
}#HomeColuna3{
	width: 185px;
	float: left;
}#HomeColuna4{
	width: 180px;
	float: right;
    margin-left: 3px;

}
#rodape {
	width: 760px;
	height: 30px;
	text-align:CENTER;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	clear: both;
	margin:0 auto;
	padding: 10px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	}
	#rodape a {
	color: #000000;
	text-decoration: none;
	}
	#rodape a:hover {
	color: #285472;
	}
table {
	FONT-SIZE: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
INPUT {
	FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: tahoma, verdana, arial
}
SELECT {
	FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: tahoma, verdana, arial
}
TEXTAREA {
	FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: tahoma, verdana, arial
}
INPUT {
	BORDER-RIGHT: #a1a1a1 1px solid;
	BORDER-TOP: #a1a1a1 1px solid;
	BORDER-LEFT: #a1a1a1 1px solid;
	BORDER-BOTTOM: #a1a1a1 1px solid;
	height: 25px;
}
INPUT.border-0 {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px; BACKGROUND-COLOR: transparent
}
SELECT {
	BORDER-RIGHT: #a1a1a1 1px solid; BORDER-TOP: #a1a1a1 1px solid; BORDER-LEFT: #a1a1a1 1px solid; BORDER-BOTTOM: #a1a1a1 1px solid
}
TEXTAREA {
	BORDER-RIGHT: #a1a1a1 1px solid; BORDER-TOP: #a1a1a1 1px solid; BORDER-LEFT: #a1a1a1 1px solid; BORDER-BOTTOM: #a1a1a1 1px solid
}
TEXTAREA {
	SCROLLBAR-FACE-COLOR: #e2e2e2; SCROLLBAR-3DLIGHT-COLOR: #f4f4f4; SCROLLBAR-ARROW-COLOR: #06334b; SCROLLBAR-TRACK-COLOR: #f4f4f4; SCROLLBAR-DARKSHADOW-COLOR: #f4f4f4
}
HR {
	COLOR: #eaeaea; HEIGHT: 1px
}
INPUT {
	MARGIN: 0px; BACKGROUND-COLOR: #f3f3f3; padding: 2px 2px 0px 2px; 
}
SELECT {
	MARGIN: 0px; BACKGROUND-COLOR: #f3f3f3
}
TEXTAREA {
	MARGIN: 0px; BACKGROUND-COLOR: #f3f3f3
}
#indice{
	text-align:center;
	padding: 20px 0 0 0;
	font-size: 12px;
	color: #333333;
}
#paginacao{
	text-align:center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	height: 35px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.pag-atual{
	float:left;
	padding:3px;
	color:#fff;
	margin:3px;
	background-color: #999999;
	font-weight: bold;
}
.pag-navegacao-off{
float:left; 
padding:4px; 
background:#E8E8E8; 
color:#274059; 
margin:3px;}

.pag-link{
float:left; 
padding:4px; 
background:#fff; 
margin:3px;
}
.pag-link a{
	color:#274059;
	text-decoration:none;
	font-weight: bold;
}
.pag-link a:hover
{
color:#000;
text-decoration:underline;
}
.pag-pontinhos{
	float:left;
	padding:4px;
	color:#999;
	margin:3px;
}
.pag-navegacao{
	float:left;
	padding:4px;
	background:#fff;
	margin:3px;
	font-size: 14px;
	width: 170px;
	text-align: left;
}
.pag-navegacao a{
color:#274059;
text-decoration:none;
}
.pag-navegacao a:hover{color:#666666;text-decoration:underline;}

.pag-navegacao_right{
	float:left;
	padding:4px;
	background:#fff;
	margin:3px;
	font-size: 14px;
	width: 180px;
	text-align: right;
}
.pag-navegacao_right a{
color:#274059;
text-decoration:none;
}
.pag-navegacao_right a:hover{
	color:#666666;
	text-decoration:underline;
}
.botao_form {
	MARGIN-TOP: 10px; WIDTH: 100px; HEIGHT: 25px; COLOR: #666666; FONT-SIZE: 14px; FONT-WEIGHT: bold
}
.botao_form_padrao {
	HEIGHT: 25px; COLOR: #666666; FONT-SIZE: 14px; FONT-WEIGHT: bold
}
#titulo_pagina{
	font-size: 18px;
	color:#055175;
	margin-bottom: 5px;
	font-weight: bold;
	padding-top: 10px;
	margin-top: 10px;
}
