body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
table.standard{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6e181e;
}

table.outer {
	border-width: 2px;
	border-spacing: 0px;
	border-style: ridge;
	border-color: white;
	border-collapse: collapse;
	background-color: #40af49;
}
table.outer th {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-color: gray;
	background-color: #40af49;
	-moz-border-radius: ;
}
table.outer td {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-color: gray;
	background-color: #40af49;
	-moz-border-radius: ;
}

.whitelinks
{
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;

}
.whitelinks a, a:visited
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;

}

.whitelinks a:hover
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;

}

.reglink a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 191px;
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: black url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}

