
body, td, p {
        font-size: 9pt;
        color: #393639;
        font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        }

body {
        background-repeat : repeat-x;
        scrollbar-face-color: #E2D9B2;
        scrollbar-highlight-color: #F76613;
        scrollbar-base-color: #FC8D00;
        scrollbar-shadow-color: #F76613;
        scrollbar-darkshadow-color: #CBB97A;
        scrollbar-arrow-color: #FC8D00;
        scrollbar-track-color: #EDE6C6;
        }

.small {
        font-size: 8pt;
        }

.medium {
        font-size: 10pt;
        }

.mediumbold {
        font-size: 10pt;
        font-weight: bold;
        }

.standard {
        font-size: 9pt;
        }

.standardbold {
        font-size: 9pt;
        font-weight: bold;
        }

.header {
        color: #F76613;
        font-size: 12pt;
        font-weight: bold;
        }

.subheader {
        font-size: 10pt;
        font-weight: bold;
        }

/*  L I N KS  */

a {
        color: #F76613;
        text-decoration: none;
        }

a:hover {
        color: #CBB97A;
        }

a.subnav {
        color : #F76613;
        font-size: 7pt;
        font-weight: bold;
        text-decoration : none;
        }

a.subnav:hover {
        color : #CBB97A;
        text-decoration : none;
        }

a.designby {
        color : #CBB97A;
        font-size: 7pt;
        font-weight: bold;
        text-decoration : none;
        }

a.designby:hover {
        color : #F76613;
        text-decoration : none;
        }
