body {
	margin: 0px;
	padding: 0px;
	background-color: black;
}

td.top {
	text-align: right;
}

td.nav {
	vertical-align: top;
	background-image: url("images/menubg.jpg");
	background-position: top right;
}

td.main {
	vertical-align: top;
	text-align: center;
	background-image: url("images/contentbg.jpg");
	background-position: top left;
	padding-top: 50px;
}

.headingA {
	font-size: 18pt;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: white;
	line-height: 125%;
}

.headingB {
	font-size: 10pt;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: white;
	line-height: 125%;
	vertical-align: top;
}

.highlight {
	color: #FF0000;
}

.body {
	font-size: 10pt;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #cccccc;
	line-height: 125%;
	text-align: justify;
	vertical-align: top;
}

.body-cell-leftalign {
	font-size: 10pt;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #cccccc;
	line-height: 125%;
	text-align: left;
	vertical-align: top;
}
.body-cell-rightalign {
	font-size: 10pt;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #cccccc;
	line-height: 125%;
	text-align: right;
	vertical-align: top;
}

.footer {
	font-size: 8pt;
	font-family: arial, sans serif;
	color: #666666;
}

.notation {
	font-size: 8pt;
	font-family: arial, sans serif;
	color: #CCCCCC;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

input, textarea, select {
	font-size: 10pt;
	font-family: arial, sans-serif;
	border: 1px solid #666666;
	background-color: #333333;
	color: #cccccc;
	/* Give Moz text boxes an aligned background image
	background-image: url("images/contentbg.jpg");
	background-position: 192px 103px;
	background-attachment: fixed;
	*/
}
input.button {
	border-color: #FF0000;
	width: 80px;
}

td.productimage {
	padding-left: 10px;
	text-align: right;
	vertical-align: top;
}