/* Geral */
body {

	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
	/*background-color:#FFFFFF;*/
}

/* Texto */
.txt_conteudo{ font-family: Arial,Helvetica,sans-serif,Verdana; font-size: 16px; color: #002575;}
.txt_sinopse { font-family: Arial,Helvetica,sans-serif,Verdana; font-size: 18px; color: #002575; text-align: justify;}
.txt_obs { font-family: Arial,Helvetica,sans-serif,Verdana; font-size: 11px; text-align: justify;}
.txt_end { font-family: Arial,Helvetica,sans-serif,Verdana; font-size: 10px; color: #002575; text-align: justify;}
.txt_end2 { font-family: Arial,Helvetica,sans-serif,Verdana; font-size: 10px; color: #002575; text-align: right;}
.txt_tit { font-family: Arial,Helvetica,sans-serif,Verdana; font-size: 9px; color: #002575; text-align: center;}
.txt_conteudo:link { font-family: Arial,Helvetica,sans-serif,Verdana; font-size: 12px; color: #002575; text-decoration: none;}
.txt_conteudo:active { font-family: Arial,Helvetica,sans-serif,Verdana; font-size: 12px; color: #002575; text-decoration: none;}
.txt_conteudo:visited { font-family: Arial,Helvetica,sans-serif,Verdana; font-size: 12px; color: #002575; text-decoration: none;}
.txt_conteudo:hover { font-family: Arial,Helvetica,sans-serif,Verdana; font-size: 12px; color: #002575; text-decoration: underline;}

.txt_avisos{ font-family: Arial,Helvetica,sans-serif,Verdana; font-size: 18px; color:#CC0000; font-weight:bold;}

.tit_itens{ font-family: Arial Narrow,Arial,Helvetica,sans-serif,Verdana; font-size: 22px; color: #003366; font-weight:bold;}

.tit_itens_p{ font-family: Arial Narrow,Arial,Helvetica,sans-serif,Verdana; font-size: 12px; color: #003366; font-weight:bold;}

.tit_itens2{ font-family: Arial,Helvetica,sans-serif,Verdana; font-size: 18px; color: #666666; font-weight:bold;}

.txt_menu{ font-family: Arial,Helvetica,sans-serif,Verdana; font-size: 11px; color: #666666;}
.txt_menu:link {  font-family: Arial,Helvetica,sans-serif,Verdana; font-size: 11px; font-style: normal; font-weight: normal; font-variant: normal; text-decoration: none; color: #666666}
.txt_menu:active {  font-family: Arial,Helvetica,sans-serif,Verdana; font-size: 11px; font-style: normal; font-variant: normal; color: #666666; text-decoration: none}
.txt_menu:visited {  font-family: Arial,Helvetica,sans-serif,Verdana; font-size: 11px; font-style: normal; font-variant: normal; color: #666666; text-decoration: none}
.txt_menu:hover {  font-family: Arial,Helvetica,sans-serif,Verdana; font-size: 11px; font-style: normal; font-variant: normal; color: #666666; text-decoration: underline}

.txt_skype:link {font-family: Arial,Tahoma,Helvetica,sans-serif,Verdana; font-size: 12px; color:#009900; font-weight:bold; text-decoration: none;}
.txt_skype:active {font-family: Arial,Tahoma,Helvetica,sans-serif,Verdana; font-size: 12px; color:#CCCCCC; font-weight:bold; text-decoration: none;}
.txt_skype:visited {font-family: Arial,Tahoma,Helvetica,sans-serif,Verdana; font-size: 12px; color:#009900; font-weight:bold; text-decoration: none;}
.txt_skype:hover {font-family: Arial,Tahoma,Helvetica,sans-serif,Verdana; font-size: 12px; color:#009900; font-weight:bold; text-decoration: underline;}

.txt_rodape{ font-family: Arial,Helvetica,sans-serif,Verdana; font-size: 11px; color: #666666;}

.txt_lista{
	font-family: Arial,Helvetica,sans-serif,Verdana;
	font-size: 12px;
	color: #666666;
}

.txt_itens_tit{
	font-family: Arial,Helvetica,sans-serif,Verdana;
	font-size: 16px;
	color: #666666;
}

.txt_itens{
	font-family: Arial,Helvetica,sans-serif,Verdana;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

/* Tabelas e celulas */
table{
	background-color:#FFFFFF;
}
.td_lista {
	background-attachment:scroll;
	background-position:bottom;
	background-repeat:repeat-x;
}

.td_itens {
	background-attachment:scroll;
	background-position:bottom;
	background-repeat:repeat-x;
}

.td_texto {
	background-attachment:scroll;
	background-position:bottom;
	background-repeat:repeat-x;
}

.tb_atendimento {
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
}

a.dcontexto{
	position: relative;
	font: 12px Arial,Helvetica,sans-serif,Verdana;
	color: #666666;
	padding: 0;
	text-decoration: none;
	cursor: help;
	z-index: 24;
} 
a.dcontexto:hover{ background:transparent; z-index:25; } 
a.dcontexto span{display: none} 
a.dcontexto:hover span{
	display: block;
	position: absolute;
	width: 160px;
	top: 0px;
	left: 100px;
	font: 12px arial, verdana, helvetica, sans-serif;
	padding: 5px 10px;
	border: 1px solid #999999;
	background: #ffffff;
	color: #000000;
	text-align: left;
}

fieldset {
	background-attachment:scroll;
	background-position:bottom;
	background-repeat:repeat-x;
}

/* Formularios */
input    {
	font-family: Arial,Helvetica,sans-serif,Verdana;
	color:#666666;
	font-size: 12px;
	border:SOLID 1px #999999;
}

select {
	border:none;
	border-left:2px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background:#F9F9F9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.sem_borda {
	border:none;
}

/* FLOATER - Exibe Imagem em quadro sobre a pagina com mouseover */
#trailimageid {
position: absolute;
visibility: visible;
left: 0px;
top: 0px;
height: 1px;
z-index: 1000;
}
