h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}


.TableGreenBody {
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: solid;
	border-right-color: #669966;
	border-bottom-color: #669966;
	border-left-color: #669966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.TableOrangeBody {
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: solid;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.TableOrangeTop {
	border:none;
	background-image:url(images/body/top_orange.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
A.cat {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold
}
A.cat:link {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold
}
A.cat:visited {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold
}
A.cat:hover {
	COLOR: #FFFFFF;
	TEXT-DECORATION: underline;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold
}

span.as { display: none; }
span.is { display: none; }

.FormaPGTODiv  {
  border: none;
  font-family: verdana;
  font-size: 7pt;
  width: 100%;
  text-align: left;
  padding: 0px 0px 0px 0px;
}

.TabsDiv {
  border: none;
  width:100%;
  text-align: left;
}  

.TabHeadGG {
  border: none;
  background-color: green;
  color: white;
  width: 150px; height: 50px;
  min-width: 150px; max-width: 150px;	min-height: 50px; max-height: 50px;
  text-align: left;
  padding: 0.5em 0.5em 0.5em 0.5em;
  display: inline;
  cursor: pointer;
}

.TabHeadSS {
  border: none;
  background-color: black;
  color: white;
  width: 130px; height: 50px;
  min-width: 130px; max-width: 130px;	min-height: 50px; max-height: 60px;
  text-align: left;
  padding: 0.5em 0.5em 0.5em 0.5em;
  display: inline;
  cursor: pointer;
}

.TabHeadNN {
  border: none;
  background-color: blue;
  color: white;
  width: 130px; height: 50px;
  min-width: 130px; max-width: 130px;	min-height: 50px; max-height: 60px;
  text-align: left;
  padding: 0.5em 0.5em 0.5em 0.5em;
  display: inline;
  cursor: pointer;
}

.TabHeadSP {
  border: none;
  background-color: red;
  color: white;
  width: 135px; height: 50px;
  min-width: 135px; max-width: 135px;	min-height: 50px; max-height: 60px;
  text-align: left;
  padding: 0.5em 0.5em 0.5em 0.5em;
  display: inline;
  cursor: pointer;
}

.TabBodyGG {
  border: 2px solid green;
  background-color: white;
  color: black;
  width: 100%;
  text-align: left;
  padding: 1em 1em 1em 1em;
  display: block;
}

.TabBodySS {
  border: 2px solid black;
  background-color: white;
  color: black;
  width: 100%;
  text-align: left;
  padding: 1em 1em 1em 1em;
  display: none;
}

.TabBodyNN {
  border: 2px solid blue;
  background-color: white;
  color: black;
  width: 100%;
  text-align: left;
  padding: 1em 1em 1em 1em;
  display: none;
}

.TabBodySP {
  border: 2px solid red;
  background-color: white;
  color: black;
  width: 100%;
  padding: 1em 1em 1em 1em;
  text-align: left;
  display: block;
}

table.Precos {
  width: 100%;
  font-family: verdana;
  font-size: 7pt;
  text-align: left;
}
.Precos td {
  text-align: left;
  vertical-align: top;
}
.Precos td.valor {
  font-weight: bold;
  white-space: nowrap;
}
.Precos th {
  text-align: left;
  font-size: 8pt;
  font-weight: bold;
  padding-top: 1em; 
  padding-bottom: 1em;
}

input .Proposta {
  text-align: right;
  font-family: verdana;
  font-size: 7pt;
}


