body {
	/* color:#808080; */
	color: #bbbbbb;
	background-color: #181818;
	margin:0px 0px 64px 16px;
	font-family: Georgia;
	font-size: 8px;
}

a, a:hover, a:visited { 
	color: #dddddd;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ffffff;
}

.ieIsStupid {
	text-align: center; /* for IE */
}

.topbar {
	position:absolute;
	top:8px;
	z-index:2;
	width:100%;
}

.menuImage {
   margin-left: 8px;
   margin-right: 8px;
}

.menuOut {
	position:absolute;
	width:100%;
	top:80px;
	text-align:center;
	z-index:1;
	background-color: #181818;
}

.headerCell {
	text-align: center;
   width: 86px;
}

.flashbox {
	text-align: center;
	width:100%;
	position:absolute;
	padding-top: 116px;
	font-family: Arial;
	font-size: 12px;
	/* top:132px; */
}

#bodytext {
	position:relative;
	top:48px;
	margin: 0 auto;
	width:445px;
	padding: 36px 15px 64px 15px;
	text-align:left;
}

.majorHead {
	/* font-weight: bold; */
	font-size: 12pt;
	color: #999999;
	padding-top: 24px;
	margin-bottom: 2px;
	border-bottom: 1px solid #999999;
}

.minorHead {
	padding: 4px 0px 0px 0px;
	/* font-weight: bold; */
	font-size: 10pt;
}

.paragraphs {
	padding: 0px 16px 16px 16px;
	font-size: 8pt;
}

.caption {
	font-size: 8pt;
}

.hiddentext {
	font-weight: bold;
	font-size: 8pt;
	color: #181818; /* must be the same as body background color */
}

table#pricelist {
	margin-top: -8px;
	margin-bottom: 8px;
	padding-left: 24px;
	font-family: Georgia;
	font-size: 12px;
}

table#pricelist th {
	text-align: center;
}

table#pricelist td {
	width: 72px;
	text-align: center;
}

.cellHighlight {
	font-weight: bold;
}

.clickContainer {
	position: absolute;
	z-index: 9;
	text-align: center;
	width: 100%;
	top: 724px;
}

.clickToBuy {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding: 8px;
	width: 900px;
	font-size: 10px;
	color: #666666;
	font-style: italic;
}