/*
	Definições globais - Devem estar presentes em todas os CSS.
*/
body
{
	background-color: #EBE6D2;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 8pt "Verdana";
	color: rgb(247, 107, 0);
}

TD P
{
	margin: 3px 0px 3px 0px;
}
TD
{
	font-family: Verdana;
	font-size: 11px;
	color: #535353;

}
.titulo1
{
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #D61600;
}
.titulo2
{
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #D61600;
}
.titulo3
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #D61600;
}
.destaque1
{
	font-family: Verdana;
	font-size: 10px;
	color: #D61600;
}

A.link-padrao:link,A.link-padrao:visited,A.link-padrao:active
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #D61600;
	text-decoration: none;
}
A.link-padrao:hover
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #F15546;
	text-decoration: underline;
}
A.link-lista:link,A.link-lista:visited,A.link-lista:active
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #D61600;
	text-decoration: none;
}
A.link-lista:hover
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #F15546;
	text-decoration: underline;
}
A.link-destaque:link,A.link-destaque:visited,A.link-destaque:active
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #D61600;
	text-decoration: none;
}
A.link-destaque:hover
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #F15546;
	text-decoration: underline;
}
A:link,A:visited,A:active
{
	font-family: Verdana;
	font-size: 11px;
	color: #D61600;
	text-decoration: underline;
}
A:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #F15546;
	text-decoration: underline;
}
TD.global2
{
    background-color: #EBE6D2;
    height: 12;
    color: #757575;
    text-align: center;
    font-size: 10 px;
}
TD.global1
{
   color: #FFDDDB;
   font-size: 9px;
   padding: 50px 18px 18px 18px;
}
.img-legenda
{
	font-size: 8pt;
	color: #D61600;
}
.caixa-texto
{
	background-color : #FFDDDB;
	padding: 10px,10px,10px,10px;
	border: 3px solid white;
}
TD.borda-celula
{
	border: 15px solid #FEABA3;
}
.linha-vertical
{
 	width: 1px;
 	background : #D61600;
}
.linha-horizontal
{
 	height: 1px;
 	background : #D61600;
}
.caixa-imagem1
{
	background-color: #FFDDDB;
}
.fundo-celula
{
	background-color: #FFDDDB;
}
.caixa-imagem2
{
	background-color: #F15546;
	color: #FFFFFF;
	border-right: 1px solid white;
}
DIV.borda-tabela
{
	border: 1px solid #F15546;
}
.coluna-lista
{
	background-color: #FFDDDB;
}
.meio-vertical
{
	border-right: 1px solid #FFDDDB;
}
.linha-sup
{
	background-color: #FFDDDB;
	height: 15px;
	border-bottom: 1px solid white;
}
.linha-sup2
{
	background-color: #F15546;
	height: 8px;
}
.linha-inf
{
	background-color: #FFDDDB;
	color: #FFFFFF;
	height: 20px;
}
TD.faixa-horizontal
{
	background-color: #FEABA3;
	color: #FFFFFF;
}
.lista-item
{
	border-left: dashed 1px #FFDDDB;
}
.lista-caixa
{
	border: 1px solid #FFDDDB;
}
.meio
{
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid white;
}
/*
	Fim das definições Globais
*/
/*
	Necessarias para o menu
*/
TD.menu
{
	background: white url('img/menu-bkg.gif');
	width: 167px;
	height: 165px;
	background-position: top;
	vertical-align: top;
	padding-top:15px;
}
A.menu:link,A.menu:visited,A.menu:active,A.menu:hover
{
	color: #DD1400;
	text-decoration: none;
	font-size: 11px;
	margin-left: 4px;
	font-weight: bold;
}
A.n1-aberta:link,A.n1-aberta:visited,A.n1-aberta:active,A.n1-aberta:hover
{
	color: #DD1400;
	text-decoration: none;
	font-size: 11px;
	margin-left: 4px;
	font-weight: bold;
}
.separador
{
	border-bottom: dashed 1px #DD1400;
}
.coluna-separadora
{
	background-color: #EBE6D2;
	width: 10px;	
}
.menu-item
{
	padding: 4px 5px 4px 11px;
	height: 20px;
}
.menu-item-aberto
{
	padding: 4px 5px 4px 11px;
	background: transparent url(img/bullet.gif) no-repeat;
	font-size: 10px;
	height: 20px;
}
/*
	Fim do menu
*/

TD.img-top-right
{
	background: transparent url('img/topo-bkg.gif') no-repeat;
	width: 780px;
	height: 163px;
}

TD.margem-corpo
{
	padding: 10px;
	background-color: white;
}

TD.corpo-borda
{
	padding: 10px;
	background-color: #EBE6D2
}

.corpo
{
		background-color: white;
}