.hidden	{
	display:none;
	}

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	color:#fedea8;
	font-family:Verdana;
	font-size:12px;
	}

	
#content {
	background-image: url(../images/ContentBG.gif);
	background-position:top left;
	background-repeat:repeat-x;
	width: 750px;
	margin: auto;
	padding: 15px 25px 0px 25px;
	background-color:#000000;
	}

.headline {
	font-size:28px;
	margin: 0px 0px 15px 0px;
	line-height:32px;
	font-weight:bold;
	color:#cc0000;
	}

.subhead {
	font-size:24px;
	margin: 10px 01px;;
	text-align:center;
	line-height:32px;
	font-weight:bold;
	color:#cc0000;
	}



.bodycopy {
	font-size:14px;
	margin: 0px 0px 15px 0px;
	line-height:22px;
	}


.disclaimer {
	font-size: 10px;
	line-height: 14px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	}




a:link 	{
 	color:#03aafd;
 	text-decoration: none;
   	font-weight:bold;
 	}

a:visited  	{
  	color:#03aafd;
  	text-decoration: none;
   	font-weight:bold;
 	}

a:active	{
 	color:#03aafd;
 	text-decoration: none;
   	font-weight:bold;
 	}

a:hover {
 	color: #dd312e;
   	text-decoration: none;
   	font-weight:bold;
 	} 

