/* CSS Document */

body {
	margin: 0px;
	background-color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a:link {
	text-decoration: none;
	color: #000000;	
}
a:visited {
	text-decoration: none;
	color: #000000;	
}
a:hover {
	text-decoration: underline;
	color: #000000;	
}
a:active {
	text-decoration: none;
	color: #000000;	
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-image: url(images/menu.jpg);
}

.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:hover {
	text-decoration: none;
	color: #7EC028;
}
.menu a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.titulo a:link {
	color: #000000;
	text-decoration: none;
}
.titulo a:visited {
	text-decoration: none;
	color: #000000;
}
.titulo a:hover {
	text-decoration: underline;
	color: #000000;
}
.titulo a:active {
	text-decoration: none;
	color: #000000;
}

.rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}