h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #006699;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	text-align: center;
	text-indent: 15px;
	letter-spacing: 1px;
	margin-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #CCCCCC;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
}

.rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border: medium double #999999;
}
a:link {
	color: #006699;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url(imagens/fundo_degrade.jpg);
	background-repeat: repeat-x;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:active {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: none;
	background-color: #00CCFF;
}
.style1 {font-weight: bold}.botao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #006699;
	height: 25px;
	width: 150px;
	border: 2px inset #CCCCCC;
	font-size: 14px;
	font-weight: bold;
}
