body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#tableComparisonChart caption {
	font-size: 18px;
	color:#800000;
	text-shadow : #FFFFFF 0 1px 2px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
#tableComparisonChart td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7B7B7;
}
#tableComparisonChart th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#tableComparisonChart td {
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#tableComparisonChart {
	background-color: #eff0f0;
	background-image: url(images/hosting/compare/tableBG.jpg);
	border: 1px solid #999999;
	width: 80%;
}
#tableComparisonChart tr:hover, #tableComparisonChart tr:hover th{
	background-color: #EBF2EF;
}
#tableComparisonChart tr.featureHeader:hover {
	background-color: #FFFFFF;
}
#tableComparisonChart thead th {
	background-image: url(images/hosting/compare/table_header_BG.gif);
	background-repeat: repeat-x;
	padding-top: 16px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: bold;
	color: #333333;
}
#tableComparisonChart th 
{
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	background-color: #FFFFFF;
}
#tableComparisonChart .featureHeader th, #tableComparisonChart .featureHeader td {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
