body, .standard { 
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        font-size: 10pt; 
        color: #006699;
        line-height : 12pt;
        }

.instruct { font-family: Verdana, Arial, Helvetica, Sans-Serif;
        font-size: 10pt; 
        color: #006699;
        line-height : 12pt;
        }
        
option, td { 
        font-family: Verdana, Arial, Helvetica, Sans-Serif; 
        color: #006699;
        font-size: 10pt;
        }
    
.notation { 
        font-family: Verdana, Arial, Helvetica, Sans-Serif; 
        color: #006699;
        font-size: 8pt;
        }

.error { 
        font-family: Verdana, Arial, Helvetica, Sans-Serif; 
        font-size: 10pt; 
        color: red;
        }

.decimal {
        text-align: right;
        }

.highlight {
        font-weight: bold;
        }       

.heading {
        color: white;
        font-weight: bold;
        }       

.clickme {cursor : hand;
    }
    
            
.entryfield {
    border-top: #6096C1 1px solid;
    border-right: #6096C1 1px solid;
    border-bottom: #6096C1 1px solid;
    border-left: #6096C1 1px solid;
  
      PADDING-LEFT: 4px;
    FONT-SIZE: 10pt;
    COLOR: #09203E;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-Serif;
    BACKGROUND-COLOR: #ffffff;
        }
    
A:active  {
    COLOR : #09203E;
    TEXT-DECORATION : underline;
}
A:hover  {
    COLOR : #09203E;
    TEXT-DECORATION : underline;
}
A:link  {
    COLOR : #FF6600;
    TEXT-DECORATION : underline;
}
A:visited  {
    COLOR : #FF6600;
    TEXT-DECORATION : underline;
}       

A:visited {color: #FF6600;TEXT-DECORATION : underline;} A:hover {COLOR : #09203E; TEXT-DECORATION : underline;}

hr {
    height: 1px;
    border-top: 1px dashed #cccccc;
        border-bottom: 0 none;
        border-left: 0 none;
        border-right: 0 none;
    margin: 0em 0;
    padding: 0;
}

ol {font-weight: bold;}
ol li span {font-weight: normal;}