﻿body 
{
    background-image:url('images/BackGradiant.gif');
    background-repeat:repeat-x;
    background-color:#9f9281;
    
    font-family:Trebuchet MS;
    font-size:10pt;
    color:#545454;
    text-align:center;
}

.footer
{
     background-color:#545454; 
     color:#A4BF96;
     text-align:center;  
}

a
{
    font-family:Trebuchet MS;    
    font-weight:900;
    text-decoration:none;  
    color:#474747;  
}

a:hover
{
    text-decoration:underline;
    color:#474747;    
}

a.navigation
{
    font-weight:800;
    font-family:Trebuchet MS;
    font-size:9pt;
    text-decoration:none;
    color:#A4BF96;
}

a.navigation:hover
{
    color:White;
}

.navigation
{
     background-color:#545454;
}

.content
{
    background-color:#c1c3b5;
}

.subtext
{
    font-size:9pt;
    font-style:italic;
    text-align:left;
}

p
{
    text-align:left;
}

hr
{
    width:95%;
    height:1px;
    color:#D4DCE3;
    background-color:#D4DCE3;
}

