td {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 11px;
            color: #495d72;
}
 
a.nav {
            text-decoration:none; 
            color:#495d72; 
            font-variant:small-caps;
            font-size: 12px;
}
 
a { 
            text-decoration:underline; 
            color:#495d72; 
}
 
.printonly {
            display:none;
}
 
.content {
            background-color:#f2f0e9;
}
.navigation {
            background-color:#e7e4d9;
}
.header {
    font-size:9px;
    color:#495d72;
}
a.header,a.header:visited {
    font-size:9px;
    text-decoration:none;
    color:#495d72;
}
a.header:hover {
    text-decoration:underline;
}
.button {
            background-color:#495d72;
}
.button a {
            color:#ffffff;
            text-decoration:none;
            font-style:italic;
}
.dropitem, .dropitem:visited {
        display:block; 
        padding-left:10px; 
        padding-top:4px; 
        padding-bottom: 4px; 
        font-size: 9px; 
        color:#495d72; 
        border: 1px solid #bbb8aa;
        border-bottom: 0px; 
        background-color: #dcdad2; 
        text-decoration: none;
}
.dropitemlast, .dropitemlast:visited {
        display:block;
        padding-left:10px;
        padding-top:4px;
        padding-bottom: 4px;
        font-size: 9px;
        color:#495d72;
        border: 1px solid #bbb8aa;
        background-color: #dcdad2;
        text-decoration: none;
}
.dropitem:hover, .dropitemlast:hover {
        background-color:#cdcabf; 
        text-decoration: none; 
        color:#495d72;
}