/* Page Style */
body {
	background-color: #061C2C;
	background-image: url(/design/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

/* HTML Styles */
body, p {
	font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FF8000;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF8000;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}


/* Text Styles */
.bold {
	font-weight: bold;
}

/* Status Bar Styles */
.statusbar {
	vertical-align: middle;
	font-size: 10px;
}
.statusbar a:link, .statusbar a:visited, .statusbar a:active {
	color: #FF8000;
	text-decoration: none;
}
.statusbar a:hover {
	color: #FF8000;
	text-decoration: underline;
}

/* Navigation Bar Styles */
.navigation {
	text-align: center;
	font-size: 12px;
}
.navigation a:link, .navigation a:visited, .navigation a:active {
	color: #FF8000;
	text-decoration: none;
}
.navigation a:hover {
	color: #FF8000;
	text-decoration: underline;
}

/* Copyright Section Styles */
.copyright {
	font-size: 11px;
	text-align: center;
}
.copyright-small {
	font-size: 10px;
}
.copyright a:link, .copyright a:visited, .copyright a:active{
	color: #FF8000;
	text-decoration: none;
}
.copyright a:hover {
	color: #FF8000;
	text-decoration: underline;
}