/* This style sheet was written by Jeramie Van Gessel.*/

H1  {
	font-style : italic;
	color : Navy;
	text-decoration : underline;
	text-align : center;
	text-transform : uppercase;
}

H2  {}

H3  {
	font-family : Times New Roman;
	font-weight : normal;
	font-style : normal;
	text-align : center;
	border-left-width : thin;
	text-decoration : none;
}

h4  {}

A  {
	color : red;
	text-decoration : none;
}

A:Visited  {
	color : red;
	text-decoration : none;
}

A:Active  {
	color : red;
	text-decoration : none;
}

A:Hover  {
	color : red;
	text-decoration : none;
}

A.banner  {
	color : red;
	text-decoration : none;
	font-weight: bold;
	font-size: 11px;
}

A.banner:Visited  {
	color : red;
	text-decoration : none;
	font-weight: bold;
	font-size: 11px;
}

A.banner:Active  {
	color : red;
	text-decoration : none;
	font-weight: bold;
	font-size: 11px;
}

A.banner:Hover  {
	color : red;
	text-decoration : none;
	font-weight: bold;
	font-size: 11px;
}

BODY  {
	background-color : Black;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
}

.heading {
	font-size : 150%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : White;
}
.ul  {
	text-decoration : underline;
}

.footer  {
	font-size : 65%;
	font-family : Arial, Helvetica, sans-serif;
}

.formText {
	font-family : Arial, Helvetica, sans-serif;
}

.bodyText {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 120%;
}

.banner {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 120%;
	font-weight: bold;
	font-style: italic;
}

.header {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.Small  {
	font-size : 75%;
}

