@charset "utf-8";
/* CSS Document */

body {
	border: 0px;
	padding:0px;
	background-color:#FFFFFF;	
	COLOR:#4d4d4d;
	font-weight: normal;
	text-decoration: none;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* Link */
a:link{
	color:#06C;
	text-decoration:none;
}
a:active{
	color:#0984FF;
	text-decoration:none;
}
a:visited{
	color:#05A;
	text-decoration:none;
}
a:hover{
	color:#0984FF;
	text-decoration:none;
}

.spacer_coluna_10 {width:10px;}
.spacer_linha_13 {height:8px;}
.spacer_area_util {
	width:900px;
	text-align:justify;
}
.bg_listras_geral {
	background-image: url(../img/bg_continuo.jpg);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}
.bg_gradiente {
	background-image: url(../img/bg_gradiente.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 528px;
}
.bg_menu {
	background-image: url(../img/menu_lateral_bg.gif);
	background-repeat: repeat-y;
	
}
.separacao_home {
	background-image:url(../img/separacao_home.gif);
	background-repeat: repeat-y;
	height: 100%;
}
.imagem_esquerda {
	text-align: left;
	float: left;
	clear: left;
	padding-bottom: 4px;
	padding-right: 10px;
}
.fonte_subtitulo {
	font-size:14px;
	font-weight:bold;
	color: #AE0000;
	text-transform: uppercase;
}
.font_texto_destaque {
	color: #007CB9;
	font-weight: bold;
}
.fonte_texto {
	font-size:11px;
	text-align:justify;
	font-weight:normal;
	padding-right:10px;
}
.tabela {
	background-color:#F2F2F2;
	border-color:#C1C1C1;
	border-style:dotted;
	border-width:thin;
}

.informativo_ {
	font-size: 11px;
	font-style: normal;
	color: #D20000;
}


