@CHARSET utf-8; 
body {
	background-color: #FFFFFF;
	background-image: url(images/fundoverde.jpg);
	
}
a:link {
	color: #FFFF00;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;


}
.table {
	text-align: center;
	vertical-align: middle;
	border: thin none #000000;
}
a:visited {

	color: #FFFFCC;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
a:hover {

	color: #FF0000;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
.titulo {
	font-family: Garamond;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	color: #FFFF00;
	text-align: center;
}
.texto {
	font-family: Garamond;
	font-size: 18px;
	color: #FFFFFF;
}
.textoamarelo {

	font-family: Garamond;
	font-size: 18px;
	color: #FFFF00;
}
input {
	color: #0000FF;
	background-color: #CCCCCC;
}
textarea {
	color: #0000FF;
	background-color: #CCCCCC;
}
select {

	color: #0000FF;
	background-color: #CCCCCC;
}
.linkdestaque {
	color: #FFFF00;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

