/* Estrutura */
@import url("layout.css");

/* ***** Elementos HTML ***** */
* {	z-index: 0;	}

body {
	background: #000000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	margin-top: 0px; }
	
h3 {
	color: #666666; }
	
a:link {
	color: #006666;
	text-decoration: underline; }
	 
a:visited {
	color: #006666;
	text-decoration: underline; }
	
a:hover {
	color: #000000;
	text-decoration: none; }
	
.Rodape {
	color: #FFFFFF;
	font-size:13px }