/* Tariff table */

.tariff
{
	width: 170px;
	margin: 4px 0;
	border: 1px solid #522383;
	padding: 0;
}

.tariff th
{
	color: white;
	background-color: #522383;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	padding: 0;
	border: 0;
	margin: 0;
	border-bottom: 1px solid white;
	text-align: center;
}

.tariff td
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
	margin: 0;
	border: solid white;
	border-width: 0 0 0 1px;
	padding: 1px 4px;
	text-align: center;
}

.tariff .odd td
{
	background-color: #E8E2EE;
}

.tariff .even td
{
	background-color: white;
}

.tariff .subhead
{
	background-color: #E8E2EE;
	font-size: 10px;
	font-weight: bold;
}