/* CSS Document */
body{
        font-family: Georgia;
        font-size: 10px;
        color: #090808;
        line-height: 11px;
        letter-spacing: 0px;
        background-color: #ffffff
        text-align:justify;
}

td {
        font-family: Georgia;
        font-size: 10px;
        color: #090808;
        line-height: 11px;
        letter-spacing: 0px;
        text-align:justify;
}




p{
        margin: 1px;
}


h1{
       font-size: 12px;
         text-align: left;
         color: #a1261d;
         background-color: none;
         font-family: Georgia;
         text-transform: uppercase;
         border-bottom: 1px dotted #8f7370;
         font-weight: bold;
}

h2        {font-size: 10px;
         text-align: left;
         color: #a1261d;
         background-color: #ffffff;
         font-family: georgia;
         text-transform: uppercase;
         cursor: help;}



u{
         color: #827e3b;
         font-size: 10px;
         cursor: help;
}
em,i{
         color: #04575e;
         font-size: 10px;
         font-weight: bold;
         font-family: arial;
         cursor: help;}

A:link {
        font-family: georgia;
        font-size: 10px;
        font-weight: bold;
        color: #a1261d;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;


}
A:active {
        font-family: Georgia;
        font-size: 10px;
        font-weight: bold;
        color: #a1261d;
        text-decoration: none;
        text-transform: uppercase;



}
A:visited {
        font-family: Georgia;
        font-size: 10px;
        font-weight: bold;
        color: #a1261d;
        text-decoration: none;
        text-transform: uppercase;



}
A:hover {
        font-family: Georgia;
        font-size: 10px;
        color: #a1261d;
        text-transform: uppercase;
        cursor: help;
        background-color: #ffffff;
        border-left: 4px solid #a1261d;




}