body, p, td {
        font-size : 12px;
        font-family : Tahoma, Helvetika, Arial, Verdana, sans-serif;
        
}

.contact, p, ul li    {  line-height: 18px;

}

.blue { color : #4ba6b3;

}

.red { color : #B54221;
       font-weight : bold;
       
}


.lit {
        font-size : 11px;
        font-family : Tahoma, Helvetika, Arial, Verdana, sans-serif;
        font-weight : normal;
        color : #999999;
}

a {
        font-size : 12px;
        font-family : Tahoma, Helvetika, Arial, Verdana, sans-serif;
        font-weight : normal;
        color : #4ba6b3;
        text-decoration : none;
}

a:vizited {
        color : #999999;
        text-decoration : none;
}

a:hover {
        color : #B54221;
        text-decoration : none;
}



a.grey {
        font-size : 12px;
        font-family : Tahoma, Helvetika, Arial, Verdana, sans-serif;
        font-weight : normal;
        color : #666666;
        text-decoration : none;
        line-height: 18px;
}

a.grey:vizited {
        color : #999999;
        text-decoration : none;
}

a.grey:hover {
        color : #4ba6b3;
        text-decoration : none;
}


a.litgrey {
        font-size : 11px;
        font-family : Tahoma, Helvetika, Arial, Verdana, sans-serif;
        font-weight : normal;
        color : #999999;
        text-decoration : none;
       }

a.litgrey:vizited {
        color : #999999;
        text-decoration : none;
}

a.litgrey:hover {
        color : #B54221;
        text-decoration : none;
}




a.red {
        font-size : 12px;
        font-family : Tahoma, Helvetika, Arial, Verdana, sans-serif;
        font-weight : bold;
        color : #B54221;
        text-decoration : none;
}

a.red:vizited {
        color : #000000;
        text-decoration : none;
}

a.red:hover {
        color : #4ba6b3;
        text-decoration : none;
}



a.litred {
        font-size : 12px;
        font-family : Tahoma, Helvetika, Arial, Verdana, sans-serif;
        font-weight : normal;
        color : #B54221;
        text-decoration : none;
}


a.litred:vizited {
        color : #B54221;
        text-decoration : none;
}

a.litred:hover {
        color : #B54221;
        text-decoration : underline;
}



