body.home {
	background-image: url(../images/bg_home.gif);
	background-repeat: repeat-x;
}
body.content {
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-x;
}

.ftr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3C3C3C;
}
a.ftr {
	text-decoration: none;
}
a.ftr:hover {
	text-decoration: underline;
	color: #8B7F4B;
}
p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D7D7D7;}
a {
	text-decoration: none;
	color: #8B7F4B;
}
a:hover {
	text-decoration: underline;
}
