body {color:#000000;}
.onNav {color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:12px}

.banNav { font-family:Arial, Helvetica, sans-serif; font-size: 14px}
.banNav a{ background-color:#D5ECD7; color:black; border:1px solid black; text-decoration:none; padding:3px;}
.banNav a:hover{ background-color:#004040; color:#FFFFFF; border:1px solid #FF8000; }

.content p {
	font-family: Verdana;
	font-size: 12px;
	padding: 5px 180px 0px 80px;
	margin: 0px;
	cursor: default;
}

th a{color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:12px}

caption
        {
        padding: 0 0 5px 0;
        margin:0 auto;
        width:auto;
        font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        text-align: right;
        }

.dtable th
        {
        font: bold 10px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        color: #4f6b72;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        border-top: 1px solid #C1DAD7;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: left;
        padding: 8px 12px 4px 12px;
        background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
        vertical-align:middle;
        }
		
th a  { font-size:12px}

.datable th a
        {
        text-decoration:none;
        color: #4f6b72;
        }
.dtable td a
        {
        text-decoration:none;
        color:#239;
        }
.dtable td img
        {
        margin:0 auto;
        border:3px solid #ddd;
        }
.dtable td a:hover
        {
        color:#a84444;
        border-bottom:1px dotted #a80000;
        }
.dtable td
        {
        font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        padding: 6px 12px 6px 12px;
        color: #4f6b72;
		vertical-align:top;
        }		
		
.dtable td.lft
        {
        text-align:left;
        }
.dtable tr.alt
        {
        background: #F5FAFA;
        color: #797268;
        }
		
/* Poor old Internet Explorer has a bug that means we can't use background images for the table rows
   as it trys to download the image each and every time that it is used... */
.dtable  tr[class="alt"] td
        {
        background: #F5FAFA url(../images/td_alt.jpg) no-repeat;
        }
.dtable  td[class~="alt"]
        {
        background: #fff url(../images/col_alt.jpg) no-repeat !important;
        }
/* Poor old Internet Explorer won't see the next two rules either */
.dtable tbody tr.alt td:first-child
        {
        background: #F5FAFA url(../images/bullet2.gif) no-repeat;
        font-weight:bold;
        }
.dtable tbody tr td:first-child
        {
        background: #fff url(../images/bullet1.gif) no-repeat;
        font-weight:bold;
        }