BODY
    {
    margin: 0px;
    background-image: url(img/coffeestain.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    }

BODY, TD
    {
    font-size: 11px;
    font-family: tahoma, arial;
    }
    
A
    {
    color: #2F649B;
    text-decoration: none;
    }
    
A:hover
    {
    text-decoration: underline;
    }
    
.leftMnuInactive
    {
    background-color: #E4E9F2;
    cursor: auto;
    }

.leftMnuInactive:hover
    {
    background-color: #F1F5FA;
    cursor: pointer;
    }

.leftMnuActive
    {
    background-color: #F1F5FA;
    cursor: pointer;
    }
    
A.leftMnu
    {
    color: #475F88;
    text-decoration: none;
    }

A.leftMnu:hover
    {
    text-decoration: none;
    }
    
IMG.img_href
    {
    border: 1px solid #888888;
    }

IMG.img_href:hover
    {
    border: 1px solid #5A8EC4;
    }
    
A.line_path
    {
    color: #A7B8D1;
    }

