body {
	background-color: #ffffff;
	background-image: url(fundo.jpg);
	background-repeat:repeat-x;
	background-repeat:repeat-y;
	margin-top:0%;
	padding-top:0%;
}


a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}

.header {
	width:800px;
	margin-top:0px;
	}
	
.menu {
	width:800px;
	height:35px;
	margin-top:0px;
	margin-botton:0px;
	}
	
.menu_lateral {
	width:185px;
	background-color: #ffffff;
	font-family:"trebuchet", Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#666666;
	font-size: 16px;
	}	
	
.corpo {
	width:800px;
	margin-top:0px;
	background-color: #ffffff;
	border-top: 0px;
	}


.elementos_do_corpo {
	font-family: trebuchet, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	padding:10px;
		
}

.style1 {	font-family: trebuchet, Arial, Helvetica, sans-serif;
	color: #003399;
	}


.bluebar {
	width:800px;
	height:30px;
	margin-top:0px;
	background-color: #00cdff;
	}	

.footer {
	width:800px;
	height:25px;
	padding-top:10px;
	margin-top:0px;
	background-color: #ffffff;
	font-family:"trebuchet", Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#666666;
	font-size: 11px;


}
	
