
    
h1 {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 10px;
    font-weight: normal;
    color: #333;
    }

h2 {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    line-height: 16px;
    }

h3 {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 11px;
    line-height: 11px;
    margin-left: 2em;
    margin-top: -1em;
    font-weight: normal;
    font-style: italic;
    }

h4 {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 15px;
    line-height: 14px;
    text-align: left;
    font-weight: bold;
    font-style: italic;
    color: #B86D42;
    }
        
p { font-family: Georgia, Times New Roman, Times, serif;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    line-height: 18px
    }


a {
    color: #4D7B8E;
    text-decoration: none
    }
    
a:hover {
    color: #999;
    }

    
.grey {
    color: #999;
    margin: 0 0 7px;
    }
 
.darkgrey {
    color: #666;
    }
    
.greybox {
    background-color: #999;
    padding: 4px 8px;
    }
    
.sideline {
    margin: 1em 0 1em;
    }

.black {
    color: #000;
    }
    
.newslink {
    color: #4D7B8E;
    }

.date {
    border: 2px solid #CCC;
    }

.update {
    background: #FFF;
    border-top: 2px solid #FFF;
    border-left: 4px solid #FFF;
    border-bottom: 1px solid #FFF;
    }

