.loginLabel {
   width: 130px;
   height: 38px;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #004E5D;
   padding: 0px 0px 0px 10px;
}
.loginInput {
   width: 160px;
   height: 24px;
   border: solid 1px #004E5D;
   background: #F2F2F2;
   color: #333333;
   margin: 0px 0px 0px 10px;
   padding: 2px 0px 0px 2px;
}
.loginSubmit {
   width: 65px;
   height: 24px;
   border: solid 1px #004E5D;
   background: #F2F2F2;
   color: #333333;
   margin: 0px 0px 0px 10px;
}
.snapshotRow {
   width: 130px;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: orange;
   padding: 0px 0px 0px 10px;
   text-align: right;
}
.snapshotDollars {
   width: 90px;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #001c3a;
   padding: 0px 10px 0px 10px;
   text-align: right;
}
#download_total {
   width: 90px;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #f00;
   padding: 0px 10px 0px 10px;
   text-align: right;
}



a.nav:link    {color: #333333; text-decoration: none; }
a.nav:visited {color: #333333; text-decoration: none; }
a.nav:hover   {color: orange;  text-decoration: underline; }
a.nav:active  {color: #333333 } 

.sideNav {
   font-family: Arial, Tahoma, sans-serif;
   font-size: 12px;
   line-height: 18px;
}
a.sideNav, a.sideNav:visited {
   color: #004E5D;
   text-decoration: underline;
}
a.sideNav:hover {
   color: orange;
   text-decoration: none;
}