﻿table {
	width: 920px;
	margin: 10px auto 50px auto;
	font-size: 12px;
	color: #525252;
	text-align: left;
}
tr.tablehead td {
	padding: 40px 0 0 0;
}
td {
	padding: 9px 0 8px 0;
	background: #F6F9E6;
	text-align: center;
	width: 155px;
	border-right: 1px #FFFFFF solid;
	border-left: 1px #FFFFFF solid;
}
td span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #E1A513;
}
.firstcl {
	width: 180px;
	text-align: right;
	background: #F4F4F4;
	padding: 0 28px 0 0;
}
.white {
	background: #FFFFFF;
	min-height: 40px;
	padding: 0;
}
tr.signupbtn img {
	margin: 30px 0 5px 0;
}
tr.signupbtn td {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.gray {
	background: #E9E9E9;
}
.green {
	background: #F6F9E6;
}
.green2 {
	background: #F3F7DF;
}
.green3 {
	background: #E7EDC6;
}
.best {
	margin: -40px 0 0 -2px;
}
.bestgreen {
	background: #E9F0C1;
}
.bestgreen2 {
	background: #E7EEBE;
}
.bestgreen3 {
	background: #DFE8B0;
}

