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

body{
	text-align:center;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(../imagens/imagem_bg.jpg);
	background-position: center;
	background-attachment: fixed;
	background-position:top;
}

td.espacada{
	padding: 5px;
}
	
H4{
	text-align:left;
}

#menu a:link, a:visited {
	color: #0066CC;
	text-decoration: none;
}

#menu a:hover, a:active {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}

