BODY {        
    SCROLLBAR-FACE-COLOR: #0066FF;
    SCROLLBAR-HIGHLIGHT-COLOR: #6A90BE;
    SCROLLBAR-SHADOW-COLOR: #66AAFF;
    SCROLLBAR-3DLIGHT-COLOR: #99CCFF;
    SCROLLBAR-ARROW-COLOR: #FFFFFF;
    SCROLLBAR-TRACK-COLOR: #99CCFF;
    SCROLLBAR-DARKSHADOW-COLOR: #0033CC;
    background-color: #ffffff;  
}

#expanded {
    letter-spacing : 7px;
    text-transform : lowercase;
}
#center  { text-align : center }
#left    { text-align : left }
#right   {
    text-align : right;
}
#justify { text-align : justify }

#bold { font-weight : bold; }
#small { 
    font-size : 8pt;
    font-family : Tahoma;
    color : #9999FF;
}

.menu {
    font-size : 8pt;
    font-family : Tahoma;
    font-weight : bold;
}

.button { width : 150; }

.size6  { font-size : 6pt; }
.size7  { font-size : 7pt; }
.size8  { font-size : 8pt; }
.size10 { font-size : 10pt; }
.size12 { font-size : 12pt; }
.size14 { font-size : 14pt; }
.size16 { font-size : 16pt; }
.size18 { font-size : 18pt; }
.size20 { font-size : 20pt; }
.size22 { font-size : 22pt; }
.size24 { font-size : 24pt; }
.size26 { font-size : 26pt; }
.size28 { font-size : 28pt; }

.corn {     text-align : left;
            font-size : 13pt;
            font-family : Tahoma;
            font-weight : bold;
            color : #0066FF;
      }
.cornsmall {     letter-spacing : 7px;
                 text-transform : lowercase;
                 font-size : 16pt; 
           }

a:link    {text-decoration:none; color:#0066FF;}
a:visited {text-decoration:none; color:#0033CC;}
a:active  {text-decoration:none; color:red;}
a:hover   {text-decoration:underline; color:#77AAFF;}

.a:link    {text-decoration:none; color:#99CCFF;}
.a:visited {text-decoration:none; color:#66AAFF;}
.a:active  {text-decoration:none; color:red;}
.a:hover   {text-decoration:underline; color:#FFFFFF;}

.blue { border-color: #99CCFF; }
.red { color: #FF0000; }
.shaded { background-color: #EEEEEE; }


CAPTION { 
    font-weight : bold; 
    font-size : 10pt;
    font-family : Tahoma;
}

HR {
    color : #99CCFF;
}
P {
    text-align : justify;
    font-size : x-small;
    text-indent : 7px;
    font-family : Tahoma;
}

H1 {
    text-align : left;
    font-size : 16pt;
    font-family : Tahoma;
    font-weight : bold;
    color : #0066FF;
}

H2 {
    text-align : center;
    font-size : 14pt;
    font-family : Tahoma;
    font-weight : bold;
    color : #003366;
}

H3 {

    text-align : center;
    font-size : 13pt;
    font-family : Tahoma;
    font-weight : bold;
    color : #003366;

}

H4 {

    text-align : center;
    font-size : 10pt;
    font-family : Tahoma;
    font-weight : bold;
    color : #003366;

}

H5 {

    text-align : left;
    font-size : 8pt;
    font-family : Tahoma;
    font-weight : bold;

}

H6 {
    text-align : right;
    font-size : xx-small;
    font-family : Tahoma;
    font-weight : normal;
    color : #555555;
}

TD {
    font-size : x-small;
    font-family : Tahoma;
}

UL {
    font-size : x-small;
    font-family : Tahoma;
}

TH {
    font-weight : bold;
    font-size : 12px;
    font-family : Tahoma;
}

.TH {
    font-size : x-small;
    font-weight : bold;
    font-family : Tahoma;
}

PRE {
    font-size : 12px;
    font-family : Lucida Console, Courier;
}
