/* Main Styles */

td,body{
  font: normal 11px tahoma;
  color:333;
  text-decoration:none;
  scrollbar-face-color: #6fb41b;
scrollbar-shadow-color: #999999; 
scrollbar-highlight-color: #575355;
scrollbar-3dlight-color: #cccccc;
scrollbar-darkshadow-color: #999999;
scrollbar-track-color: #e0e0d8;
scrollbar-arrow-color: white;
}

hr { color:#6fb41d; height:1px; }

input,textarea,select,button{
background-color:white;   // field bg
font-weight: none;
font-style: normal;
font-size: 10px;
font-family: arial bold;
}

/* Links */
a{
  color:036;
}
a:hover{
  color:012;
}

h2,.Header   {
  font-weight:bold;
  font-size  :15px;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :13px;
}

.SmallText{
  font-size  :10px;
}


