body
{
	background-color:	black;
	color:			white;
	font-family:		MS Sans Serif, Arial, Helvetica;
	font-size:		12pt;
	font-weight:		normal;
}

.text
{
}
.bigtext
{
	font-size:		14pt;
}
.headingtext
{
	font-size:		14pt;
	color:			#A39B63;
}
.tabletext
{
	color:			#A39B63;
}
.tabletextyellow
{
	color:			yellow;
}
.tableheader
{

}
.boldtext
{
	font-weight:		bold;
}

.headerBox 
{ 
	position:		absolute; 
	left:			0px; 
	top:			50px; 
	width:			100%; 
} 
.mainBox 
{ 
	position:		absolute; 
	left:			0px; 
	top:			150px; 
	width:			100%; 
} 
.footerBox 
{ 
	position:		absolute; 
	left:			0px; 
	bottom:			50px; 
	width:			100%; 
} 

a:link
{
	color:			white;
}
a:visited
{
	color:			white;
}

.specialLink
{
	font-size:		12pt;
        text-decoration:        none;
	font-weight:		normal;
}


