/* Estilos Borges & Bittencourt */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(layout/fundo_2.jpg);
	background-repeat:repeat-x;
	color:#666;
	font-family: Tahoma;
	font-size: 11px;
	border: 0px none #FFFFFF;
}
.rodape {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}	
.link_rodape {
	font-family:Tahoma;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	padding:0px 7px 0px 7px;
}
.data_noticias {
	font-size:10px;
	font-weight:bold;
}
.links_vermais {
	color:#002900;
	text-decoration:none;
}
.links_vermais:hover {
	color:#002900;
	cursor:pointer;
	text-decoration:underline;
	
}
.links_ver {
	color:#978748;
	text-decoration:none;
	font-weight:bold;
}
.links_ver:hover {
	color:#978748;
	cursor:pointer;
	text-decoration:underline;
	font-weight:bold;
}
.links_vermais2 {
	color:#002900;
	text-decoration:none;
	font-weight:bold;
}
.links_vermais2:hover {
	color:#002900;
	cursor:pointer;
	text-decoration:none;
	font-weight:bold;
}
.links_descr {
	color:#333;
	text-decoration:none;
}
.links_descr:hover {
	color:#333;
	cursor:pointer;
	text-decoration:underline;
}
.titulos_paginas {
	font-size:12px;
	font-weight:bold;
	color: #002900;
}
.titulos_noticias {
	font-size:12px;
	font-weight:bold;
	color: #978748;
}
.link_voltar {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#333333;
}
.link_voltar:hover {
	color:#006633;
	cursor:pointer;
	font-weight:bold;
}
.caixa_form {
	font-family: Tahoma;
	font-size: 11px;
	color: #006633;
	border: 1px;
	border-style:solid;
	border-color:#666666;
	background-image: url(layout/fundo_caixa_form.jpg);
	background-repeat: repeat-x;
}
.caixa_form2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #006633;
	border: 1px;
	border-style:solid;
	border-color:#666666;
	background-image: url(layout/fundo_caixa_form2.jpg);
	background-repeat: repeat-x;
	background-attachment:scroll;
}
.botao_form {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #002900;
	border-style:solid;
	cursor: auto;
}

.desc_art{
	line-height:20px;
	text-indent:12px;
	text-align:justify;
	font-size:1.1em;
	padding:10px;
}

.receita{
	width:90px;
	height:50px;
	background:url(layout/links/receita.jpg) no-repeat;
}


.receita:hover{
	width:90px;
	height:50px;
	background:url(layout/links/receita_hover.jpg) no-repeat;	
}


