body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #F7DAA8;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
#tblHomePage {
	background-color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #835711;
	border-bottom-color: #835711;
	border-left-color: #835711;
	margin: 0px;
	padding: 0px;
}
.homeContentBg {
	background-image: url(../images/home_bg_top.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.homeFooter {
	background-image: url(../images/home_bg_bot.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

