/* CSS Document */

#harristable {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

.bgdark {
	background-color: #AEA99B;
}
.bgdark h2 {
	font-weight: normal;
	font-size: 1.7em;
}


.bglight {
	background-color: #ebe8e0;
	text-align: center;
}
.bglight h2 {
	font-weight: normal;
	font-size: 1.7em;
	padding-bottom: 5px;
	margin-left: 40px;
	margin-right: 40px;
	border-bottom: 1px solid #000000;
}
.bglight li {
	padding-bottom: 20px;
}
.bglight .homelink {
	font-size: .7em;
	text-align: right;
}


.bgmedium {
	background-color: #D7D2C2;
}
.bgmedline {
	background-color: #D7D2C2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #AEA99B;
	border-right-color: #AEA99B;
	border-bottom-color: #AEA99B;
	border-left-color: #AEA99B;
}
