body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.maintable {
	background-image: url(../images/bg.jpg);
	border: 1px solid #FCD558;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #0A0A0A;
}

h1 {
	font-family: "BernhardFashion BT", Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E8D02D;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

h2 {
	font-family: "BernhardFashion BT", Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #66CCFF;
	text-transform: uppercase;
	line-height: 26px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #5AD1EC;
}

h4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #E8D02D;
}

h5 {
	font-family: "BernhardFashion BT", Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #E8D02D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8D02D;
}

.maintd {
	padding: 26px 16px 16px;
}
a, a:visited {
	color: #E8D02D;
}

a:hover {
	color: #66CCFF;
	text-decoration: none;
}

.activelink, .activelink:link, .activelink:visited {
	font-weight: bold;
	color: #66CCFF;
	text-decoration: none;
}

.bluebold {
	font-weight: bold;
	color: #66CBFE;
}

.orangebold17 {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	color: #E8D02D;
}

.orangebold14 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #E8D02D;
}

.orangebold {
	font-weight: bold;
	color: #E8D02D;
}
.content {
	background-image: url(../images/content-bg.jpg);
	padding: 14px;
	border: 1px solid #5C0D19;
	background-color: #0A0A0A;
	background-repeat: no-repeat;
	background-position: top;
}
.pagetitle {
	font-family: "BernhardFashion BT", Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #66CBFE;
}


.tableline {
	padding: 3px;
}

.tableline th {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #E8D02D;
}

.tableline td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3B3B3B;
}
.footer {
	font-size: 11px;
}

UL {
	list-style-image: url(../images/bullet1.gif);
	margin-top: 3px;
	margin-bottom: 5px;
}

UL LI{
	list-style-image: url(../images/bullet1.gif);
	margin-top: 12px;
	margin-bottom: 12px;
}

UL UL LI {
	list-style-image: url(../images/bullet2.gif);
	margin-top: 2px;
	margin-bottom: 2px;
}

UL UL UL LI {
list-style-image: url(../images/bullet3.gif);
}
