@charset "utf-8";
/* CSS Document */

body{ 
	padding:0px; 
	margin:0px; 
	background:url(../img/fundo.jpg); 
	background-repeat:repeat;	
	font-family:Tahoma, Verdana, Arial, "Times New Roman";}
	
a:link {	color:#000066;	text-decoration: none;}
a:visited {	text-decoration: none;	color: #000066;}
a:hover {	text-decoration: underline;	color: #000066;}
a:active {	text-decoration: none;	color: #000066;}

a.fale:link {	color: #999999;	text-decoration: none;}
a.fale:visited {	text-decoration: none;	color: #999999;}
a.fale:hover {	text-decoration: underline;	color: #999999;}
a.fale:active {	text-decoration: none;	color: #999999;}

a.icone {
	float: inherit;
	margin-left: 10px;
}
a.icone:hover {
text-decoration: none;	
}
	
img{
	border:none;}
	
#pagina{
	margin:0 auto;}
	
#bloco_esquerda{
	text-align:center;
	font-weight:bold}
	
#bloco_direita{
	text-align:center;
	font-weight:bold}
