BODY {
        /*background-image : url(../img/bk29.gif); */
        background-color: #DCD7D7;
        font-size : 10pt;
        font-family : Arial, Helvetica, sans-serif;
}
td.p
{
        font-size : 18pt;
        font-family : "Book Antiqua";
        padding-top:5px;
        letter-spacing : 4pt;
}
td.arial{
        font-size : 10pt;
        font-family : Arial, Helvetica, sans-serif;
        text-align : center;
        letter-spacing : 2pt;
}
tr.button2{
        background-color : #004F89;
        font-size : 10pt;
        font-family : Arial, Helvetica, sans-serif;
        color : white;
        padding-left : 8px;

}

tr.head2
{
        background-color : white;
        font-size : 10pt;
        font-family : Arial;
        color : white;
        border-color:white;
}
.background
{
        background-color:white;
}

table.nav{

}
A:link{
        text-decoration : none;
        color : Blue;
}
A:visited{
        text-decoration : none;
        color : Blue;
}
A:hover{
        text-decoration : underline;
        color : Blue;
}

A:active{
        text-decoration : none;
        color : Blue;
}