body {
	background-color: #fbf8f1;
	margin: 0px;
}
.bgTop {
	background-image: url(../images/bg_top.gif);
	background-repeat: repeat-y;
}
.bgRight {
	background-image: url(../images/bg_right.gif);
	background-repeat: repeat-x;
}
.bgLeft {
	background-image: url(../images/bg_left.gif);
	background-repeat: repeat-x;
}
.bgBottom {
	background-image: url(../images/bg_bottom.gif);
	background-repeat: repeat-y;
}
.ContentArea {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 20px;
}
td {
	font-family: Tahoma, Verdana, Arial;
	color: #666666;
	font-size: 11px;
}
.subheading {
	font-weight: bold;
	color: #6C5C44;
}
.form {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #666666;
	margin-bottom: 5px;
	border: 1px solid #C7B59A;
}
A:link {
	text-decoration: none;
	color:#8E6D39;
	font-weight:bold
}
A:visited {
	text-decoration: none;
	color:#8E6D39;
	font-weight:bold
}
A:active {
	text-decoration: none;
	color:#8E6D39;
	font-weight:bold
}
A:hover {
	text-decoration: none;
	color:#8E6D39;
	font-weight:bold
}
