﻿
	
h1 {
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 18px;
    color: #833819
    }
    
h1 a:link, h1 a:active, h1 a:visited {
    color: #833819 !important;
    text-decoration:underline;
    }
    
h1 a:hover, h1 a:hover:visited {
    color: #cbb84f;
    text-decoration: none
    }    
    
h2 {
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #a4a03f;
    line-height: 18px !important;
    padding: 0;
    margin: 0
    }    
    
.blueheading {
    color: #002157;
    font-weight: bold;
    font-size: 22px;
    font-family: Trebuchet MS;
    text-transform: uppercase;
    line-height: 24px
    }

.hilite {background-color: orange;}
