body{
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 15px;
	background-image: url(img/fundo_site.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #5E0000;
}

/* Diagramação de layout */

.fundo_top {
	background-image: url(img/fundo_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#flash_frente{
	height: 358px;
	width: 736px;
	margin-top: 91px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 17px;
}
#flash_interno{
	height: 255px;
	width: 736px;
	margin-top: 91px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 17px;
}
#box_receita_fixo{
	background-image: url(img/box_receita_cima.jpg);
	background-repeat: repeat;
	background-position: center top;
	height: 35px;
	width: 174px;
}
/*
#box_receita_variavel{
	background-image: url(img/box_receita_baixo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 164px;
	width: 174px;
}*/
#box_dicas_1{
	background-image: url(img/box_dicas_cima.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	width: 541px;
}
#box_dicas_2{
	background-image: url(img/box_dicas_baixo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 164px;
	width: 541px;
}
#box_conteudo{
	background-image: url(img/box_conteudo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#box_links_conteudo{
	width: 173px;
	margin-top: 32px;
	margin-bottom: 32px;
}
#box_links_conteudo_2{
	width: 151px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 13px;
	margin-left: 13px;
}
#box_links_fundo_cima{
	background-image: url(img/box_link_fundo_cima.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 14px;
}
#box_links_fundo_meio{
	background-image: url(img/box_link_fundo_meio.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#box_links_fundo_baixo{
	background-image: url(img/box_link_fundo_baixo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 14px;
}
#txt_conteudo{
	width: 490px;
	margin-top: 32px;
	margin-right: 23px;
	margin-bottom: 32px;
	margin-left: 23px;
}
#txt_indice_receita{
	display: block;
	height: 97px;
	width: 146px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 14px;
}
#txt_indice_dicas{
	display: block;
	height: 150px;
	width: 503px;
	margin-top: 0px;
	margin-right: 19px;
	margin-bottom: 0px;
	margin-left: 19px;
}
#div_txt_dicas{
	height: 59px;
	width: 226px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 22px;
	margin-left: 0px;
}

/* Diagramação de textos */

.txt_titulo{
	font-size: 13px;
	font-weight: bold;
	color: #5e0000;
}
.txt_resumo{
	font-size: 12px;
	color: #990000;
}
.txt_rodape {
	color: #5E0001;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

/* Diagramação de links */

a.rodape:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #5E0000;
	text-decoration: none;
}
a.rodape:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #5E0000;
	text-decoration: none;
}
a.rodape:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #5E0000;
	text-decoration: underline;
	font-weight: bold;
}
a.rodape:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #5E0000;
	text-decoration: underline;
	font-weight: bold;
}

a:link {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 14px;
	color: #5E0000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 14px;
	color: #5E0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 14px;
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 14px;
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}

a.titulo:link{
	font-size: 13px;
	font-weight: bold;
	color: #5e0000;
	text-decoration: none;
}
a.titulo:visited{
	font-size: 13px;
	font-weight: bold;
	color: #5e0000;
	text-decoration: none;
}
a.titulo:hover{
	font-size: 13px;
	font-weight: bold;
	color: #5e0000;
	text-decoration: underline;
}
a.titulo:active{
	font-size: 13px;
	font-weight: bold;
	color: #5e0000;
	text-decoration: underline;
}

a.resumo:link{
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	font-weight: normal;

}
a.resumo:visited{
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
a.resumo:hover{
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}
a.resumo:active{
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}
.form {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #990000;
	padding-right: 2px;
	padding-bottom: 2px;
	border: 1px solid #5E0000;
}
