body {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	
	background-color: 	#000000;
}

.PTBoxStandard
{

	COLOR: white; 
}

.heading
{
	FONT-SIZE: 28pt;
	COLOR: white; 
	FONT-FAMILY: 'Arial Black';
}

.mainText
{
	FONT-SIZE: 12pt;
	COLOR: white; 
}

.subHeading
{
	FONT-SIZE: 12pt;
	COLOR: white; 
	text-align: center;
}

.pageHeading
{
	FONT-SIZE: 28pt;
	COLOR: white; 
	text-align: center;
}


.yellowText {color: #FFFF00}

.whiteText {color: #FFFFFF}

.redText
{
	color: white;
  	font-family: Arial;
}
.redBoldText
{
	color: white;
  	font-family: Arial;
	font-weight:bold;
}

.glossymenu
{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 170px;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}
.glossymenu li a
{
	background: white 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);
}

a:link
{
	color: white;
	font: bold 16px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;

}

a:visited
{
	color: white;
	font: bold 16px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

a:active
{
	color: blue;
	font: bold 16px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
a:hover
{
	color: yellow;
	font: bold 16px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

h2
{
	color: yellow;
	font: bold 25px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
