﻿        a.Index
        {
            margin-top: -125px;
            padding-top: 125px;
        }
        body
        {
            margin: 0;
            padding-top: 125px;
            background: #FFFF99;
        }
        #top
        {
            position: fixed;
            background: #FFFF99;
        }
        #top, #bottom
        {
            left: 0;
            width: 100%;
            height: 130px;
        }
        #top
        {
            top: 0;
        }
        #bottom
        {
            bottom: 0;
        }
        #left, #right
        {
            top: 0;
            height: 100%;
            width: 16px;
        }
        #left
        {
            left: 0;
        }
        #right
        {
            right: 0;
        }
        .JT
        {
            float: right;
            font-family: Arial;
            font-size: 8pt;
            line-height: 150%;
            text-align: right;
            border: none;
        }
        /* 'Jump To' and 'Back To Top'   */img
        {
            border-style: none;
        }
