.show {
	display: block;
}
.hide {
	display: none;
}

body {
	scrollbar-face-color: #897446;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: #897446;
	scrollbar-darkshadow-color: #897446;
	scrollbar-track-color: #897446;
	scrollbar-arrow-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
}

table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.destaque {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006633;
}
hr {
	color: #D78381;
	height: 1px;
	width: 90%;
	border: 1px dotted #D78381;
	margin: -5px;
	padding: -5px;
}
input, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	background-color: #F3F3F3;
	border: 1px solid #000000;
	cursor: hand;
}
.inputselected {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	cursor: hand;
}
.inputerror {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFEAEA;
	border: 1px solid #990000;
	cursor: hand;
}
.inputok {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	background-color: #EAFFEA;
	border: 1px solid #009900;
	cursor: hand;
}
.copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
}
.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #80673E;
	letter-spacing: 10px;
	font-style: italic;
	text-align: right;
}
.fundo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.tituloHome {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
}
.titulo_sombra {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFCC00;
	letter-spacing: 40px;
	font-style: italic;
	padding-left: 21px;
	text-align: left;
	padding-top: 1px;
}
.img {
 	border:inset 4px #EAF4FF;
 }
