@charset "UTF-8";
/* CSS Document */

h1, p, h2
{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:130%;
	margin:0px;
	padding:0px;
}

h1
{
	font-size:16px;
}

h2
{
	font-size:12px;
	
}

p
{
	font-size:10px;
}

.subhead
{
	text-transform:uppercase;
}


body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#000;
}

a:hover, a:link, a:visited
{
	color:#ccc;
}


.tabletext
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFF;
}

.faketabletext
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
}