html, body{
	background-color: #efefef;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	color: #404040;
}

a:link{
	color: #000080;
	text-decoration: none;
}
a:hover{
	color: #0000ee;
	text-decoration: underline;
}
a:visited{
	color: #000080;
	text-decoration: none;
}

.top{
	background-image: url('bar.gif');
	background-repeat: repeat-x;
	height: 179px;
}
.nav{
	background-image: url('nav.gif');
	background-repeat: no-repeat;
	background-position: top right;
	width: 405px;
	text-align: center;
	padding-bottom: 35px;
}
.ads{
	float: right;
	margin-right: 15px; 
	width: 165px; 
	height: 605px; 
	background-image: url('ads.gif'); 
	background-position: center center; 
	background-repeat: no-repeat;
}

.dn a{
	float: right;
	display: block;
	width: 357px;
	height: 92px;
	background-image: url('dn.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 20px;
}

.dn a:link, .dn a:visited{
	background-position: top left;
}
.dn a:hover{
	background-position: top right;
}

.bottom{
	float: left;
	height: 50px;
	background-color: #c0c0c0;
	background-image: url('bottom.gif');
	background-repeat: repeat-x;
}

a.faq:link{
	color: #404040;
	text-decoration: none;
}
a.faq:visited{
	color: #404040;
	text-decoration: none;
}
a.faq:hover{
	color: #0000ee;
	text-decoration: underline;
}

a.download:link{
	color: #000000;
	text-decoration: none;
}
a.download:visited{
	color: #000000;
	text-decoration: none;
}
a.download:hover{
	color: #0000c0;
	text-decoration: underline;
}
a.download:active{
	color: #FFFFFF;
	text-decoration: underline;
}