.MainCell {
	background-color: #DDC9A6;
	background-image: url(images/MainBkgnd.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 1px;
	padding-left: 10px;
	margin-right: 6px;
}
.TopNavCell {
	background-color: #DDC9A6;
	background-image: url(images/TopNav_05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	margin: 0px;
	text-align: right;
	height: 30px;
	font-weight: bold;
}
.BottomNavCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #000000;
	padding: 7px;
	background-color: #DDC9A6;
}
.CopyrightCell {
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: lighter;
	background-image: url(images/LeftBarBkgndExt.jpg);
	background-color: #DDC9A6;
}
.HomePageCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.bulletList {
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: disc;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	white-space: normal;
}
.TableSectionCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #79522B;
}
.TableColumHeads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #D0aa70;
	height: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 2px;
	margin: 0px;
	letter-spacing: 1px;
	text-align: center;
}
.TableBodyCells {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

