body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(images/topback.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	font-size: 12px;
	line-height: 17px;
}
h1 {
	font-size: 16px;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.whitecopy {
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.midback {
	background-color: #FFFFFF;
	background-image: url(images/topmidback.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.sideheader {
	font-size: 14px;
	font-weight: bold;
}
.subtext {
	font-size: 11px;
}


a:link {
	color: #996600; text-decoration: none;
}
a:visited {
	color: #996600; text-decoration: none;
}
a:hover {
	color: #CC9900; text-decoration: underline;
}
a:active {
	color: #CC9900; text-decoration: none;
}

a.white:link {
	color: #F1EDCB; text-decoration: underline;
}
a.white:visited {
	color: #F2F0CD; text-decoration: underline;
}
a.white:hover {
	color: #DFD8A3; text-decoration: underline;
}
a.white:active {
	color: #FFFFFF; text-decoration: underline;
}
.redcopy {
	color: #CC0000;
}
hr {
	color: #C4BB82;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #6B6655;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #6B6655;
	width: 100%;
	height: 5px;
	margin: 0px;
	padding: 0px;
}
