<!--

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

body{
 background-color: #ffffff;
}

strong, b
{
 font-weight: bold;
}

a {
 text-decoration: underline;
 COLOR: #639900;
}

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

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

h1 { 
  FONT-SIZE: 22px;
  FONT-STYLE: normal;
  FONT-WEIGHT: normal;
  color:#70AE09;
}

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

.inputBox {
  border:1px solid #c0c0c0;
}
 
 
/* Bullets */

ul {
  list-style-image: url("/infosite/images/bullet.gif");
  margin-top:14px;
}

li {
  padding-left:8px;
  margin-top:0px;
  padding-top:0px;
  margin-bottom:8px;
  padding-bottom:0px;
  vertical-align:middle;
}

 
-->