/* Main Styles */
td,body{
  font-family: arial;
  font-size: 12px;
  color:333;
  text-decoration:none;
}

a{
  color: #009900;
  text-decoration: underline;
}
a:hover{
  color: #075b07;
  text-decoration: underline;
}

hr { height:1px; color:#009900; border-top:1px; background:#009900;border-style:solid;}

h2,.Header   {
  font-weight:bold;
  font-size  :14px;
  color:009900;
}

h2,.headerborder {font-weight:bold;
  font-size  :15px;
  color:009900; 
   border-top-width: 1px 1px 1px 1px red solid;}

h3,.SubHeader{
  font-weight:bold;
  font-size  :13px;
  color:858685;
}

.SmallText{
  font-size  :10px;
  color:b6b6b6; 
}
.ClickHere{
  font-size  :11px;
  color:009900; font-style:italic;}


