/* class styles */
.pricingTable {
	border: 0px solid #CCCCCC;
	font: Geneva, Arial;
	font-size: 12px;
	text-align: center;
}
.pricingTableHeader {
	background-color: #00419A;
	color: #FFFFFF;
}
.packageName {
	font-size: 16px;
}
.leftColumn {
	xmin-width: 120px;
	border-bottom: 1px solid #EEEEEE
}
.dataRowHeader {
	font-style: italic;
	font-size: 12px;
	border-bottom: 3px solid #EEEEEE;
	text-align: center;
}
.highlightedColumn {
	background-color: #e5edf7;
	color: #00419a;
}
.blankrow {
	height: 1px;
}
.dataRow {
	border-bottom: 1px solid #EEEEEE;
	text-align: center;
}
.rightRow {
	max-width: 20px;
	width: 20px;
}
/* subclass tag styles */
.pricingTable TD {
	padding: 6px 3px;
}
.pricingTable TH {
	xwidth: 12.5%;
	padding: 16px 3px;
}
a.button{
	display: block;
	background-color: transparent;
	background-image: url(/media/pricingtable/bluebutton.png);
	background-repeat: no-repeat;
	width: 60px;
	height: 21px;
	margin: 5px auto;
	padding: 2px 0 0 0;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
a.button:hover
{
	text-decoration: underline;
}