body {
	background-image: url(imagens/fundo.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-color: #DEE5DD;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#topo {
	position:absolute;
	width:100%;
	height:60px;
	z-index:2;
	top: 0px;	
	position:fixed;	
}
a:link {
	color: #0C623C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0C623C;
}
a:hover {
	text-decoration: none;
	color: #87B841;
}
.titulos {
	font-family: Calibri;
	font-size: 18px;
	font-weight: bold;
	color: #45594F;
}

a:active {
	text-decoration: none;
	color: #0C623C;
}
a {
	font-weight: bold;
}

