@charset "utf-8";
.txt_menu {
	font-family: "Trebuchet MS", Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCCCCC;
}
.txt_menu_off {
	font-family: "Trebuchet MS", Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #AFEB4E;
}
a:link.linkmenu
{
	color: #CCCCCC;
	text-decoration:none;
}
a:visited.linkmenu
{
	color: #CCCCCC;
	text-decoration:none;
}
a:hover.linkmenu
{
	color: #ACE84D;
	text-decoration:none;
}

a:link
{
	color: #66FF66;
}
a:visited
{
	color: #66FF66;
}
a:hover
{
	color: #ACE84D;
}

.txt_tit_amarelo {
	font-family: "Trebuchet MS", Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #ACE84D;
}
.txt_depoimento {
	font-family: "Trebuchet MS", Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
	line-height: 12pt;
	text-align: left;
	font-style: italic;
}
.txt_tit {
	font-family: "Trebuchet MS", Verdana;
	font-size: 15pt;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	line-height: 12pt;
}
.txt_geral {
	font-family: "Trebuchet MS", Verdana;
	font-size: 9pt;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
	line-height: 12pt;
	text-align: justify;
}
.combo {
	font-family: "Trebuchet MS", Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-transform: none;
	color: #2E2D2D;
	line-height: 12pt;
	height: 20px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.combo_2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-transform: none;
	color: #2E2D2D;
	line-height: 12pt;
	height: 70px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.txt_geral_amarelo {
	font-family: "Trebuchet MS", Verdana;
	font-size: 9pt;
	font-weight: normal;
	text-transform: none;
	color: #A9E44C;
	line-height: 12pt;
}
.txt_tit_2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 12pt;
}
.txt_tut {
	font-family: "Trebuchet MS", Verdana;
	font-size: 7pt;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
	line-height: 10pt;
	text-align: center;
}
a:link.link2
{
	color: #fbe400;
	text-decoration:underline;
}
a:visited.link2
{
	color: #fbe400;
	text-decoration:underline;
}
a:hover.link2
{
	color: #fe0604;
	text-decoration:underline;
}

//estilos para os SUGESTS
.sugest{
 border: 1px solid #9F9F9F;
 background-color:#F3F3F3;
 padding: 3px; font-size:10px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color:#000000;
 display:none;
 position: fixed;
 z-index:999;
 }
.sugest UL{
 position: absolute;
 border: 1px solid #9F9F9F;
 list-style:none;
 margin: 0;
 padding: 0; 
 }
.sugest UL LI{
 display:block;
 background-color:#F3F3F3;
 }
.sugest A{
 color:#000000;
 text-decoration:none; 
 }
.sugest A:hover{
 color:#000000; 
 }
.sugest LI.selected{
 background-color:#7d95ae;
 color:#000000; 
 }
 
