.bordaGeral {
	border: 1px solid #999999;
	width: 780px;
	height: 100%;
}
.titulo {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: underline;
	padding-top: 20px;

}
.Subtitulos {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
a {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

BODY{
	background-color: #D3DECB;
	scrollbar-3d-light-color:#CCCCCC;
	scrollbar-arrow-color:#009900;
	scrollbar-base-color:#009900;
	scrollbar-dark-shadow-color:#CCCCCC;
	scrollbar-face-color:#D3DECB;
	scrollbar-highlight-color:#D3DECB;
	scrollbar-shadow-color:#CCCCCC;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}

.texto {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

.rodape
{
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	color: #000000;
	text-align: center;
}
