    body, p, td, th {
	font-family: verdana, arial, helvetica, san serif;
	color: black;
	font-size:8pt;
    }

    table.main td {
	background-color:#FFD;
    }

    table.main td.border {
	background-color:#A79B26;
    }

    table.main td.lightborder {
	background-color:#FFF;
    }

    table.main td.welcomeLine {
	height:20px;
	font-style:italic;
	padding: 3px;
    }

    table.main td.pageTitle {
	font-size:18pt;
	padding: 3px;
    }

    table.recordset td, table.recordset th {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
    }

    table.smallRecordset {
    }

    table.smallRecordset th {
	padding-left: 2px;
	padding-right: 2px;
    }

    table.smallRecordset td {
	padding-left: 1px;
	padding-right: 1px;
	font-size:7pt;
    }

    table.smallRecordset td.heading {
	font-size:13pt;
	font-weight:bold;
	padding: 4px;
    }

    table.recordset tr.even td, table.smallRecordset tr.even td {
	background-color:#EEC;
    }

    table.recordset td.overdue, table.smallRecordset td.overdue, table.recordset tr.even td.overdue, table.smallRecordset tr.even td.overdue {
        background-color:#F88;
    }

    table.recordset td.neardue, table.smallRecordset td.neardue, table.recordset tr.even td.neardue, table.smallRecordset tr.even td.neardue {
        background-color:#FF7;
    }

    table.border {
	border-left:1px solid #A79B26;
	border-top:1px solid #A79B26;
	width:90% ! important;
    }

    table.border td {
	border-right:1px solid #A79B26;
	border-bottom:1px solid #A79B26;
    }

    table.border th {
	border-right:1px solid #FFD;
    }

    table.border th.lastColumn {
	border-right:none;
    }

    table.menu{
	background-color:#A79B26;
    }

    table.menu td.link {
	font-size:7pt;
	height: 25px;
	background-color:#A79B26;
	text-align:center;
	text-decoration:none;
    }

    table.menu td.link a {
	display:block;
	text-decoration:none;
    }

    table.menu td.current {
	background-color:white;
    }

    th {
	background-color:#A79B26;
	color:white;
    }

    a {
	color:black;
    }

    div.info, div.info td {
	margin:15px;
	text-align:left;
	border:1px solid #A79B26;
	padding:3px;
	background-color:white;
    }

    div.info div.infohead {
	background-color: #A79B26;
	color:white;
	font-weight:bold;
	text-align:center;
	padding:2px;
	margin-bottom:2px;
    }
    
    table.info {
	margin:15px;
	border:1px solid #A79B26;
	padding:3px;
	background-color:white;
    }

    table.info td {
	text-align:left;
	padding:20px;
	background-color:white;
    }

    table.info td.infohead {
	background-color: #A79B26;
	color:white;
	font-weight:bold;
	text-align:center;
	padding:2px;
    }

    span.info {
	color:green;
	font-weight:bold;
    }

    span.error {
	color:red;
	font-weight:bold;
    }

