body {
	background-color: #0D0A11;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 0px;
}

/*H1 is the same as big font but centered, switched for SEO 6/30/08*/
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	height: 17px;
	width: 203px;
	background-image: url(../images/box.jpg);
	text-align: center;
	color: #666666;
}
.menu:hover {
	text-decoration: none;
	background-image: url(../images/box-over.jpg);
}

.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}
.text-bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
.hover:link {
	color: #333333;
	text-decoration: none;
}
.hover:visited {
	color: #333333;
	text-decoration: none;
}
.hover:hover {
	color: #FF9933;
	text-decoration: none;
}
.hover2:link {

	color: #FFFF00;
	text-decoration: none;
}
.hover2:visited {
	color: #FFFF00;
	text-decoration: none;
}
.hover2:hover {

	color: #FF9900;
	text-decoration: none;
}
.bigfont {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.link:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.0em;
	color: #FFFFFF;
	text-decoration: underline;
}
.link:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.0em;
	color: #FFFFFF;
	text-decoration: underline;
}
.link:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.0em;
	color: #FDB646;
	text-decoration: underline;
}
.bold-index {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.watermark {
	background-image: url(../images/watermark.gif);
	background-repeat: no-repeat;
	background-position: center 50px;
}
