/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0px;
}

#content
{
	position: absolute;
	width: 100%;
	visibility: visible;
	top: 73px;
	left: 0px;

}

#credits
{
	text-align: right;
}

.normal{
	font-size: 0.6em;
	line-height: 1.3em;
	color: #FFF;
	}
	
H1{
	font-size: 0.6em;
	line-height: 1.2em;
	color: #333;
	font-weight:normal;
	}
	
	.smheading{
	font-weight:bold;
	font-size: 0.6em;
	line-height: 1.2em;
	color: #333;
	}
	
.subtitle{
	font-size: 0.6em;
 	color: #AFA493;
 }
 
 .table{
 	font-size: 1.0em;
	line-height: 1.4em;
	font-weight:normal;
	color: #FFF;
	}
	
a:link {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-decoration: underline;
}

a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #FFF;
	background: transparent;
}

a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #AFA493;
	background: transparent;
}

.smallprint {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}

#pagebox {
    width: 729px;
	background-color:#F3F5F6;
    background-repeat: no-repeat;
	border-left: solid #8A8A8A 1px;
	border-right: solid #8A8A8A 1px;
	padding: 0;
}

