BODY {
	font-style: normal;
	font-weight: normal;
	font-size: 11pt;
	font-family: "Arial", "Helvetica", "sans-serif";
	text-align: justify;
	color: #FFFFCC;
	background-color: #000000;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 12px;
	margin-bottom: 4px;
	scrollbar-face-color: #383838;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #8d8d8d;
	scrollbar-track-color: #000000;
}
H1 {
	font-weight: normal;
	color: #ccff66;
}
H2 {
	font-weight: normal;
	color: #ffff66;
}
H3 {
	font-weight: normal;
	color: yellow;
}
H4 {font-weight: normal; color : yellow;}
H5 {font-weight: normal; color : yellow;}
H6 {font-weight: normal; color : yellow;}

.bordo {
	border: 1px solid #D9B0B0;
}
.moldura {
	border: 3px double #ADA383;
}

A:Link {
	font-weight: normal;
	text-decoration: none;
	color: #ccffff;
}
A:Visited {
	font-weight: normal;
	text-decoration: none;
	color: #ccffff;
}
A:Hover {
	font-weight: normal;
	text-decoration: none;
	color: #66FFFF;
}
A:Active {
	text-decoration: none;
	color: #99FFCC;
	font-weight: normal;
}
hr {
	border: thin ridge #404040;
}

TH {
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #4A2525;
}
TD {font-size: 10pt;}
.INPUT{
	border: 1px solid #663333;
}
.pequena {
  font-size: 10pt;
}

.limpa {
  background-color: transparent;
  border: 0px;
}

.justify {
  text-align: justify;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.castanho {
	color: #cccc66;
	font-weight: bold;
}
.verde {
	font-weight: bold;
	color: #ccff00;
	font-size: 100%;
}
.turquesa {
	font-weight: bold;
	color: #66cccc;
	font-size: 100%;
}
.azul {
  font-weight: bold;
  color: #336699;
  font-size: 100%;
}
.cinza {
	font-weight: bold;
	color: #e4e4e4;
	font-size: 94%;
}
.encarnado {
	font-weight: bold;
	color: #ff6666;
	font-size: 100%;
}
.vermelha {
	font-weight: bold;
	color: #ff6600;
	font-size: 14pt;
}
.amarela {
	font-weight: bold;
	color: #ffff66;
	font-size: 14pt;
}
.botao {
  font-size: 10pt;
  font-weight: bold;
  background-color: #C4A88F;
  color: #663300;
  border: 2 outset #F6E5DB;
  cursor: hand;
}

.moldura {
	border-width: 1px solid #663300;
}
.linha_ {
	border-bottom: 1px solid #663300;
}
.head{
  font-weight: bold;
  text-align: center;
}
.footer{
  font-weight: lighter;
  font-size: 12pt;
  text-align: center;
}

input {
  text-align: center;
  font-size: 14px;
  border: 1px ridge #663300;
}
textarea {
  background-color: #F6E5DB;
  border: 1px ridge #663300;
  font-size: 14px;
  padding: 2;
}
