body {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size:13px;
  //width: 1024px; 
  //margin: 0 auto; 
}
  
a:link    {color: #0000CC; text-decoration: none;}
a:visited {color: #0000CC; text-decoration: none;}
a:hover   {color: #0099DD; text-decoration: none;}
a:active  {color: #0000CC; text-decoration: none;} 

#header td {
  border-top-width: 1px; 
  border-left-width: 0px; 
  border-right-width: 0px; 
  border-bottom-width: 1px; 
  border-style: solid;
  border-color: #DDD;
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  padding: 0px;
  background-color: #CC0033;
  color: #FFF;
  height: 80px;
}

#frmsel {
  color: #0000CC;
  font-size:15px;
  font-weight:bold; 
  width:220px; 
  background-color: #FFF;
}

#frmsrch {
  color: #0000CC;
  font-size:13px;
  font-weight:bold; 
  background-color: #FFF;
}

#frmsrchfade {
  color: #AAA;
  font-size:13px;
  font-weight:bold; 
  background-color: #FFF;
}

.bluefont { color: #0000CC; }

#main {
  font-size:14px;
}

#results td {
  border-right: 1px solid #CCC; border-bottom: 1px solid #CCC;
  font-size:13px;
}

#results ul {
list-style-type: none;
padding-left: 2px;
margin: 0px;
}

#results li {
background-image: url(/_images/bullet.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
padding-left: 8px;
}

#title {
  font-size:14px;
  font-style: normal;
  font-weight:bold;
}

.HL {background: #FFFFFF;}
.HLltgrey {background: #DDD;}
.HLyellow {background: #FFFFDD;}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/_images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/_images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

h1 {
    font-size: 1em;
}