body {
	background: url(../IMG/FundoGradiente.gif) repeat-x #878787 top;  
	margin:0px;
	padding:0px;
	font-family: Arial;
	font-size: 11px;
}

table.tbl_tabelaPagina {
	width: 770px; 
}

/*Imagem Principal do Site*/
td.td_imagemSite{
	background: url(../IMG/Imagem.gif) no-repeat;
	width: 690px;
	height: 140px;
}

/*Sombra Lateral Externa Esquerda do Parte do Conteudo*/
td.td_se_conteudo {
	background: url(../IMG/SE_Conteudo.gif) repeat-y;
	width: 10px;
}

/*Sombra Lateral Externa Direita do Parte do Conteudo*/
td.td_sd_conteudo {
	background: url(../IMG/SD_Conteudo.gif) repeat-y;
	width: 12px;
}

/*Sombra entre MenuLateral e Conteudo Princiapal*/

td.td_s_menuLateral {
	background: url(../IMG/S_MenuLateral.gif) no-repeat;
	width: 15px;
}

td.menuPrincipal {
	background: url(../IMG/M_Fundo.gif) no-repeat;
	width: 74px;
	height: 70px;
	text-align: center;
	color: #515151;
	font-weight: bold;
	cursor: pointer;
}
td.menuPrincipal:hover{
	background: url(../IMG/M_Fundo_Hover.gif) no-repeat;
	width: 74px;
	height: 70px;
	text-align: center;
	color: #d71c17;
	font-weight: bold;
	cursor: pointer;
}
td.menuPrincipalActive{
	background: url(../IMG/M_Fundo_Hover.gif) no-repeat;
	width: 74px;
	height: 70px;
	text-align: center;
	color: #d71c17;
	font-weight: bold;
	cursor: pointer;
}

table.tbl_conteudo {
	margin-top: 10px;
	margin-bottom: 10px;
}

table.tbl_conteudo td {
	vertical-align: top;
}

#td_menuLateral {
	padding-top: 10px;
	padding-left: 15px
}

#td_menuLateral div {
	background: url(../IMG/Linha_MenuLateral.gif) repeat-x bottom;
	padding-bottom: 3px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-weight: bold;
	cursor: pointer;
	color: #515151;
}
#td_menuLateral div:hover {
	background: url(../IMG/Linha_MenuLateral.gif) repeat-x bottom;
	padding-bottom: 3px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-weight: bold;
	cursor: pointer;
	color: #d71c17;
}
#td_menuLateral div.menuLateralActive {
	background: url(../IMG/Linha_MenuLateral.gif) repeat-x bottom;
	padding-bottom: 3px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-weight: bold;
	cursor: pointer;
	color: #d71c17;
}

div.div_conteudo{
	margin-right: 10px;
}

div.div_tituloConteudo {
	background-color: #ececec;
	margin-top: 10px;
	height: 20px;
	margin-right: 10px;
	padding-left: 5px;
	padding-top: 5px;
}

#div_tituloMenuLateral{
	margin-left: 10px;
}

table.tbl_conteudoDestaque{
	border-bottom: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
}

table.tbl_conteudoDestaque td.td_borda{
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border: 1px dotted #cccccc;
	vertical-align: top;
	border-bottom: 0px;
	border-right: 0px;
}

div.div_titulo{
	background: #ececec;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	margin-bottom: 5px;
}

a {
	color: #515151;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

a:hover {
	color: #d71c17;
	text-decoration: underline;
	cursor: pointer;
}
/*img.marcador {
	padding-left: 15px;
	background: url(../IMG/Marcador2.gif) no-repeat;
}*/

input {
	font-family: ARIAL;
	font-size: 11px;
	height: 11px;
	width: 300px;
}

button {
	font-family: ARIAL; 
	font-size: 11px; 
	margin-top: 5px;
}

td.td_banner {
	padding-left: 10px;
	padding-top: 10px;
}

td.td_banner img{
	margin-bottom: 10px; 
	cursor: pointer;
}

td.td_banner img:hover{
	margin-bottom: 10px; 
	cursor: pointer;
	border-right: 1px red solid; 
}