BODY {
		background-color: #525252;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin: 4px;
		padding: 4px;
		color:#333333;
		background-image: url(images-site/background.jpg);
}

h1
{
		border: 2px solid #FD8108;
		background-image: url(images-site/background.jpg);
		color: #FFFFFF;
		font-weight: bolder;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		font-variant: small-caps;
		background-color: #585858;
		padding: 3px;
		width: 550px;
		text-align: center;
		margin: 4px 0px 15px 150px;
}

h2
{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #020202;
		font-weight: bold;
		font-variant: normal;
		background-color: #B5CBB1;
		width: 100%;
		text-align: center;
		margin: 0px;
		padding-top: 4px;
		padding-right: 0px;
		padding-bottom: 4px;
		padding-left: 0px;
}

/* this group sets the normal link colors */

A:LINK {
	color: #FD8108;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:VISITED {
	color: #FD8108;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:HOVER {
	color: #804100;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:ACTIVE {
	color: #FD8108;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.globalbar {
	background-color: #333333;
	color: #FF7A00;
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F68006;
	border-bottom-color: #FF8006;
}

.globalbar A:LINK {
	color: #FF7A00;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.globalbar A:VISITED {
	color: #FF7A00;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.globalbar A:HOVER {
	color: #FF7A00;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.globalbar A:ACTIVE {
	color: #FF7A00;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.content-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.content-black-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.content-black-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.header-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #804100;
	font-weight: normal;
	font-variant: small-caps;
}
.content-red-bold {
	font-family: "Monotype Corsiva", "Times New Roman", Times;
	font-size: 12px;
	color: #461805;
	font-weight: bold;
}
.table-watermark {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}
.table-thin {
	border: 4px solid #FD8108;
	background-color: #FFFFFF;
}
.table-thin-subhead {
	border: 2px solid #803D00;
	background-image: url(images-site/background.jpg);
	color: #FFFFFF;
	font-weight: bolder;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: small-caps;
	margin-top: 10px;
	margin-bottom: 10px;
}
.header-red-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #804100;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
.content-indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
ul {
	line-height: 16px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	list-style-image: url(images-site/star.gif);
}

