table.outside
    {
    height:90%
    text-align:center;
    }

table.indextable
    {
    background-color:#E5E5E5;
    border-style:solid;
    border-left-width:1;
    border-top-width:1;
    border-right-width:2;
    border-bottom-width:2;

    border-left-color:#C0C0C0;
    border-top-color:#C0C0C0;
    border-right-color:#808080;
    border-bottom-color:#808080;

    border-collapse:collapse;
    border-spacing:0;
    padding:0;
    margin:0;

    background-image:url(images/background.jpg);
    background-position:center center;
    background-attachment:fixed;
    background-repeat:no-repeat;
    vertical-align:middle;
    text-align:center;
    }

td.navtable
    {
    height:454px;
    width:159px;
    background-image:url(images/navbkg.jpg);
    background-position:center top;
    background-attachment:fixed;
    background-repeat:no-repeat;
    text-align:center;
    vertical-align:top;
    }

table.contenttable
    {
    background-color:#FFFFFF;
    border-style:solid;
    border-left-width:1;
    border-top-width:1;
    border-right-width:2;
    border-bottom-width:2;

    border-left-color:#C0C0C0;
    border-top-color:#C0C0C0;
    border-right-color:#808080;
    border-bottom-color:#808080;

    border-collapse:collapse;
    border-spacing:0;
    padding:0;
    margin:0;
    }

.linkdiv
    {
    position:fixed;
    }

.reflinkheader
    {
    font: bold 13px Arial;
    }

.reflink
    {
    font: bold 11px Arial;
    color:#000080;
    text-decoration:none;
    }

.reflink:hover
    {
    cursor:hand; 
    font: bolder 11px Arial;
    color:#800080;
    text-decoration:none;
    }
