body {
	background-color: #1a1a1a;
}
.bg {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: 1a1a1a;
}
.bg_bottom {
	background-image: url(../images/background_bottom.jpg);
	background-repeat: no-repeat;
	background-color: 1a1a1a;
	background-position: center top;
}
.mainText {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: 323232;
	padding-left: 25px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	font-weight: bold;
}
.headers {
	font-family: "Courier New", Courier, mono;
	font-size: 15px;
	text-decoration: underline;
}

a {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
}
a:link {
	color: 1b2176;
}
a:hover {
	color: #999999;
}

a.blink {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
}
a.blink:link {
	color: #882511;
}
a.blink:hover {
	color: #999999;
}
a.blink:visited {
	color: #882511;
}
.style1 {
	font-size: 12px;
	color: #153470;
}

