/* (C) 2004 O. V. Prosekov */

ul.toc1, ul.toc2, ul.toc3 {
    font-size           : 16px;
    list-style          : none;
}
ul.toc1 {
    margin-left         : 1%;
}
ul.toc2 {
    margin-left         : 2.5%;
    padding-top         : 0.5%;
}
ul.toc3 {
    margin-left         : 10%;
}
li {
    text-align          : left;
    padding-bottom      : 0.5%;
}
.sccolor
    {   background-color    : #A5D1FF;
    }
table.navbar
    {   background-color    : #A5D1FF;
        font-size           : 15px;
        width               : 100%;
        vertical-align      : middle;
        text-align          : center;
        cursor              : pointer;
    }
td.navbar
    {   font-size           : 14px;
        width               : 15%;
        vertical-align      : top;
        text-align          : left;
        cursor              : pointer;
    }
a
    {   text-decoration     : none;
    }
a:link
    {   color               : #0000ff;
    }
a:visited
    {   color               : #6600ff;
    }
a:active
    {
    }
a:hover
    {   text-decoration     : underline;
/*      font-size           : 105%; */
    }
table.head
    {   font-size           : 26px;
        width               : 100%;
        height              : 150px;
        vertical-align      : middle;
        text-align          : center;
    }
td.main
    {   padding-left        : 1%;
        width               : 70%;
        vertical-align      : top;
        padding-right       : 4%;
        text-align          : left;
    }
p
    {   text-indent         : 5%;
        text-align          : left;
    }
table.foot
    {   font-size           : 12px;
        width               : 100%;
        vertical-align      : middle;
        text-align          : center;
    }

body
    {   font-family         : Verdana, Arial, Helvetica, sans-serif; 
        font-size           : 12px;
        color               : #000099;
        background-color    : white;
        cellpadding         : 0px;
        margin              : 0px;
        border              : 0px;
        background-image    : url(gradient.gif);
        background-position : 0% 100%;
        background-repeat   : repeat-y;
/* filter : progid:DXImageTransform.Microsoft.Gradient(gradientType=1, startColorStr=#44B0FD, endColorStr=white); */
    }
h1, h2, h3, h4
    {   font-family         : verdana;
        font-weight         : normal;
        font-stretch        : normal;
    }
h1
    {   font-size           : 24px;
        text-align          : center;
        padding-top         : 1%;
    }
h2
    {   font-size           : 20px;
        font-style          : italic;
        text-align          : center;
        margin-top          : 3%;
    }
h3
    {   font-size           : 18px;
        text-align          : center;
    }
h4
    {   font-size           : 16px;
        text-align          : center;
/*      text-align          : left;
        text-transform      : uppercase; */
        padding-left        : 10%;
    }

