@charset "utf-8";

/*
Azu= #00A6DB
Amarelo = #FFDD00
Laranja = #F58229
Verde Claro = #CBDB2A
Verde Escuro = #008183

*/


/* Textos */

/*PRETO*/
.texto_preto_11 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
}
.texto_preto_12 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}
.texto_preto_14 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
}
.texto_preto_16 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000;
}.texto_preto_18 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#000;
}
.texto_preto_24 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	color:#000;
}

/*BRANCO*/
.texto_branco_11 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFF;
}
.texto_branco_12 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
}
.texto_branco_14 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFF;
}
.texto_branco_16 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#FFF;
}
.texto_branco_18 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#FFF;
}
.texto_branco_24 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#FFF;
}

/*Cinza-Escuro*/
.texto_cinza_escuro_11 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
}
.texto_cinza_escuro_12 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
}
.texto_cinza_escuro_14 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666;
}
.texto_cinza_escuro_16 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#666;
}
.texto_cinza_escuro_18 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#666;
}
.texto_cinza_escuro_24 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#666;
}

/*AZUL*/
.texto_azul_11 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#00A6DB;
}
.texto_azul_12 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#00A6DB;
}
.texto_azul_14 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#00A6DB;
}
.texto_azul_16 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#00A6DB;
}
.texto_azul_18 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#00A6DB;
}
.texto_azul_24 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#00A6DB;
}

/*AMARELO*/
.texto_amarelo_11 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFDD00;
}
.texto_amarelo_12 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFDD00;
}
.texto_amarelo_14 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFDD00;
}
.texto_amarelo_16 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#FFDD00;
}
.texto_amarelo_18 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#FFDD00;
}
.texto_amarelo_24 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#FFDD00;
}

/*LARANJA*/
.texto_laranja_11 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#F58229;
}
.texto_laranja_12 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#F58229;
}
.texto_laranja_14 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#F58229;
}
.texto_laranja_16 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#F58229;
}
.texto_laranja_18 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#F58229;
}
.texto_laranja_24 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#F58229;
}

/*VERDE CLARO*/
.texto_verdec_11 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#CBDB2A;
}
.texto_verdec_12 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CBDB2A;
}
.texto_verdec_14 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#CBDB2A;
}
.texto_verdec_16 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#CBDB2A;
}
.texto_verdec_18 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#CBDB2A;
}
.texto_verdec_24 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#CBDB2A;
}

/*VERDE ESCURO*/
.texto_verdee_11 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#008183;
}
.texto_verdee_12 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#008183;
}
.texto_verdee_14 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#008183;
}
.texto_verdee_16 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#008183;
}
.texto_verdee_18 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#008183;
}
.texto_verdee_24 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#008183;
}

/*FORMULÁRIOS*/
.Forms {
	border: 2px solid #FFDD00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	height:20px;
	background-color: #FFFFFF;
}
.Forms_bt {
	border: 2px solid #FFDD00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight:bold;
	background-color: #FFFFFF;
}
.Forms_azul {
	border: 1px solid #00A6DB;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00A6DB;
	text-decoration: none;
	height:18px;
	background-color: #FFFFFF;
}

.Forms_azul_bt {
	border: 1px solid #00A6DB;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00A6DB;
	text-decoration: none;
	background-color: #FFFFFF;
}

/*Links*/

/*BRANCO*/
a.branco:link {
	color: #FFF;
	text-decoration: none;
}
a.branco:visited {
	text-decoration: none;
	color: #FFF;
}
a.branco:hover {
	text-decoration: underline;
	color: #CCC;
}
a.branco:active {
	text-decoration: none;
}

/*PRETO*/
a.branco:link {
	color: #fff;
	text-decoration: none;
}
a.branco:visited {
	text-decoration: none;
	color: #fff;
}
a.branco:hover {
	text-decoration: underline;
	color: #CCC;
}
a.branco:active {
	text-decoration: none;
}

/*AZUL*/
a.azul:link {
	color: #00A6DB;
	text-decoration: none;
}
a.azul:visited {
	text-decoration: none;
	color: #00A6DB;
}
a.azul:hover {
	text-decoration: underline;
	color: #CCC;
}
a.azul:active {
	text-decoration: none;
}

/*AMARELO*/
a.amarelo:link {
	color: #FFDD00;
	text-decoration: none;
}
a.amarelo:visited {
	text-decoration: none;
	color: #FFDD00;
}
a.amarelo:hover {
	text-decoration: underline;
	color: #CCC;
}
a.amarelo:active {
	text-decoration: none;
}

/*LARANJA*/
a.laranja:link {
	color: #F58229;
	text-decoration: none;
}
a.laranja:visited {
	text-decoration: none;
	color: #F58229;
}
a.laranja:hover {
	text-decoration: underline;
	color: #CCC;
}
a.laranja:active {
	text-decoration: none;
}

/*VERDE CLARO*/
a.verdec:link {
	color: #CBDB2A;
	text-decoration: none;
}
a.verdec:visited {
	text-decoration: none;
	color: #CBDB2A;
}
a.verdec:hover {
	text-decoration: underline;
	color: #CCC;
}
a.verdec:active {
	text-decoration: none;
}

/*VERDE ESCURO*/
a.verdee:link {
	color: #008183;
	text-decoration: none;
}
a.verdee:visited {
	text-decoration: none;
	color: #008183;
}
a.verdee:hover {
	text-decoration: underline;
	color: #CCC;
}
a.verdee:active {
	text-decoration: none;
}

/*PRETO*/
a.preto:link {
	color: #000000;
	text-decoration: none;
}
a.preto:visited {
	text-decoration: none;
	color: #000000;
}
a.preto:hover {
	text-decoration: underline;
	color: #000000;
}
a.preto:active {
	text-decoration: none;
}

/*Cinza*/
a.cinza:link {
	color: #666;
	text-decoration: none;
}
a.cinza:visited {
	text-decoration: none;
	color: #666;
}
a.cinza:hover {
	text-decoration: underline;
	color: #666;
}
a.cinza:active {
	text-decoration: none;
}

/* CSS para os menus */
ul.menubar{
	
  margin: 0px;
  padding: 0px;
  background-color: #00a6db; /* IE6 Bug */
  /*font-size: 100%;*/
  font-size:10px;
}
 
ul.menubar .submenu{
  margin: 0px;
  padding: 0px;
  padding-left:2px;
  padding-right: 2px;
  list-style: none;
  /*background-color: #E2E1DF;*/
  border: 0px solid #ccc;
  float:left;
}
 
ul.menubar ul.menu{
  display: none;
  position: absolute;
  margin: 0px;
}
 
ul.menubar a{
	padding: 5px;
	display:block;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
}
 
ul.menu, ul.menu ul{
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  width: 160px; /* Width of Menu Items */
  background-color: #00A5DB; /* IE6 Bug */
}
 
ul.menu li{
  position: relative;
  list-style: none;
  border: 0px;
}
 
ul.menu li a{
	display: block;
	text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: 0px;
	color: #FFF;
	padding: 5px 10px 5px 5px;
}
 
ul.menu li sup{
  font-weight:bold;
  font-size:12px;
  color: red;
}
 
/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li a { height: 1%; }
/* End */
 
ul.menu ul{
  position: absolute;
  display: none;
  left: 149px; /* Set 1px less than menu width */
  top: 0px;
}
 
ul.menu li.submenu ul { display: none; } /* Hide sub-menus initially */
 
ul.menu li.submenu { background: transparent url(arrow.gif) right center no-repeat; }
 
ul.menu li a:hover {
	color: #CCC;
}
