TABLE.comparePlans
{
	border-right: #d8dfe6 1px solid;
	border-left: #d8dfe6 1px solid;
	border-top: #d8dfe6 1px solid;
	border-bottom: #d8dfe6 1px solid;
	width: 500px;
	border-collapse: separate;
}

TABLE.plans
{
	width: 100%;
	border-collapse: separate;
}

TABLE.plans TD
{
	border-right: #d8dfe6 0px solid;
	border-top: #d8dfe6 0px solid;
	border-left: #d8dfe6 1px solid;
	border-bottom: #d8dfe6 1px solid;
}

TR.itemOdd
{
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #f4f7ee;
}

TR.itemEven
{
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: FBFFF7;
}

TD.planName
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Verdana;
	text-align: center;
	width: 90px;
	background-color: #43768a;
}

TD.featureName
{
	font-weight: bold;
	font-size: 8pt;
	color: navy;
	padding-top: 10px;
	border-bottom: #d8dfe6 1px solid;
	font-family: Verdana;
}

TD.featureItemName
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
}

TD.featureItemValue
{
	font-size: 8pt;
	width: 90px;
	font-family: Verdana;
}

TD a
{
	font-weight: bold;
	font-size: 8pt;
	color: #969835;
	text-decoration: none;
}

TD a:active
{
	color:#969835;
	font-size: 8pt;
	font-weight:bold;
	text-decoration:none;	
}

TD a:hover
{
	color:#969835;
	font-size: 8pt;
	font-weight:bold;
	text-decoration:underline;
	cursor: hand;
}

TD a:visited
{
	color:#969835;
	font-size: 8pt;
	font-weight:bold;
}
