﻿/* 
 TAn Color Scheme
#f0ede3 Lightest Tan
#EBE7D9 Light Tan
#CAC199 Med Tan
#A99F6C Dark Tan
#736125 Darkest Tan
#57585C Dark Grey
#F5F4EF Greenish Grey
#EBEBEB Grey
#8B1A29 Dark Red
#0059BF Blue
#388C20 Green
FONT-Family: Verdana, Arial, San-Serif



*/

/* Blue Color Scheme
Blue #4D5F7B
Dark Blue #354256
Light Blue #e7f0ff
Gray Line #A1A1A1
Font Gray #727272
Brown #7b5b4d
Dark Brown #564035
Green #7b704d
Yellow Light #fff9e7
Darker Yellow #fff3cf
*/
body{
font-family:Verdana,Arial,Helvetica,sans-serif;
 background-color:#4d5f7b;
}
h1{
font-family:Verdana,Arial,Helvetica,sans-serif;

font-style:normal;
color: #564035;
font-size:  12pt;
}
h2{
font-family:Verdana,Arial,Helvetica,sans-serif;
font-weight:bold;
font-style:normal;
color:#8B1A29;
font-size:  12pt;
}

p{
   color:#727272;
    font-size: 10pt;
   
}
a{
color:#8B1A29 ;
}
a:hover{
color:#354256;
}
ul
{
    font-size: 10pt;
    list-style-position: outside;
    list-style-type: square;
    color:#8B1A29;
}
   .DateHeading
{
    font-size: 10pt;
    font-weight: bold;
    font-style: italic;
    color: #564035;
    padding-bottom: 10px;
    padding-top: 10px;
}
.Text{
   color:#727272;
    font-size: 10pt;
    
}
.GridText{
   color:#727272;
    font-size: 10pt;
    padding-bottom: 5px;
    padding-top: 5px;
}
