a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #0000FF;
	background-attachment: fixed;
	background-image: url(images/page_bg.jpg);
	background-repeat: no-repeat;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: CopprplGoth Bd BT, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
.subheader {
	font-family: "CopprplGoth Bd BT", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.all_caps {
	text-transform: uppercase;
}
