BODY {
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #003333;
	text-align: justify;
	background-color: #ccffcc;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	SCROLLBAR-FACE-COLOR: #98CCCC;
	SCROLLBAR-HIGHLIGHT-COLOR: #003333;
	SCROLLBAR-3DLIGHT-COLOR: #00BF60;
	SCROLLBAR-SHADOW-COLOR: #00BF60;
	SCROLLBAR-DARKSHADOW-COLOR: #003333;
	SCROLLBAR-ARROW-COLOR: #003333;
	SCROLLBAR-TRACK-COLOR: #b2ffb5;
}
#margens {margin-top : 0px;margin-left : 3%;margin-right : 3%;margin-bottom : 0px;}
.margens {margin-top : 0px;margin-left : 3%;margin-right : 3%;margin-bottom : 0px;}
H1 {
	font-weight: bold;
	color: #336666;
}
H2 {
	font-weight: bold;
	color: #005784;
}
H3 {
	font-weight: bold;
	color: #006699;
}
H4 {font-weight: bold; color: #003333;}
H5 {font-weight: bold; color: #003333;}
H6 {font-weight: bold; color: #003333;}

a {
  text-decoration: none;
  color: #003399;
  font-weight: bold;
}
A:Link {
  color: #003399;
  background-color: transparent;
  text-decoration: none;
}
A:Visited { color : #660066; background-color : transparent; text-decoration : none; }
A:Hover { color : #3333FF; background-color : transparent; text-decoration : none; }
A:Active { color : #9933FF; background-color : transparent; text-decoration : none; }

TH {
  font-weight: bold;
  font-size: 16pt;
  color: #FFFFCC;
  background-color: #00743A;
}
TD {
	font-size : 12pt;
}

HR {
	border: 1px solid #336666;
	text-align: center;
}
P {
	margin-left: 3%;
	margin-right: 3%;
}
.moldura {
  border: 2px;
  border-style: solid;
  border-color: #996666;
  	margin-left: 0px;
	margin-right: 0px;
}
.artigo {
  border: 2px;
  border-style: solid;
  border-color: #996666;
  padding: 10px;
  background-color: d6e6d0;
  text-align: justify;
}
.verde {
  font-weight: bold;
  color: #228B22;
  font-size: 100%;
}
.turquesa {
  font-weight: bold;
  color: #009999;
  font-size: 100%;
}
.azul {
  font-weight: bold;
  color: #336699;
  font-size: 100%;
}
.cinza {
  font-weight: bold;
  color: #4B6362;
  font-size: 94%;
}
.encarnado {
  font-weight: bold;
  color: #CC0000;
  font-size: 100%;
}
.justificada {
	text-align: justify;
}

.limpa {
  border: 0px;
  background-color: transparent;
}
.cimo {
  background-color: #F2F6FC;
  border: 3px outset #98CCCC;
  background-image: url(fundo_menu.jpg);
  font-weight: bold;
  color: #003399;
}
.menu {
	font-weight: bold;
	color: #0066CC;
	font-size: 13px;
	text-align: center;
	border: 1px solid #6668b1;
	background-color: #98CCCC;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.submenu {
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	border: 1px solid #228B22;
	background-color: #98CCCC;
}

.botao {
	font-size : 12px;
	font-weight : bold;
	background-color: #98CCCC;
	color: #000000;
	border: 3 outset #98CCCC;
	cursor:hand;
  line-height: 8px;
}

input {
  border: 1px inset #996666;
  padding: 3px;
  background-color: #F1F6F1;
}
textarea {
  background-color: #F1F6F1;
  border: 1px inset #996666;
  padding: 4px;
}