img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: 100%;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index:-100;
}



body {
	/* These rules have no effect on the functionality */
	/* They are for styling only */
	margin: 0;
	padding: 0px 0 0 0;
	background-color:#000000;
	color:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:10px;

}


a:link {
	font-weight: bold;
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color:#CCCC00;
}
a {
	font-weight: bold;
}
a:active {
	text-decoration: underline;
}
.foot {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}
.menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
}
.heading {font-weight: bold; font-size: 20px;}

.subheading {font-weight: bold; font-size: 15px;}

.bodytext {font-weight: normal; font-size: 15px;}


