.tableTop {
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
	height: 129px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3B365F;
	border-right-color: #3B365F;
	border-bottom-color: #3B365F;
	border-left-color: #3B365F;
}
.sideGrad {
	background-image: url(images/bg_grad_side.jpg);
	background-repeat: repeat-y;
	width: 198px;
}
.bgHouse {
	background-image: url(images/bg_house_side.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 242px;
}
.mainCell {
	background-color: #9999A2;
	border-right-color: #3B365F;
	border-right-style: solid;
	border-right-width: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.mainTable {
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3B365F;
	border-right-color: #3B365F;
	border-bottom-color: #3B365F;
	border-left-color: #3B365F;
}
.content {
	background-image: url(images/main_bg_mid.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
}
.nav     A:link {color:#000000;text-decoration: none;}
.nav     A:visited {color:#000000;text-decoration: none;}
.nav     A:hover {color:#000000;text-decoration: underline;}
