body {
	background-color: #ffffff;
	background-image: url(dark.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}
.bodyBG {
       background-image: url(background.jpg);
       background-repeat: no-repeat;
       background-position: 0px 0px;
}

h1 {
	color: #003366; 
	font-size: 135%;
    margin-bottom: 2px;
	margin-top: 2px;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}
h2 {
	color: #036; 
	font-size: 125%;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}
h3 {
	color: #036; 
	font-size: 110%;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}
.alert {
	font-weight: bold;
	font-size: 75%;
}
.amber {
	font-weight: none;
	font-size: 75%;
}
.fieldText {
	font-size: 100%;
	font-weight: bold;
}
.textDisplay {
	font-size: 100%;
	font-weight: normal;
}
.footer {
	font-size: 65%;
	font-weight: bold;
	padding: 5px;
}
.navButton {
	font-size: 80%;
	font-weight: bold;
	display: block;
	background-color: #FFCC00;
	border-top: 1px solid #993333;
	border-left: 1px solid #993333;
	border-bottom: 1px solid #993333;
	border-right: 1px solid #993333;
	padding: 3px 3px 3px 3px;
	margin-top: 3px;
	margin-left: 8px;
	margin-bottom: 3px;
	margin-right: 8px;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}
.border {
	border: 1px solid #993333;
	padding: 2px;
}
.header {
	color: #FFF;
	font-size: 115%;
	font-weight: bold;
	display: block;
	background-color: #933;
	padding: 3px;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}
a.navLink:link {
	color: #660000;
	font-weight: bold;
	padding: 5px 5px 0px;
	text-decoration: none;
}
a.navLink:hover {
	color: #FF3300;
	text-decoration: none;
}
a.navLink:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
