/* CSS Document */
body {
	background-color: #990000;
}

table{
	overflow:auto;
}

#topo{
	position:absolute;
	top:5px;
	left:50%;
	margin-left:-350px;
	height:150px;
	width:700px;
	background-image:url(Images/imagem_macc.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top;
}

#corpo{
	position:absolute;
	top:155px;
	left:50%;
	margin-left:-350px;
	height:400px;
	width:700px;
	overflow:auto;

}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #330000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.style1 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style3 {color: #000000}
.style4 {font-size: 12px}
.style7 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
a:hover {
	text-decoration: none;
	color: #FF0000;
}
.style14 {font-weight: normal}
.style15 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
.style16 {color: #990000}




