body {
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	background-image:url(../imgs/fundo.png);
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	color:#5e92cd;
	font-size:10px;
	text-align: justify;
}
.TextoPreto {
	font-family:Verdana, Geneva, sans-serif;
	color:#000000;
	font-size:11px;
	text-align: justify;
}
.Fundo_Busca {
	background-image:url(../imgs/fundo_busca.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.fonte_branca {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:11px;
}
.form_busca {
	background:#FFF;
	border-color:#FFF;
	border-style:solid;
	border-width:thin;
	font-family:Verdana, Geneva, sans-serif;
	color:#036;
	font-size:11px;
}
.fonte_azul_clara{
	font-family:Verdana, Geneva, sans-serif;
	color:#5e92cd;
	font-size:11px;
}
a {
	font-family:Verdana, Geneva, sans-serif;
	color:#3873B4;
	font-size:11px;
}

.Texto_noticia, a.Texto_noticia {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #104076;
	font-size: 11px;
}
.Texto_noticia_bold, a.Texto_noticia_bold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #104076;
	font-size: 11px;
	font-weight: bold;
}
.btn_enviar, a.btn_enviar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #bca404;
	font-size: 11px;
	font-weight: bold;
}
a:hover {
	font-family:Verdana, Geneva, sans-serif;
	color:#26507D;
	font-size:11px;
	text-decoration: none;
}
.form_indique {
	background:#FFF;
	border-color:#FFF;
	border-style:solid;
	border-width:thin;
	font-family:Verdana, Geneva, sans-serif;
	color:#999;
	font-size:11px;
}
.fonte_menu{
	font-family:Verdana, Geneva, sans-serif;
	color:#5e92cd;
	font-size:11px;
	font-weight:bold;
}
.fonte_azul_escuro{
	font-family:Verdana, Geneva, sans-serif;
	color:#104076;
	font-size:11px;
}
.fonte_azul_escuro_grande{
	font-family:Verdana, Geneva, sans-serif;
	color:#104076;
	font-size:14px;
	font-weight:bold;
}
.fonte_azul_escuro_menor{
	font-family:Verdana, Geneva, sans-serif;
	color:#104076;
	font-size:10px;
}
.TextoGeral{
	font-family:Verdana, Geneva, sans-serif;
	color:#5e92cd;
	font-size:11px;
	text-align: justify;
}
.TextoGeral_Titulo{
	font-family:Verdana, Geneva, sans-serif;
	color:#3976B9;
	font-size:12px;
	text-align: justify;
	font-weight: bold;
}
.fonte_cinza_menor{
	font-family:Verdana, Geneva, sans-serif;
	color:#5f5f5f;
	font-size:10px;
}

.TextField {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-attachment: scroll;
	color: #a6a6a6;
	margin: 1px;
	border:1px;	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D8D8D8;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	border-left-color: #D8D8D8;
}
	
.TextFieldOver{
	background-color: #F5F5F5;
	background-attachment: scroll;
	color: #a6a6a6;
	font-size:10px;
	margin: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #A7A7A7;
	border-right-color: #A7A7A7;
	border-bottom-color: #A7A7A7;
	border-left-color: #A7A7A7;
}

.BordaImagem {	border: 1px solid #CCCCCC;}
.TextoVermelho { font-family:Verdana, Arial; font-size:12px; text-decoration : none; color : #FF0000;}

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 10px Verdana;
color:#5e92cd;
width: 192px; /* Main Menu Item widths */
font-family:Verdana, Geneva, sans-serif;
border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color:#5e92cd;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #e6e6e6;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #ffffff; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: 5e92cd;
}

.sidebarmenu ul li a:hover{
background-color: #f5f6ff;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 230px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(../imgs/marcador_menu2.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */


/* ====================== PAGINACAO =================================*/
.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}
.fundo_rodape {
	background-image: url(../imgs/rodape.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 79px;
	width: 999px;
}
/* ====================== PAGINACAO =================================*/