body {
	background-color: #eaeadc;
	background-image:  url(../images/fd.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;

}
.bdLeft {
	background-image: url(../images/bd_left_css.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.assinatura {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999573;
	text-decoration:none
}
a.assinatura:link, a.assinatura:active, a.assinatura:visited, a.assinatura:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999573;
	text-decoration:none
}

.bdRight {
	background-image: url(../images/bd_right_css.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.line {
	background-color:#7c956e;
	height: 1px;
}
.fdTopo {
	background-attachment: fixed;
	background-image: url(../images/fd_topo.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;

}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999573;
}
.t_texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #A7A000;
}
a.texto:link, a.texto:active, a.texto:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999573;
	text-decoration:none;
}
a.texto:hover {
	text-decoration: underline;
}