body {
        background-color: #FFFFFF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
        font-style: normal;
        font-size: 12px;
}

/* General Fonts */
p, ol, ul, div, td, th {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #000000;
   font-size: 12px;
   margin-right: 2.0em;
}


/* Headings */
h1 {
        font-family: Arial, Helvetica, sans-serif;
        color: #006699; 
        font-variant: normal;
        font-size: 22px;
        margin-bottom: 0.5em;
        border-bottom: none;
}

h2 {
        font-family: Arial, Helvetica, sans-serif;
        color: #006699; 
        font-variant: normal;
        font-size: 20px;
        margin-bottom: 0.5em;
        border-bottom: none;
}

h3 {
        font-family: Arial, Helvetica, sans-serif;
        color: #006699; 
        font-variant: normal;
        font-size: 18px;
        margin-bottom: 0.5em;
        border-bottom: none;
}

h4 {
        font-family: Arial, Helvetica, sans-serif;
        color: #006699; 
        font-variant: normal;
        font-size: 16px;
        margin-bottom: 0.5em;
        border-bottom: none;
}

h5 {
        font-family: Arial, Helvetica, sans-serif;
        color: #006699; 
        font-variant: normal;
        font-size: 14px;
        margin-bottom: 0.5em;
        border-bottom: none;
}


/* In-Text Hyperlinks */
a:link {
        font-weight: normal;
        color: #006699;
        text-decoration: none;
}

a:visited {
        font-weight: normal;
        color: #CC6699;
        text-decoration: none;
}

a:hover {
        font-weight: normal;
        color: #FF0000;
        text-decoration: underline;
}

/* Special Fonts */

.error {
        font-family: Verdana, sans-serif;
        color: #FF0000;
        font-size: 11px;
        font-weight: bold;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
        border-bottom: none;
}

.copyright {
        font-family: Verdana, sans-serif;
        color: #663300;
        font-size: 11px;
        font-weight: normal;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
        border-bottom: none;
}

.bio {
        font-family: Verdana, sans-serif;
        color: #CC9966;
        font-size: 9px;
        font-weight: normal;
        text-align: justify;
        margin: 1.0em;
}
