*{
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

a{
	text-decoration:none;
}

.base a {
	text-decoration:none;
	color: #000;
	font-size:13px;
}

.base a:hover
{
	text-decoration:underline;
}

.body_index {
	background:url(images/bg_index.gif);
	background-repeat:repeat-x;
	background-color:#F0EFEE;
}

.body_inter {
	background:url(images/bg_inter.gif);
}

.bg_corpo {
	background:url(images/bg_corpo.jpg);
	background-repeat:repeat-x;
}

.bg_texto {
	background:url(images/bg_texto.gif);
	background-repeat:repeat-x;
}

.tit_index {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

.corpo_lar {
	color: #EE9C00;
}

.corpo_lar_pq {
	color: #EE9C00;
}

.corpo_g {
	font-weight: bold;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}

.corpo_g_branco {
	font-weight: bold;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#geral {
	position:absolute;
	width: 775px;
	margin-left: 50%;
	left: -386px;
}

ul {
	margin-left: 20px;
}

.corpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.cabecalho td {
	border-left: 2px solid #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #989897;
}

.linha td {
	border-left: 1px solid #989897;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: 1px solid #989897;
	
}

.separador td {
	border-bottom: 3px solid #989897;
	height: 4px;
}

#popup {
	position: absolute;
	width: 300px;
	margin-left: -150px;
	left: 50%;
	margin-top: -80px;
	top: 50%;
	color: #000000;
	border: 1px solid #CCCCCC;
	background-color:#FF9900;
	z-index: 1;
	filter:alpha(opacity=97);
    -moz-opacity:0.97;
    opacity: 0.97;
	display: none;
}

#popup p {
	margin: 10px;
	margin-top: 0px;
	text-align: justify;
}

#popup div {
	display: block;
	height: 20px;
	padding: 5px;
	padding-bottom: 0px;
}

#popup .fechaPopup {
	float:right;
	color: #000000;
	font-weight: bold;
	margin-right: 6px;
}

#popup h3 {
	font-size: 12px;
	float:left;
	padding-left: 5px;
}








