body,td,th {
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 10px;
}
h1 {
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #241604;
	padding-right: 15px;
}
h2 {
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #241604;
	padding-right: 15px;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #241604;
	text-decoration: none;
	padding: 3px;
}
.title:hover {
	padding: 3px;
	color: #ffd090;
	background-color: #241604;
	text-decoration: none;
}
.label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffd090;
	background-color: #241604;
	text-decoration: none;
	padding: 3px;
}
body {
	background-image: url(images/fundo.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.centered {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -136px;
	margin-left: -289px;
}

*html .centered {
	position: absolute;
}
.texto {
	font: 11px/17px Trebuchet MS, Tahoma, sans-serif;
	color: #4a4621;
	padding: 0px 10px 0px 10px;
	text-align: justify;
}

.imagem {
	border: 5px #e7e1aa solid;
}

/* usada nas noticias */
.imagem2 {
	border: 2px #e7e1aa solid;
}

/* formularios */

.caixaTexto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #fffff7;
	border: #e2e2aa solid 1px;
	width: 200px;
}

.botao {
	background-color: #fffff7;
	border: 1px #e2e2aa solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #382409;
	height: 23px;
}

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