h1 {
	color: #136B14;
	font-size: 28;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

h2 {
	color: #1FAF20;
	font-size: 18;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.cod {
   text-align: center;
	vertical-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
   font-size: 12;
}

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif Helvetica, sans-serif;
	BACKGROUND-COLOR: #F7E4CA;
	font-size: x-small;
}

.Radio
{
	background: transparent;
	border-style: none;
}

.dir
{
  	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-weight:bold;
   	font-size: 13;
}

.esq
{
  	text-align: right;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	color: #136B14;
	font-weight:bolder;
  	font-size: 13;
}

.esq2
{
  	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	color: #136B14;
	font-weight:bolder;
  	font-size: 13;
}

.Botao
{
  	text-align: center;
	font-family: tahoma;
   BACKGROUND-COLOR: #E8EAFF;
	color: Black;
	border-color: Black;
	border-width:1;
	border-style: solid;
	font-weight:bold;
        font-size: 13;
}

input {
	color: Black;
	text-align: left;
	font-family: Tahoma;
	border: 1px solid;
	background: #E8EAFF;
	}

.inv_input {
	color: Black;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	vertical-align: center;
	font-weight:bolder;
   font-size: 13;
	background: transparent;
}

body {
	background-color: #F6F7FF;
	overflow-x:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14;
	color: Black;
   SCROLLBAR-FACE-COLOR: #E8ECFF;
	SCROLLBAR-HIGHLIGHT-COLOR: Black;
	SCROLLBAR-SHADOW-COLOR: Black;
	SCROLLBAR-3DLIGHT-COLOR: White;
	SCROLLBAR-ARROW-COLOR: 	Black;
	SCROLLBAR-TRACK-COLOR: #F6F7FF;
	SCROLLBAR-DARKSHADOW-COLOR: Black;
}

textarea {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E8EAFF;
	color:Black;
	border: 1px solid ;
}


.erro
{
  	text-align: center;
   font-family: Arial, Helvetica, sans-serif;
	color: Red;
	font-weight:bold;
   font-size: 13;
	vertical-align: middle;
}

.att
{
  	text-align: center;
   font-family: Arial, Helvetica, sans-serif;
	color: Blue;
	font-weight:bold;
   font-size: 13;
}

.centro
{
  	text-align: left;
	vertical-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-weight:bold;
   font-size: 12;
}

thead{
	background-color: #B8CCE0;
	font-family: Tahoma;
	font-size: 12;
	color: Black;
	text-align: center;
}

tbody {
	font-family: Arial, Helvetica, sans-serif;
   color: Black;
	border-width: 2;
	border-style: ridge;
	font-size: 12;
	padding: 5px;
}

A:link {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	BORDER-RIGHT: Black 1px solid;
	BORDER-TOP: Black 1px solid;
	BORDER-LEFT: Black 1px solid;
	BORDER-BOTTOM: Black 1px solid;
	COLOR: #CC9900;
	BACKGROUND-COLOR: #006400;
	TEXT-DECORATION: none;
   text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}

A:visited {
	BORDER-RIGHT: Black 1px solid;
	BORDER-TOP: Black 1px solid;
	BORDER-LEFT: Black 1px solid;
	BORDER-BOTTOM: Black 1px solid;
	COLOR: #CC9900;
	BACKGROUND-COLOR: #FFDBAB;
	TEXT-DECORATION: none;
   text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

A:hover {
   BORDER-RIGHT: Black 1px solid;
	BORDER-TOP: Black 1px solid;
	BORDER-LEFT: Black 1px solid;
   BORDER-BOTTOM: Black 1px solid;
	COLOR: #006400;
	BACKGROUND-COLOR: #CC9900;
	TEXT-DECORATION: none;
   text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}


