/* main background */
#chromeFix { display: block; position: absolute; width: 1px; height: 100%; top: 0px; left: 0px; }
body {
	/* bg image */
	margin:0;
	padding:0;
	font:normal 12px Tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
}
.backgroundimage {
	background-attachment: scroll;
	background-image: url(images/div-bg.jpg);
	background-repeat: repeat-y;
	background-position:top;
	margin:0px;
	text-align:center;
	width:1000px;
	position:relative;
	background-position:center top;
	top:0px;
	visibility: visible;
	left: 0px;
}
.backgroundtop {
	background-attachment: scroll;
	background-image: url(images/div-bg-top.png);
	background-repeat: no-repeat;
	background-position:top;
	text-align:center;
	height:50px;
	width:973px;
	position:relative;
	background-position:center top;
	top:0px;
	visibility: visible;
	left: 0px;
}
.backgroundbottom {
	background-attachment: scroll;
	background-image: url(images/div-bg-bottom.png);
	background-repeat: no-repeat;
	background-position:top;
	text-align:center;
	height:
	width:973px;
	position:relative;
	background-position:center top;
	top:0px;
	visibility: visible;
	left: 0px;
}
.mainfont {
  font:Verdana, sans-serif;
	font-size:12px;
	color:#000000;
	}
	.secondfont {
  font:Verdana, sans-serif;
	font-size:12px;
	color: #006699;
	}
	.footerfont {
  font:Verdana, sans-serif;
	color:#b11113;
	font-size:12px;
	}

body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
a:link {
	color: #FFFFFF;
}
a2:link {
	color: #003399;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #00FF00;
}
a:active {
	color: #FFFFFF;
}