@charset "utf-8";
/* CSS Document */
body {
	margin-top:0px;
	margin-bottom:0px;
	background-image:url();
	background-repeat:no-repeat;
	background-color:#999999;
}
/* Body text is is the main written review text blocks */
.bodytext {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:23px;
}
/* Main Title is the Black Title below the header */
.maintitle1 {
	font-size:18px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
}
/* Review Box Text is the text title in the review box for each product */
.reviewboxtext {
	font-size:10px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight: bold;	
}
/* Product Title is the red color title for each product review */
.producttitle {
	font-family:Arial, Helvetica, sans-serif;
	color:#0000FF;
	font-weight:bold;
	font-size: 18px;
}
/* Our Top Choices is the grey color title above all reviews */
.ourtopchoices {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
