BODY {
	color: #797979;
	margin-top: 0px;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #d4d4d3;
	text-align: center;
}
img {
	border: 0px;
}
.xLargeText {
	font-size: 23px;
}
.largeText {
	font-size: 21px;
}
.smallText {
	font-size: 12px;
}
.redText {
	color: #84172D;
	font-size: 18px;
}
.greenText {
	color: #59631d;
	font-size: 18px;
}
div.main {
	width: 802px;
	height: auto;
	background-color: White;
	text-align: left;
	margin-left: auto ;
	margin-right: auto ;
	border-left: #979796 1px solid;
	border-right: #979796 2px solid;
}
.bordersLR {
	border-left: #979796 1px solid;
	border-right: #979796 1px solid;
}
.navBar {
	background-image: url(navBG.png);
	background-repeat: no-repeat;
	background-color: #cccccc;
	height: 40px;
	width: 801px;
	text-align: center;
}
.darkRedBox {
	background-image: url(darkRedBG.png);
	background-repeat: repeat-x;
	background-color: #862b16;
	color: white;
	width: 360px;
	padding: 15px;
	margin: 5px;
	font-size: 17;
}
.lightRedBox {
	background-image: url(lightRedBG.png);
	background-repeat: repeat-x;
	background-color: #862b16;
	color: #380e05;
	width: 360px;
	padding: 15px;
	margin: 5px;
	font-size: 17;
}
.grayBox {
	background-image: url(grayBG.png);
	background-repeat: repeat-x;
	background-color: #7c7a7b;
	color: #380e05;
	padding: 10px;
}
hr.gray {
	color: #d8d8d8;
	background-color: #d8d8d8;
	height: 1px;
	margin: 5px;
	width: 98%;
}
A {
	text-decoration: none;
}
a:link {
	color: #4b4a4a; /*blue*/
}
a:visited {
	color: #4b4a4a;
}
a:active {
	/*color: #003068; dark blue*/
	color: #4b4a4a;
}
a:hover {
	color: #50180b;/*orange*/
	text-decoration: underline;
}
td.hovered {
	font-weight: bold;
}
