/* CSS Document */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#000000;
}

.Heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18;
	font-weight: bold;
	color: #FFFFFF;
}

.Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.Link a:link {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
.Link a:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
.Link a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #999999
	font-weight: bold;
}
.Link a:active {
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}

.FooterLink a:link {
	font-size: 10px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}
.FooterLink a:visited {
	font-size: 10px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}
.FooterLink a:hover {
	font-size: 10px;
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
.FooterLink a:active {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}