/* Reviews */
<!--

body {
background:#cccccc url(a.png) repeat center;
margin-top: 15px;
margin-bottom: 0px;
font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000;
}
.text {color: #24569c; font-weight: bold; font-size: 15px; font-family: Arial, Helvetica, sans-serif;}
.footer {color: #ffffff; font-weight: bold; font-size: 22px; font-family: Arial, Helvetica, sans-serif;}
.footer2 {color: #ffffff; font-size: 17px; font-family: Arial, Helvetica, sans-serif;}

table.solid { border-style: solid; border-color: #333333; border-width: 12px}

h1 {
font-family: "Times New Roman", Times, serif;
color: #b0d74f;
font-weight: bold;
font-size: 37px;
display: inline;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
color: #607d00;
font-weight: bold;
font-size: 18px;
}
h3 {
font-family: Arial, Helvetica, sans-serif;
color: #607d00;
font-weight: bold;
font-size: 16px;
}

#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
}
#menu li {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333;
	border-bottom: 1px solid #393939;
	color: #e8c64b;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:bold;
}
#menu a:hover {
	background: #cae65e url("hover.gif") left center no-repeat;
	color: #000000;
	padding-bottom: 8px;
}
-->