body 
{
	background-color: #fff;
	font-family: georgia;
	font-size:16px;
	text-align:justify;
	background-image:url(/images/b-back.jpg);
	background-repeat: repeat-x;
}
p
{
	line-height:24px;
	text-indent:20px;
}
table tr td
{
	text-align:justify;
	
}

h1 
{
	font-family: Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #CC0000;
	padding:40px 0px;
}
h2
{
	font-size:18px;
}
strong
{
	background: yellow;
}
.clear
{
	clear:both;
}
.ror_intro
{
	color:#CC0000;
	font-weight:bold;
	text-align:center;
	font-size:23px;
	text-decoration:underline;
	margin:50px 0px 20px 0px;
}
#clock
{
	padding:20px 0px;
}
.highlight1 {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
.center
{
	text-align:center;
}
.review
{
	border-bottom:1px solid #ccc;
	padding:0px 0px 20px 0px;
	*padding:20px 0px 20px 0px;
}
.review ul li
{
	padding:0px 0px 10px 0px;
	line-height:18px;
}
.review .review-left
{
	float:left;
	width:450px;
}
.review .review-right
{
	float:right;
	width:280px;
	text-align:center;
	padding-top:30px;
}
.review .review-button
{
	clear:both;
	text-align:center;
}