<!--

.menu {
	font-family: Verdana;
	font-size: 11px;
	color: #006633;
	text-decoration: none;
	text-align: center;
	height: 7px;
}
.texto {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.titulo {
	font-family: Verdana;
	font-size: 13px;
	color: #006633;
	text-decoration: none;
	font-weight: bold;
}
.link {
	font-family: Verdana;
	font-size: 11px;
	color: #006633;
}

p {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #006633;
}
body {
	background-color: #FFCC00;
	/*background-repeat: no-repeat;*/
	background-image:url("img/fundo_site.jpg");
}
h1 {
	font-family: Verdana;
	font-size: 20px;
	color: #006633;
	text-decoration: none;
	font-weight: bold;
}
h2 {
	font-family: Verdana;
	font-size: 16px;
	color: #006633;
	text-decoration: none;
	font-weight: bold;
}
h3 {
	font-family: Verdana;
	font-size: 15px;
	color: #006633;
	text-decoration: none;
	font-weight: bold;
}
h4 {
	font-family: Verdana;
	font-size: 13px;
	color: #006633;
	text-decoration: none;
	font-weight: bold;
}
h5 {
	font-family: Verdana;
	font-size: 12px;
	color: #006633;
	text-decoration: none;
	font-weight: bold;
}
h6 {
	font-family: Verdana;
	font-size: 10px;
	color: #006633;
	text-decoration: none;
	font-weight: bold;
}
font {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
p {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

input {
	background-color: #F2F2F2;
	font: 11px Verdana;
	border-size: 1px;
	border: 1px solid #CCCCCC;
	color: #666666;
}
textarea {
	background-color: #F2F2F2;
	font: 11px Verdana;
	border-size: 1px;
	border: 1px solid #CCCCCC;
	color: #666666;
}
.form_botao     {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	height: 18px;
	width: 78px;
	background-color: #E2E2E2;
	color: #666666;
	font-weight: bold;
	border: 1px none #FFFFFF;


	}
-->