BODY {
	color: white;
	background-color: #000000;
	font-family: tahoma;
	font-size: 10pt;
	text-align: left;
	scrollbar-3d-light-color : #000000;
	scrollbar-arrow-color : #AAAAAA;
	scrollbar-base-color : #000000;
	scrollbar-dark-shadow-color : #000000;
	scrollbar-face-color : #000000;
	scrollbar-highlight-color : #AAAAAA;
	scrollbar-shadow-color : #AAAAAA;
}

TD {
	//color: #666666;
	color: white;
	font-family: tahoma;
	font-size: 10pt;
}

H1 {
	color: #666666;
	font-family: tahoma;
	font-size: 12pt;
	font-weight : bold;
}

A {
	color: blue;
	font : bold;
	text-decoration: none;
}

A:HOVER {
	color: red;
	font : bold;
	text-decoration: none;
}

 .CommentsForm {
	color: #777777;
	background-color: #222222;
	font : bold;
	font-size:8pt;
	border: 1;
	border-style: solid;
	border-color: #555555;
}

A.buttons {
	background-color: #330000;
	border : thin groove #555555;
	color: #888888;
	text-decoration: none;
	font : bold;
	width : 100%;
	padding-left : 1px;
}

A:HOVER.buttons {
	background-color: #000033;
	color: #CCCCCC;
	text-decoration: none;
	font : bold;
	border : thin groove #555555;
}

A.buttons2 {
	background-color: #770000;
	border : thin groove #555555;
	color: #999999;
	text-decoration: none;
	font : bold;
	width : 100%;
	padding-left : 1px;
}

A:HOVER.buttons2 {
	background-color: #000066;
	color: #FFFFFF;
	text-decoration: none;
	font : bold;
	border : thin groove #555555;
}

.small {
	font-size:8pt;
}

.RightTable {
	border: 1px solid #708090;
}

.ItemDescTable {
	border: 1px solid #999999;
}

A.AmazonLink {
	color: #FF0000;
	font : bold;
	text-decoration: Underline;
}

A:HOVER.AmazonLink {
	color: #0000FF;
	font : bold;
	text-decoration: none;
}

.TableHeader {
	background-color: #222222;
}