@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

li {
	color: #ffffff;
}

.bodytext {
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
.heading {
	font-family: "Courier New", Courier, monospace;
	font-size: 32px;
	font-weight: 900;
	color: #FF6600;
        text-align: right;
}

a {
	font-family: Verdana;
	font-weight: 900;
}
a:link {

	color: #00CCFF;
	text-decoration: none;
}

a:active {

	color: #00CCFF;
	text-decoration: none;
}

a:visited {

	color: #00CCFF;
	text-decoration: none;
}

a:hover {
	color:#FF6600;
	text-decoration: none;
}.cellstyle {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FF6600;
}
.imgborder {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}
.menuhead {
        font-family: "Courier New", Courier, monospace;
        font-weight: 900;
        font-size: 32px;
        color: #ffffff;
}
.menutext {
        font-family: "Courier New", Courier, monospace;
        font-size: 24px;
        text-decoration: none;
	font-weight: 900;
}
a.menutext:link {
	color: #00CCFF;
        text-decoration: none;
}
a.menutext:active {
	color: #00CCFF;
        text-decoration: none;
}
a.menutext:visited {
	color: #00CCFF;
        text-decoration: none;
}
a.menutext:hover {
	color: #FF6600;
        text-decoration: none;

}
.footer {
	color: #ffffff;
        font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align: center;
	border-top-style: solid;
	border-top-color: #ff6600;
}
.contenttable {
	border-top-style: solid;
	border-top-color: #ff6600;