table.prices	{
	font-size: 75%;
	font-family: Arial;
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0 40px;
	line-height: 1.1em;
	}
	
.note	{
	font-size: 90%;
	font-style: italic;
	}

table.prices tbody tr 	{
	height: 3em;
	}
	
table.prices td 	{
	border-bottom: 1px solid #acc4d7;
	border-right: 1px solid #acc4d7;
	padding: 5px;
	width: 12%;
	text-align: right;
	}

table.prices tbody tr 	{
	height: 3em;
	}
	
table.prices tbody td	{
	padding-right: 6px;
	}

table.prices td.wide	{
	width: 14%;
	}

table.prices td.rowtitle, table.prices td.rowtitle2	{
	width: 24%;
	font-weight: bold;
	color: #336667;
	border-right: 2px solid #acc4d7;
	}

table.prices td.rowtitle2	{
	width: 20%;
	}

table.prices th	{
	/* font-weight: normal; */
	text-align: center;
	color: #002f64;
	border-bottom: 2px solid #acc4d7;
	border-right: 1px solid #acc4d7;
	vertical-align: bottom;
	}

table.prices th.empty	{
	border: none;
	}
