body	{
	color: #ccc;
	background: #000;
	margin: 10px 0 10px 0;
	padding: 0;
	}
	
.hide	{
	display: none;
	}
	
img {
	display: block;
	border: 0;
	}
	
a:link {
	font-weight : normal; 
	text-decoration : none;
	color: #f90;
	background: transparent; 
	}

a:visited {
	font-weight : normal; 
	text-decoration : none;
	color: #f90;
	background: transparent; 
	}

a:hover {
	font-weight : normal; 
	text-decoration : line-through;
	color: #f90;
	background: transparent; 
	}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
		font-family: arial, helvetica, sans-serif;
		}

h1	{
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -3px
	}

h2	{
	font-size: 16px;
	font-weight: bold;
/*	margin-bottom: 0.25em;
	margin-top: 0.5em; */
	letter-spacing: -1px;
	}

html p	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size:  13px;
	line-height: 14px;
	}

#footer p	{
	font-size: 10px;
	margin-top: 25px;
	}
/* Basic page divisions */
#splashimage{
	border: 1px solid #fff;	
	}
	
#primarycontent	{
	margin-top: 0.5em;
	padding-left: 25px;
	vertical-align: top;
	}
#primarycontent	img{
	margin: 0 0 25px 0;
}

#content {
	margin-top: 1.5em;
	}
/* Navigation bar components */

table#nav td	{
	font: 16px arial, helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	letter-spacing: -1px;
	display: block;
	padding: 0 0 10px 0;
	color: #fff;
	background-color: transparent;
	}

table#nav td a	{
	color: #999;
	background-color: transparent;
	text-decoration: none;
	}
	
table#nav td a:link, #nav td a:visited {
	margin: 0;
	line-height: 25px;
	} 

table#nav td a:hover {
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	}
