body {
    font-size: 12px;
    color: #888;
    text-align: justify;
    font-family: Verdana;
    }
a:link      {  font-size: 10pt; text-decoration: underline; color:#880000; text-decoration: none;}
a:visited   {  font-size: 10pt; text-decoration: underline; color:#880000; text-decoration: none;}
a:hover     {  font-size: 10pt; text-decoration: underline; color:#880000; text-decoration: none;}

.heading {
    border-top: 3px double #ccc;
    border-bottom: 3px double #ccc;
    padding: 2px 10px;
    background-color: #fafafa;
    color: #aaa;
    text-align: left;
    font-variant: small-caps;
    letter-spacing: 0.1em;
    white-space: nowrap;
    font-size: 14px;
    }
.heading a:link {  
    text-align: left;
    font-variant: small-caps;
    letter-spacing: 0.1em;
    white-space: nowrap;
    font-size: 14px;
    color: #aaa;
    text-decoration: none;
    }
.heading a:visited {  
    text-align: left;
    font-variant: small-caps;
    letter-spacing: 0.1em;
    white-space: nowrap;
    font-size: 14px;
    color: #aaa;
    text-decoration: none;
    }
.heading a:hover {  
    text-align: left;
    font-variant: small-caps;
    letter-spacing: 0.1em;
    white-space: nowrap;
    font-size: 14px;
    color: #aaa;
    text-decoration: none;
    }
div.heading:hover {
    background: url(over.png) transparent repeat center;
    }


td { vertical-align: top; text-align: justify; font-size: 12px;}
td.top  {background: "#FFFFFF"; height:"20pt"; text-align:"center"}
td.menu     {background: "#9fc4e0"; height:"20pt"; text-align:"center"}
td.bottom   {background: "#9fc4e0"; height:"*"; text-align:"center"; font-size: 7pt; color:#006699}

li{list-style-position:outside}

div.link {
    margin: 5px 0 15px 0;
    padding: 0.5em 0.5em 1em 0.5em;
    border-top: 1px solid #ccc;
    background: #f0f0f0;
}
div.link a{
}

.inputbox {
    font-size: 12px;
	font-family: Verdana;
}