﻿A 
{
    font-family: arial, verdana;
    color: #FE911B;
    text-decoration: none;
    font-weight: bold;
}
A:hover
{
    font-family: arial, verdana;
    color: #FE911B;
    text-decoration: underline;
    font-weight: bold;
}
        
        
        body {font-size: small;}
        .indented
        {
            padding-left: 14pt;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
        }
        .smallroll
        {
            font-family: arial, verdana;
            font-size: 7.5pt;
            color: #FF9019;
            letter-spacing: 0px;
            text-decoration: underline;
            font-weight: normal;
        }
        .style6
        {
            height: 90px;
            text-align: right;
        }
        .navroll
        {
            font-family: arial, verdana;
            font-size: 11px;
            color: #FE911B;
            text-decoration: none;
            font-weight: bold;
        }
        .MsoNormal
        {
            text-align: left;
        }
        #menu
        {
            position: relative; /* Menu position that can be changed at will */
            width: 100%; /* precision for Opera */
            left: 15px;
        }
        #menu dl
        {
            float: left;
        }
        #menu dt
        {
            cursor: pointer;
            text-align: left;
            font-weight: bold;
            margin: 0px;
        }
        #menu dd
        {
            display: none;
            border: 1px solid gray;
            background-color: Silver;
            position: absolute;
            width: 145px;
            text-align: left;
            top: 40px;
            font-size: small;
        }
        #menu a
        {
            text-align: left;
            background: Silver;
        }
        #menu a, #menu dt a
        {
            color: #000;
            text-decoration: none;
            display: block;
            height: 100%;
            border: 0 none;
        }
        #menu a:hover, #menu a:focus, #menu dt a:hover, #menu dt a:focus
        {
            font-weight: bold;
        }
        #site
        {
            position: relative;
            z-index: 1;
            top: 10px;
            left: 0px;
            color: #000;
            background-color: #ddd;
            padding: 0px;
            border: 1px solid gray;
        }
