body {
	margin: 10px;
	background-color: #333333;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.normalGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: B2B2B2;
}

.productName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.normalWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 1.6em;
	letter-spacing: .03em;
}
.smallGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
hr {
	color: #FFFFFF;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.TopNav {
	background-color: #242424;
}
.normalSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a.normalSmall:link {
	text-decoration: underline;
	color: #000000;
}
a.normalSmall:visited {
	color: #000000;
	text-decoration: underline;
}
a.normalSmall:hover {
	color: #000000;
	text-decoration: none;
}
a.normalSmall:active {
	color: #000000;
	text-decoration: underline;
}

a.normalWhite:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a.normalWhite:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.normalWhite:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.normalWhite:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a.normal:link {
	text-decoration: underline;
	color: #000000;
}
a.normal:visited {
	color: #000000;
	text-decoration: underline;
}
a.normal:hover {
	color: #000000;
	text-decoration: none;
}
a.normal:active {
	color: #000000;
	text-decoration: underline;
}

.productBackground {
	background-image: url(images/product_background_opaque.jpg);
}
.field {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
}
productBackgroundGhost {
	background-image: url(images/product_background.png);
}
.blackBack {
	background-color: #000000;
}
h2 {
	color: #FFFFFF;
}
.grayline {
	border: 1px solid #666666;
}
.normalGrayBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #EAEAEA;
}
.normalGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EAEAEA;
}
