.bgDarkBlue       { background-color: #19519D; }
.bgLightBlue      { background-color: #ECF2FA; }
.bgBlue           { background-color: #DCE6F4; }
.bgLines          { background-color: #ADC4E2; }
.bgwhite          { background-color: #FFF;    }
a.ForumLink:link,
a.ForumLink:visited, 
a.ForumLink:active,
a.ForumLink:hover
 {
   font-family: Arial; 
   font-size: 10pt;
   color: #000000; 
   text-decoration:none;
   font-weight: bold;
 }
 a.ForumLink:hover
 {
   color: #19519D; 
 }
a.link:link,
a.link:visited,
a.link:active,
a.link:hover
 {
   font-family: Arial; 
   font-size: 8pt;
   color: #000000; 
   text-decoration:underline;
 }
a.link:hover
 {
  color: #19519D; 
 }
.WhiteTXT          { color: white;              }
a.WhiteTXT:link,
a.WhiteTXT:active,
a.WhiteTXT:hover, 
a.WhiteTXT:visited { color: white;              }
.inputstyle       { font-size: 10px; font-family: Tahoma, sans-serif; }
.input 
 { 
   font-size: 8pt;	
   font-family: Tahoma; 
   height: 18px;	
   border : 1px solid; 
   border-color : #155393;
   width: 100%;
 }