p {
	font-family: Segoe UI, Helvetica, Verdana;
	font-size: 75%;
	color: #aaaaaa;
}
.texton {
	color: #dddddd;
}
.texton2 {
	color: #ffffff;
}
.textoff {
	color: #666666;
}
.textblack {
	font-size: 50%;
	color: #000000;
}
.textsub {
	font-size: 85%;
	color: #aaaaaa;
}
.textsub2 {
	color: #ff9900;
}
.textneg {
	color: #ffffff;
}
.text2 {
	font-size: 150%;
	color: #dddddd;
}
.text3 {
	font-size: 200%;
	color: #dddddd;
}
a:link {
	text-decoration: none;
	color: #aaaaaa;
}
a:visited {
	text-decoration: none;
	color: #aaaaaa;
}
a:hover {
	color: #ffffff;
	background-color: #222a30;
}
a:active {
	text-decoration: none;
	color: #dddddd;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-attachment: fixed;
	background-color: #000000;
}
.bgcolor1 {
	background-color: #000000;
	background-repeat: repeat;
}
.bgcolor2 {
	background-color: #1d1d1d;
	background-repeat: repeat;
}