@charset "UTF-8";
html, body {
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/PageBG1.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.Headline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a.Footer:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.Footer:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.Footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.Footer:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #CCCCFF;
	text-decoration: none;
}
a:visited {
	color: #CCCCFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCFF;
	text-decoration: underline;
}
a:active {
	color: #CCCCFF;
	text-decoration: none;
}
.Subheading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
