body{
background-color:#ffffff;
margin-top:20px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}

a:link {
	text-decoration: none;
	color: #999999;
}

a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	border-color: #ff9900;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #0000ff;
}

.bg{
border:1px solid #dddddd;
background:#ffffff;
width:900px;
height:630px;
padding:0px;
}

.footerL{
	border:1px solid #dddddd;
	background:#dddddd;
	width:150px;
	height:30px;
	padding:0px;
	font-family:tahoma;
	text-decoration:none;
	color:#999999;
	font-size:10px;
	text-align:left;
	letter-spacing:1px;
	padding-left: 10px;
}

.footerR{
	border:1px solid #dddddd;
	background:#dddddd;
	width:550px;
	height:30px;
	padding:0px;
	text-decoration:none;
	color:#999999;
	font-family:tahoma;
	font-size:10px;
	text-align:right;
	letter-spacing:1px;
	padding-right: 10px;
}
.credits {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #999999;
	line-height: 16px;
	margin-bottom: 20px;
	vertical-align: bottom;
}
