BODY {
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif, "AvantGarde Bk BT",;
	text-align: justify;
	color: #FFFF99;
	background: url(fundo.jpg) no-repeat fixed bottom left;
	background-color: #336699;
	margin: 20px 20px 20px 20px;
	scrollbar-face-color: #339999;
	scrollbar-highlight-color: #26264A;
	scrollbar-3dlight-color: #009933;
	scrollbar-darkshadow-color: #26264A;
	scrollbar-shadow-color: #009933;
	scrollbar-arrow-color: #003333;
	scrollbar-track-color: #006699;
}
H1 {
  font-weight: bold;
  color: #FF9900;
}
H2 {
	font-weight: bold;
	color: #FFCC33;
}
H3 {
	font-weight: bold;
	color: #FFFF33;
}
H4 {
	font-weight: bold;
	color: #FFFF66;
}
H5 {
	font-weight: normal;
	color: #FFFF99;
}
H6 {
	font-weight: normal;
	color: #FFFF99;
}
A {
	font-weight: bold;
	text-decoration: none;
}
A:Link {
	color: Aqua;
}
A:Visited {
	color: #00D2D5;
}
A:Active {
  color: #99FF33;
}
A:Hover {
	color: #000066;
	background: #0033CC;
}

td {
  font-size : 11pt;
}
hr {
	border: thick ridge #003399;
}

.fundo_esq {
	background: url(fundo_1.jpg) no-repeat fixed bottom right;
	background-color: #142B4A;
	margin: 0px;
}
.fundo_esq_baixo {
	background: url(fundo_3.jpg) no-repeat fixed top right;
	background-color: #00292F;
	margin: 0px;
}
.fundo_menu {
	background: url(fundo_4.jpg) no-repeat fixed top left;
	background-color: #00292F;
	margin: 7px;
}
.menu {
	border: 1px solid #000066;
	line-height: 22px;
}

.laranja {font-size: 110%;font-weight: bold;color: #FF6600;}
.amarela{
	font-size: 13pt;
	font-weight: bold;
	color: #FFFF33;
}
.azul {
	font-size: 13pt;
	font-weight: bold;
	color: #99FFFF;
}
.verde {
	font-size: 13pt;
	font-weight: bold;
	color: Lime;
}
.pequena {
	font-size: 10px;
	font-weight: bold;
	color: #cccccc;
}
.branca {font-size : 13pt;font-weight : bold;color : #FFFFFF;}
.vermelha {font-size : 13pt;font-weight : bold;color : #FF0000;}
.textarea {
  background: #DDDDDD;
  border: thin inset #DBF0DB;
}
.input {
	background : #DDDDDD;
	border : thin inset #DBF0DB;
}
.limpa {
	border:0;
	background-color : transparent;
}
.moldura {
	border: 5px double #000066;
}
.moldura_fundo1 {
	background-color: #00488c;
	border: 4px double #000066;
}
.moldura_fundo2 {
	background-color: #0054a4;
	border: 4px double #003300;
}
.border {
	border: 1px solid #002951;
}
.botao {
  font-size: 14px;
  font-weight: bold;
  background-color: #339999;
  color: #003300;
  border: thin outset #ff8000;
  cursor: hand;
}