body 
{ 
  font-family                 : 'Times New Roman';
  color                       : #2D4587;
  background-color            : #FFFFFF; 
}

a 
{                                  
  text-decoration             : underline;
  color                       : #2D4587;
}
a:link 
{
  text-decoration             : underline;
  color                       : #2D4587;
}
a:active 
{
  text-decoration             : underline;
  color                       : #2D4587;
}
a:hover 
{
  text-decoration             : underline;
  color                       : #2D4587;
}

h1
{
  font-size                   : 14pt;
  text-decoration             : bold;
  padding                     : 0;
  margin                      : 0;
}
h2
{
  font-size                   : 12pt;
  text-decoration             : bold;
  padding                     : 0;
  margin                      : 0;
}
h3
{
  font-size                   : 10pt;
  text-decoration             : bold;
  padding                     : 0;
  margin                      : 0;
}

hr
{
  height                      : 1px;
  color                       : #FFD8BF;
}

input    
{
  font-family                 : 'Times New Roman';
  color                       : #2D4587;
  background-color            : #FFFFFF;
  border-top                  : #FFD8BF 1 solid;
  border-right                : #FFD8BF 1 solid;
  border-left                 : #FFD8BF 1 solid;
  border-bottom               : #FFD8BF 1 solid;
}
textarea 
{
  font-family                 : 'Times New Roman';                    
  color                       : #2D4587;
  background-color            : #FFFFFF; 
  border-top                  : #FFD8BF 1 solid;
  border-right                : #FFD8BF 1 solid;
  border-left                 : #FFD8BF 1 solid;
  border-bottom               : #FFD8BF 1 solid;
  scrollbar-face-color        : #FFFFFF;
  scrollbar-arrow-color       : #FFD8BF;
  scrollbar-track-color       : #FFFFFF; 
  scrollbar-3dlight-color     : #FFFFFF;  
  scrollbar-highlight-color   : #FFD8BF;
  scrollbar-darkshadow-color  : #FFFFFF;
  scrollbar-shadow-color      : #FFD8BF; 
}
