
/*** footer ***/
div#footer {
	background-color:#e3dab3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	float:left;
	padding:5px 10px 5px 10px;
	width:970px;
	text-align: left;
	
}
/*titles*/
table#footer_table tr td{
	background-color:#e3dab3;
}
div#footer table tr td#title {
	color:#8b171a;
	font-weight:bold;
	width:70px;

}
div#footer a {
	color:#333333;
	text-decoration:none;
}
div#footer a:hover {
	color:#000000;
	text-decoration:underline;
}
/*copyright*/
div#footer table tr td.copyright {
	font-size:8pt;
	color:#333333;
}