body{
        //background-color:#DCD7D7;
        background-image : url(../img/nav.jpg);
        background-repeat:no-repeat
}

.left
{
font-family: arial,helvetica;
  font-size: 11 px;
  line-height: 15px;
  color:#999999;
 padding-left:20px;
 line-height:20px;
}
.gray
{
       font-family: arial,helvetica;
       font-size: 12px;
       background-color: #999999;
       padding-left: 20px;
       color:white;
       text-align:left;
       font-weight:bold;
       line-height:18px;
}
A.link:link{
        text-decoration : none;
        color : #656463;
}
A.link:visited{
        text-decoration : none;
        color : #656463;
}
A.link:hover{
        text-decoration : underline;
        color : #656463;

}


A.gray:active{
        text-decoration : none;
        color : #656463;
        font-weight : bold;

}
.nav {
        width: 189px;
        font-family: arial,helvetica;
        margin: 0px;
        padding: 0px;
        list-style:none;
        border: 0px solid #999999;
        border-bottom-width: 0px;
        background-color:#999999;

}
.nav li a {
        font-size: 12px;
        line-height: 18px;
        height: 14px;
        display:block;
        color:#DCD7D7;
        text-decoration: none;
        font-weight: normal;
        background-color: #004F88;
        border: 0px solid #999999;
        border-left-width: 0px;
        border-right-width: 0px;
        border-top-width: 0px;
        border-bottom-width: 0px;
        border-top-color: #999999;
        cursor: hand;
}

.nav li a span {
        height: 12px;
        display:block;
        margin-left: 20px;
        background-color: #004F88;
}

.nav li a:hover {
        background: url(../img/NAV_Arrow_White.gif) ;
        background-color: #004F88;
}

.nav li a:hover span {
        background-color: #004F88;
}
.sub {
        width: 160pxpx;
        font-family: arial,helvetica;
        margin: 0px;
        padding: 0px;
        list-style:none;
        border: 0px solid #999999;
        border-bottom-width: 0px;
        background-color:#999999;

}
.sub li a {
        font-size: 11px;
        line-height: 18px;
        height: 14px;
        display:block;
        color:#DCD7D7;
        text-decoration: none;
        font-weight: normal;
        background-color: #046CB7;
        border: 0px solid #999999;
        border-left-width: 0px;
        border-right-width: 0px;
        border-top-width: 0px;
        border-bottom-width: 0px;
        border-top-color: #999999;
        cursor: hand;
                padding-left:10px;
}

.sub li a span {
        height: 12px;
        display:block;
        margin-left: 20px;
        background-color: #046CB7;
}

.sub li a:hover {
        background: url(../img/NAV_Arrow_White.gif) ;
        background-color: #046CB7;
}

.sub li a:hover span {
        background-color: #046CB7;
}

tr.points
{
        background-color:white;
        left-padding: 2px;
 font-family : "Trebuchet MS";
        font-size : 8pt;
        color:#004F89;
        padding-top:3px;
}
td.points
{
         padding-left: 3px;
 font-family : "Trebuchet MS";
        font-size : 8pt;
        color:#004F89;
}

td.quote
{
        padding-left: 2px;
        padding-right: 3px;
 font-family : "Trebuchet MS";
        font-size : 8pt;
        color:#004F89;
}
td.header{
   text-align:center;
   font-weight:bold;
   background-color:#004F88;
   color:white;
 font-family : "Trebuchet MS";
        font-size : 8pt;

}