/* Global Styles */

body {
	margin:0px;
	background-color: #000000;
	}
	
td {
	color:#CCCCCC;
	font-family: arial;
	font-size: 12px;
	}
	
a {
	color: #fcc506;
	text-decoration:underline;
	}
	
a:hover {
	color: #ffffff;
	text-decoration:none;
	}


/* Class Styles */

.bodyText {
	font:12px arial;
	color:#cccccc;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}
	
.pageName{
	color: #a0a075;
	line-height:20px;
	letter-spacing:.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	}
	
.subHeader {
	color: #CCCCCC;
	font-weight:normal;
	letter-spacing:0.1em;
	line-height:16px;
	font-family: georgia;
	font-size: 16px;
	}	
	
.copyright {
	color:#999999;
	font-family: arial;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	}

