
/*-----------------------------------------------------*/
/*----------------- CLASSES HEADER --------------------*/
/*-----------------------------------------------------*/

.TPL_header_texto_normal
{
	font-family: Arial;
	color: #494949; 
	font-size: 11px; 
	line-height: 16px;	
	font-weight: normal;
	text-decoration: none;	
}
a:link.TPL_header_texto_normal{ color:#494949; text-decoration: none; }
a:hover.TPL_header_texto_normal{ color:#FF6600; text-decoration: none; }
a:vlink.TPL_header_texto_normal{ color:#494949; text-decoration: none; }

.TPL_header_td_geral
{
	background: url(../../imagens/backgroundTopo.jpg);
	background-repeat:repeat-x;	
}

.TPL_header_linha
{
	border-bottom: 1px solid #ffb100;
}

/*-----------------------------------------------------*/
/*----------------- CLASSES FOOTER --------------------*/
/*-----------------------------------------------------*/

.TPL_footer_texto
{
	font-family: Arial;
	color:#436b71; 
	font-size: 10px; 
	font-weight: normal;
	text-decoration: none;	
}

.TPL_footer_td_risco
{
	background-color:#E8E8E8; 
}

a:link.TPL_footer_texto_normal{ color:#ffffff; text-decoration: none; }
a:hover.TPL_footer_texto_normal{ color:#FF6600; text-decoration: none; }
a:vlink.TPL_footer_texto_normal{ color: #ffffff; text-decoration: none; }

.TPL_footer_link
{
	text-decoration: none;
}
.TPL_footer
{
	background:url(../../imagens/footerRepetir.jpg);
	background-repeat:repeat-x; 
}