@charset "utf-8";
.background {
	background-color: #000000;
	background-image: url(Background.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.back {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
	color: 009bbe;
	text-decoration: none;
}
.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: abb3b5;
	background-color: #161919;
}
.backgroundBlank {
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: center center;
}
