body
{
margin:0px;
}

A:link 
{
text-decoration: none;
}

A:visited 
{
text-decoration: none;
}

A:active 
{
text-decoration: none;
}

A:hover 
{
text-decoration:none; 
color:#B72017;
}  

/* Textos */

.Titulo
{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
line-height:19px;
color:#4CB32E;
font-weight: bold;
border-bottom: #4CB32E 2px solid;
padding:5px 0px 5px 0px;
}

.Titulo_Azul
{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
line-height:19px;
color:#281871;
font-weight: bold;
border-bottom: #281871 2px solid;
padding:5px 0px 5px 0px;
}
	
.Texto_Interna_Cinza
{
font-family:Verdana;
font-size:12px;
line-height:15px;
color:#686868;
text-align:justify;
}	

.Texto_Interna_Azul
{
font-family:Verdana;
font-size:12px;
line-height:15px;
color:#281871;
text-align:justify;
}

.Texto_Cinza_11
{
font-family:Verdana;
font-size:11px;
line-height:14px;
color:#686868;
}	

.Texto_Azul_11
{
font-family:Verdana;
font-size:11px;
line-height:14px;
color:#281871;
}

/* Efeitos */

#Bg
{
background:url(../imagens/background.jpg) repeat-x #FFFFFF;
}

#Efeito_Esquerda
{
background:url(../imagens/efeito_esquerda.jpg) top right no-repeat;
}

#Efeito_Direita
{
background:url(../imagens/efeito_direita.jpg) left top no-repeat;
}

#Efeito_Interna
{
background:url(../imagens/interna_fundo.jpg) bottom  repeat-x;
}

#Saiba_Mais
{
font-family:Verdana;
font-size:11px;
line-height:14px;
padding:0px 0px 0px 12px;
}

a #Saiba_Mais
{
color:#C3161C;
background:url(../imagens/botoes/mais.jpg) left no-repeat;
}

a:hover #Saiba_Mais 
{
color:#281871;
background:url(../imagens/botoes/mais_selecionado.jpg) left no-repeat;
}

#ControleSite
{
font-family:Verdana;
font-size:11px;
padding:5px;
margin:5px;
float:left;
}

#ControleSite a
{
color:#686868;
}

#ControleSite img
{
float:left;
padding:0px 5px 0px 0px;
}

#Botao_Downloand
{
margin:0px 10px 0px 0px;
*margin:2px 10px 0px 0px;
padding:0px;
border:1px solid #ffffff;
}

/* Imagens colocadas dentro do texto */

#Imagem_Direita
{
float:right;
padding:10px 0px 20px 20px;
}

#Imagem_Esquerda
{
float:left;
padding:10px 20px 20px 0px; 
}

/* Stilo dos Botoes */

div#Botao
{
font-family:Verdana;
font-size:11px;
width:130px;
height:22px;
padding:10px 0px 0px 0px;
margin:0px 15px 5px 3px;
float:left;
}

a div#Botao
{
color:#535355;
background:url(../imagens/botoes/botao.jpg) center no-repeat;
}

a:hover div#Botao 
{
color:#ffffff;
background:url(../imagens/botoes/botao_ativo.jpg) center no-repeat;
}

