﻿
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bg {
	background-attachment: scroll;
	background-image: url(~/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #000000;
}
.heading {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #FFDE00;
	padding-top: 15px;
	padding-bottom: 8px;
	text-align: left;
}
.text {
	font-family: Verdana;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}
.subheading {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 15px;
	text-align: left;
}
.links {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.links a:link {
	color: #FFDE00;
	text-decoration: none;
}
.links a:visited {
	color: #FFDE00;
	text-decoration: none;
}
.links a:hover {
	color: #FFDE00;
	text-decoration: none;
}
.spacer {
	padding-bottom: 130px;
}
