﻿body  
{
    color: #454545; 
    font: 10pt Tahoma;
       }

a { text-decoration: none; color:#996600; }

.smalltext
    {
        color: #1f5cb7;
        font-weight: bold;
        font-family: Arial;
        font-size: 12pt;
        
     }
     .smallertext
    {
        color: #454545;
        font-family: Arial;
        font-size: 8pt;
        
     }
.mediumtext
      {
        color: white;
        font: 11pt Arial;
     }
     .secondheadertext
      {
        color: #454545;
        font-weight: bold;
        font-family: Arial;
        font-size: 10pt;
     }
.headertext
      {
        color: #324395;
        font-weight: bold;
        font-family: Arial;
        font-size: 16pt;
     }
     .headertext2
      {
        color: #324395;
        font-weight: bold;
        font-family: Arial;
        font-size: 12pt;
     }
.hovering td 
{
    background-color: #324395;
        
        color: white;
    }
    
.hovering td:hover {
        background-color: #8894C3;
        color: white;
}
.gridheader th
{
    text-align: left;
}
input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-border-radius:0px;
}

/*
#e5ecf7 - Whitish,Gray
#1f5cb7 - Blue
##324395 - Dark blue
#5c7f92 - Blue Gray
#999999 - Gray
#454545 - Light Black - text color
#8894C3 - Blue Gray
*/
