.headblock {
	text-align: center;
}
.mainBody {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #333333;
}
body,td,th {
	color: #FFFFFF;
}
.leftNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}
	
.priceTable th {
	text-align:left;
	background:#222222;
	color:#666666;
	border-bottom: 1px solid white;
	border-top: 0px;
	border-left: 1px solid white;
	border-right: 0px;
	padding: 2px;
	font-weight: bold;
  }

.priceTable {
	border: 1px white solid;
	border-collapse: collapse;
	border-spacing: 0px;

	
	}
	
.priceTable td {
	border-bottom: 1px solid white;
	border-top: 0px;
	border-left: 1px solid white;
	border-right: 0px;
	padding: 2px;
}

a:link, a:visited {text-decoration: none; color: white}
a:hover {text-decoration: underline; color: white;}

