body {background-color: black;}

html {height: 101%}
img {border: 0px;}


h1 {text-align: center;	color: red;  font-family: verdana;  font-size: 24px;  margin-top: 0px;   margin-bottom: 10px}
h2 {text-align: left;	color: red;  font-family: verdana;  font-size: 15px;  font-weight: bold; margin: 0px;}

a:link    {text-decoration: none;  color: white;}
a:visited {text-decoration: none;  color: white;}
a:active  {text-decoration: none;  color: white;}
a:hover   {text-decoration: none;  color: red;}



#container {
width:				985px;
margin:             0px auto;
text-align:			left;
font-family:		verdana;
font-weight:		normal;
font-size:			13px;
color:				#ff6600;
}



.logobar {
width:				985px;
font-family:		verdana;
font-weight:		bold;
font-size:			14px;
color:				white;
}




.menubar {
width:				100%;
text-align:			right;
font-family:		verdana;
font-weight:		bold;
font-size:			12px;
color:				white;
padding:			0px;
}




.maintable {
text-align:			left;
width:				600px;
border-collapse:	collapse;
border:				1px solid red;
font-family:		verdana;
font-weight:		normal;
font-size:			13px;
color:				white;
}

.maintable td
{padding-left: 		15px}




.toptable {
text-align:			center;
width:				600px;
border-collapse:	collapse;
border:				1px solid red;
font-family:		verdana;
font-weight:		normal;
font-size:			13px;
color:				white;
}

.toptable td
{border:			1px solid red;
padding:			10px}




.redlite {
color:				red;
font-size:			14px;
font-weight:		bold;
font-family:		verdana;
}




.orangelite {
color:				#ff6600;
font-size:			14px;
font-weight:		bold;
font-family:		verdana;
text-align: 		center;
}




.label {
text-align: 		center;
color:				red;
font-size:			20px;
font-weight:		bold;
font-family:		verdana;
}



.pricestable {
text-align:			left;
width:				810px;
border-collapse:	collapse;
border:				1px solid red;
font-family:		verdana;
font-weight:		normal;
font-size:			13px;
color:				white;
}

.pricestable td
{padding-left: 		8px}




.slant {
font-style: 		italic;}

.slant td {
padding-left:		30px;
padding-bottom:		10px;}




.fat {
font-weight: 		bold;}