/******************************************/
/*            TAHOMA TEXTO   		      */
/******************************************/

.tahoma_texto {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.tahoma_texto a{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.tahoma_texto a:hover{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: underline;
}
/******************************************/
/*            TAHOMA BRANCA   		      */
/******************************************/

.tahoma_branca {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.tahoma_branca a{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.tahoma_branca a:hover{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: underline;
}
/******************************************/
/*            TAHOMA CINZA  		      */
/******************************************/

.tahoma_cinza {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.tahoma_cinza a{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.tahoma_cinza a:hover{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: underline;
}
/******************************************/
/*            TAHOMA AZUL  		      */
/******************************************/

.tahoma_azul {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #186495;
	text-decoration: none;
}
.tahoma_azul a{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #186495;
	text-decoration: none;
}
.tahoma_azul a:hover{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #186495;
	text-decoration: underline;
}
/******************************************/
/*            TAHOMA RODAPE  		      */
/******************************************/

.tahoma_rodape {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #00ffff;
	text-decoration: none;
}
.tahoma_rodape a{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #00ffff;
	text-decoration: none;
}
.tahoma_rodape a:hover{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: underline;
}
/******************************************/
/*                FORMS                   */
/******************************************/

.input{
	font-family : tahoma;
	color : #333333;
	font-size : 9pt;
	padding-left : 1px;
	padding-right : 1px;
	border : 1px solid #CCCCCC;
	background: #EFFBFF;
	height: 17px;
}
.input_news{
	font-family : tahoma;
	color : #FFFFFF;
	font-size : 9pt;
	padding-left : 1px;
	padding-right : 1px;
	border : 1px solid #183046;
	background: #10476B;
	height: 17px;
	width: 155px;
}
.select{
	font-family : tahoma;
	color : #666666;
	font-size : 8pt;
	padding-left : 1px;
	padding-right : 1px;
	border : 1px solid #CCCCCC;
	background: #EFFBFF;
	height: 17px;
}
.input_mensagem{
	font-family : tahoma;
	color : #666666;
	font-size : 9pt;
	padding-left : 1px;
	padding-right : 1px;
	border : 1px solid #666666;
	width: 250px;
	height: 110px;
	overflow: not;
}

/******************************************/
/*               tabelas                  */
/******************************************/
.table_base {
background-repeat: no-repeat;
background-position: bottom;
}
.table_top {
background-repeat: no-repeat;
background-position: top;
}
.table_esq {
background-repeat: no-repeat;
background-position: left;
}
.table_center {
background-repeat: no-repeat;
background-position: center;
}

/***************/
/* SILIDE SHOW */
/***************/

div#slideshow {
text-align:center;
	width: 224px;
	height: 180px;
	background-color: #186495;
	margin-bottom: 10px;
}
div#slideshow ul {
  position: relative;
  width: 224px;
  height: 29px;
  background: #333333;
  overflow: hidden;
  padding: 0;
  margin: 0;
  z-index: 1000;
  border-top: 1px #EAEAEA solid;
}
div#slideshow ul a {
  background: url(../imagens/quad.jpg) no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  height: 24px;
  margin: 0;
  overflow: hidden;
  width: 24px;
}
div#slideshow ul a.prev {
  background-image: url(../imagens/ant.jpg);
  margin-left: 0px;
  width: 24px;
}
div#slideshow ul a.next {
  background-image: url(../imagens/pro.jpg);
  margin-right: 0;
  width: 24px;
}
div#slideshow ul a.active,
div#slideshow ul a.prev:hover,
div#slideshow ul a.next:hover {
  background-position: 0 -24px;
}
div#slideshow ul li {
  float: right;
  list-style: none;
  padding-top: 0px;
}

/* FAQ SUPORTE */
.perguntafaq{
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #003366;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 2px;
	padding: 4px;
	text-align: left;
	background-color: #F9F9F9;
	/*/*/border-bottom: 1px solid #cccccc;/* */
}

.respostafaq {
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #666666;
	text-decoration: none;
	padding: 5px 0px 20px 10px; 
	border-bottom: 1px solid #cccccc;
    display: none;
}

.respostafaq a, .respostafaq a:link, .respostafaq a:visited {
	color: #003366;
	text-decoration:none;
}

.respostafaq a:hover {
	color: #003399;
	text-decoration: underline;
}