﻿  .pricingTable
        {
            line-height: 1.2em;
            border: 1px solid #000;
            border-right: 0;
        }
        .pricingTable th
        {
            background-color: #0d83dd;
            font: bold 12px Arial, Helvetica, sans-serif;
            color: #fff;
            text-align: center;
            padding: 5px 0;
            border-right: 1px solid #000;
            border-bottom: 1px solid #000;
        }
        .pricingTable th strong
        {
            font-size: 22px;
            display: block;
            font-weight:normal;
        }
        .pricingTable th span
        {
            font-size: 11px;
            color: #a2d2f6;
        }
        .pricingTable th h3
        {
            color: #FFF;
            font: bold 18px Verdana;
        }
        .pricingTable td
        {
            padding: 10px;
            border-right: 1px solid #000;
            border-bottom: 1px solid #ccc;
            text-align: center;
            font: normal 12px Verdana;
        }
        .pricingTable .pricingLeft
        {
            text-align: left;
            padding-left: 5px;
            padding-right: 5px;
        }
        tr.altRow
        {
        	background-color:#EBF3FF;
        }