﻿body { font-family: Verdana, Tahoma, Sans-Serif; font-size: 9pt; }

/* Links */

a{ text-decoration: none; }
a:link{ color: #206FFF; /*mid-blue*/ }
a:active{ color: #206FFF; /*mid-blue*/ }
a:visited{ color: #206FFF; /*mid-blue*/ }
a:hover{ color: #048030; /*nice green*/ text-decoration: underline; }   

a.selected:link{ color: #002469; /*dark blue*/ font-weight: bold; }
a.selected:active{ color: #002469; /*dark blue*/ font-weight: bold; }
a.selected:visited{ color: #002469; /*dark blue*/ font-weight: bold; }
a.selected:hover{ color: #048030; /*nice green*/ font-weight: bold; text-decoration: underline; }

/* Headings */

.myH1{
    color: #002469; /*dark blue*/
    text-align: center; 
    font-size: 13pt; 
    font-weight: bold;
    border: 0;
}

.myH2{
    color: #002469; /*dark blue*/
    font-size: 11pt; 
    font-weight: bold;
    border: 0;
}

.myH3{
    color: #002469; /*dark blue*/
    font-size: 10pt; 
    font-weight: bold;
    border: 0;
}

.myH4{
    color: #000000; 
    font-size: 10pt; 
    font-weight: bold;
    border: 0;
}

.myH5{ font-size: 7pt; border: 0; }

.myH6{
    color: #000000;
    font-style: italic;
    font-variant: normal;
    font-size: 10pt;
    border: 0;
}

/* Horizonal Rules */

hr.line1{
    color: #9370D8; /*medium purple*/
    background-color: #9370D8; 
    border: 0; 
    height: 2px;
}

hr.line2{
    color: #EAB7FF; /*light purple/pink */
    background-color: #EAB7FF; 
    border: 0; 
    height: 2px
}

/*hr.line3{
    color: #9370D8; 
    background-color: #9370D8; 
    border: 0; 
    height: 2px
}*/

.tableMain{
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    padding: 0px;
}

.tableUnderline{
    width: 100%;
    color: #002469; /*dark blue*/
    padding: 3px;
    font-size: 8pt;
    text-align: right;
}

.middleRow{
     border-bottom: solid 1px #002469;
     border-top: solid 1px #002469;
     width: 100%;
}

.middleRow tr{ vertical-align: top; }

.menubarCell{ width: 140px; background-color: #DDE9FF; /*light blue*/ } 

.menubar td{ padding: 5px 0px 5px 10px; }

.mainContents{ padding: 10px; line-height: 1.5; }

.pageHierarchy{ font-size: 7pt; } 

.footer{
    text-align: center; 
    font-size: 8pt;
    color: #8D8DA2; /*grey*/
}

.footer td{ padding: 1px; }





