@import url(site.css);
/*
BODY  
{
   color : Black;
   background-color : #ffffff;
   font-family : arial;
   font-size : 8pt;
}

TD  
{
   color : #000000;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font : 10pt;
}

A:active  
{
   color           : #003399;
   font-family     : Verdana, Arial, Helvetica, sans-serif;
   font-weight     : normal;
   font-size       : 8pt;
   text-decoration : none;
}

A:link  
{
   color           : #003399;
   font-family     : Verdana, Arial, Helvetica, sans-serif;
   font-weight     : normal;
   font-size       : 8pt;
   text-decoration : none;
}

A:visited  
{
   color           : #003399;
   font-family     : Verdana, Arial, Helvetica, sans-serif;
   font-weight     : normal;
   font-size       : 8pt;
   text-decoration : none;
}

A:hover 
{
   color           : #003399;
   font-family     : Verdana, Arial, Helvetica, sans-serif;
   font-weight     : normal;
   font-size       : 8pt;
   text-decoration : underline;
}
*/
.searchheader
{
 font-family     : Verdana, Arial, Helvetica, sans-serif;
 font-size : 16pt;
 font-weight : bold;
 color : #863930;
}

.searchtext
{
 font-family     : Verdana, Arial, Helvetica, sans-serif;
 font-size : 8pt;
 font-weight : none;
 color : #000000;
}

.searchinput
{
 font-family     : Verdana, Arial, Helvetica, sans-serif;
 font-size : 10pt;
 width : 225px;
 font-weight : normal;
}

.searchsubheader
{
 font-family     : Verdana, Arial, Helvetica, sans-serif;
 font-size : 12pt;
 font-weight : bold;
 color : #863930;
}

.searchtextbold
{
 font-family     : Verdana, Arial, Helvetica, sans-serif;
 font-size : 8pt;
 font-weight : bold;
 color : #000000;
}

.fdm4Button 
{
  width: 120;
  align: center;
  font-family: helvetica,arial,sans-serif;
  font-size: 40%;
  font-weight: normal;
 }

/*
.fdm4Button a {
  display: block;
  width: 100%;
 }

.fdm4Button a:link,
.fdm4Button a:visited,
.fdm4Button a:hover {
 background-color: #537DAF; 
 color: #FFFFFF;
 text-decoration: none;
 }
 .fdm4Button a:link,
 .fdm4Button a:visited {
    border-top: 1px solid #cecece;
    border-bottom: 2px solid #4a4a4a;
    border-left: 1px solid #cecece;
    border-right: 2px solid #4a4a4a;
  }
 .fdm4Button a:hover 
 {
 border-top: 1px solid #cecece;
 border-bottom: 2px solid #4a4a4a;
 border-left: 1px solid #cecece;
 border-right: 2px solid #4a4a4a;
 }
 */