@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #bbbdc2;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:active, a:visited {
	color: #006699;
	text-decoration: underline;
}
.mainarea {
	padding: 20px;
}
.footertext {
	font-size: 12px;
	color: #D6D6D6;
}
a.footertext:link, a.footertext:active, a.footertext:visited {
	color: #E3E3E3;
	text-decoration: none;
}
a.footertext:hover {
	color: #0066CC;
	text-decoration: none;
}
a.downloadbutton {
    display: block;
    width: 179px;
    height: 40px;
    background: url("images/download-button.png") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.downloadbutton {
    background: url("images/download-buttonhover.png") 0 0 no-repeat;
}

a.purchasebutton {
    display: block;
    width: 179px;
    height: 40px;
    background: url("images/purchase-button.png") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.purchasebutton {
    background: url("images/purchase-buttonhover.png") 0 0 no-repeat;
}

.tablelist {
	padding-bottom: 15px;
}
li {
	padding-top: 3px;
	padding-bottom: 3px;
}.backshade {
	background-image: url(images/backshade.png);
	background-repeat: repeat-x;
	background-position: top;
}
.forumsectiontext {
	text-decoration: none;
	font-size: 16px;
	color: #666666;
}
a.forumsectiontext {
	text-decoration: none;
	font-size: 16px;
	color: #666666;
}
