/* CSS Basic Document */
body {

	background-image: url(imagens/fundo_degrade.jpg);
	background-repeat: repeat-x;
}

.style1 {
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

.style2a {
	color: #FF0000;
	line-height: 20px;
	background-position: center;
	vertical-align: middle;
	text-decoration:none;

}

.style2 {
	color: #FF0000;
	line-height: 20px;
	background-position: center;
	vertical-align: middle;
	text-decoration:none;

}

.style2:hover {
	color: #999999;
	line-height: 20px;
	background-position: center;
	vertical-align: middle;
	text-decoration:none;

}


.menu {
	font-size: small;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666666;
	text-decoration:none;

}

.menu:hover {
	color: #FF0000;
}
.rodape {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-top-color: #FF0000;
	background-color: #E9E9E9;
}
.rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 25px;
}
.centro {
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.texto {
	font-size: small;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666666;
	text-decoration:none;

}

