BODY {
       font-family:verdana,arial,helvetica; 
       font-size:11px; 
       color:#000
     }
DIV, FIELDSET, INPUT, LI, P, SELECT, TD {
       font-family:verdana,arial,helvetica; 
       font-size:11px; 
       color:#000
    }

/* Link Classes */
A {text-decoration:underline; color:#090}
A:Hover {text-decoration:underline; color:#F90}

.leftNav a {
   font-size: 10px;
   text-decoration:underline; 
   color:#090
}


.leftNav a:hover {
   font-size: 10px;
   text-decoration:underline; 
   color:#F90
}


/* Miscellaneous Element Classes */
HR {color:#495378}
TD {vertical-align:top}

.navBar 
{
    padding-right: 8px; 
    padding-top: 3px;
    padding-bottom: 3px;
    font-size:10px;
    font-weight:bold;
    background: #0C0;
    color: #fff   
}
.navBar A {text-decoration:none;color:white}
.navBar A:Hover {text-decoration:underline;color:white}

.btn {
    border:solid 1px #47478F; 
    background:#E9E9FC; 
    font-family:verdana; 
    font-size:11px; 
    color:#333333; 
    cursor: hand
}
.frm {
    background-color: #E9E9FC;
    /*border: 1px solid black;*/
    border: 1px inset;
    color: #333;
}
.frm-on {
    background-color: white;
    /*border: 1px solid #2756CC;*/
    border: 1px inset;
    color: black
}
.formRow {vertical-align:middle}

/* General */
.even {background: #cfc;}
.even2 {background: #CFC;}
.gry {color:#A3AFC4}
.gryBx {background-color:#F5F5F5;border:solid 1px #E8E8E8;padding:5px}
.odd {background: #fff}
.red {color: #FF0000}
.org {color: F90}
.darkGrn {color: #090}
.lightGrn {color: #cfc}
.smTxt {font-family:verdana,arial,helvetica; font-size:9px; color:#333333}
.infoTxt {font-family:verdana,arial,helvetica; font-size:10pt; color:#333333}
