<!--

/*Legal Search Bureau stylesheet*/

body, p, table, tr, th, td, input, select, textarea, h1, h2, h3, ul, li {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 11px;
}

strong, b
{
 font-weight: bold;
}

a:visited {
 COLOR: #505050; 
 TEXT-DECORATION: underline;
}

a:hover, a:visited:hover {
 COLOR: #9a0500;
 TEXT-DECORATION: underline;
} 

a {
 text-decoration: underline;
 COLOR: #003366;
 font-weight:bold;
}

h1 { 
  font-size:20px;
  FONT-WEIGHT: bold;
  color:#003366;
  FONT-STYLE: normal;
}

h2 {
  FONT-SIZE: 12px;
  FONT-STYLE: normal;
  FONT-WEIGHT: bold;
}

.ErrorMessage {
  background-color:#fff050;
  border:1px solid #ef9000;
  margin-bottom:16px;
}

.lsbbutton {
  background-color:#114477;
  color:#ffffff;
  font-weight:bold;
  border:1px solid #000000;
  height:22px;
}

-->
