body {
	font-family: arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	background-color: #b87c3d;
	color: #333333;
}

td, li {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

p {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3d4575;
}

.subheader {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#9b5d2a;
	text-decoration: none;
}

.small {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}


/* backgrounds */

.buttonBG {
	background-image: url('../images/buttonBG.gif');
	background-repeat: repeat-x;
	background-color: #e3be92;
}

.rustBG {
	background-color: #9b5d2a;
}

.brownBG {
	background-color: #5a381c;
}

.chocolateBG {
	background-color: #835835;
}

.rightBG {
	background-image: url('../images/rightBG.gif');
}

.whiteBG {
	background-color: #FFFFFF;
}

.blackLine {
	background-color:#000000;
}

.grayLine {
	background-color:#837c73;
}



/* links */

 a, a:visited {
	/* color: #0c1752; */
	color: #9b5d2a;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	/* color: #0c1752; */
	color: #9b5d2a;
	font-weight: bold;
	text-decoration: underline; color: #5a381c;
}	

/* a:hover, a:active {
	color: #c5960b;
}

a.topTableLinks, a.topTableLinks:visited {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b66121;
	text-decoration: none;
}
a.topTableLinks:hover, a.topTableLinks:active {
	color: #b66121;
	text-decoration: underline;
} */