a:link { 
	color: #CCCCCC;
	text-decoration: none;
	}
a:visited { 
	color: #CCCCCC;
	}
a:hover { 
	color: #EEEEEE;
	}
a:active { 
	color: #FFFFFF;
	}
body{
	background-color:#000000;
	margin: 0 auto;
	color: #FFFFFF;
	}
td
{	
font-size:9pt;
font-family:sans-serif;
font-weight:bold;
}
	
#container{
	/* for ie alignment */
	text-align:center;
	vertical-align:center;
	width:100%;
	height:100%;
	}
p
	{
	font-family:sans-serif;
	font-size:9pt;
	}
.title
	{
	position: relative;
	top: 20px;
	text-align:right;
	font-weight: bold;
	font-size: 12pt;
	font-family: sans-serif;
	color: #FFFFFF;
}
.topnav
	{
	text-align:right;
	width:715px;	
	font-weight:bold;
	color: #CCCCCC;
	margin: 0 auto;
	font-family: sans-serif;
	font-size:9pt;
	text-transform: uppercase;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
	}	
.group
	{
	color: #FFFFFF;
	margin: 0 auto;
	width:715px;
	font-family: sans-serif;
	font-size:9pt;
	text-align:left;
	padding:5px;
	}
.content
	{
	background-color:#080808;
	border-bottom: 1px dotted #333d4f;	
	padding: 10px 50px 10px 50px;
	font-weight:bold;
	}
#download
	{
	}	
#comment
	{
	display:none;
	}	
#contact
	{
	}	
.bg
	{
	margin: 0 auto;
	width:715px;
	height:476px;
	text-align:center;
	background-image: url(imgs/backgroundon.jpg);
	border-style:dotted;
	border-width:1px;
	border-color:#FFFFFF;
	}	
.heading
	{
	font-family: sans-serif;
	font-size:9pt;
	text-transform: uppercase;
	font-weight:bold;
	}
input
	{
	background-color:#000000;
	color:#FFFFFF;
	border-style:dotted;
	border-width:1px;
	border-color:#FFFFFF;
	font-family:sans-serif;
	font-size:9pt;
	font-weight:normal;
	width:250px;
	}
textarea
	{
	background-color:#000000;
	color:#FFFFFF;
	border-style:dotted;
	border-width:1px;
	border-color:#FFFFFF;
	font-family:sans-serif;
	font-size:9pt;
	width:250px;
	}
.button
	{
	background-color:#333333;
	color:#FFFFFF;
	padding:3px;
	border-style:dotted;
	border-width:1px;
	border-top-color:#500000;
	border-right-color:#300000;
	border-bottom-color:#300000;
	border-left-color:#500000;
	}
#dlSubmit
	{
	width:50px;
	background-color:#0e0f16;
	border-top-color:#615f7a;
	border-right-color:#333d4f;
	border-bottom-color:#333d4f;
	border-left-color:#615f7a;
	}
#dlUpdate
	{
	text-align:center;
	width:400px;
	border-width:0px;
	background-color:#080808;
	}
.center
	{
	text-align:center;
	}