/* Main Styles */
td,body{
  font-family: arial;
  font-size: 12px;
  color:333;
  text-decoration:none;
}

/* Links */
a{
  color:036;
}
a:hover{
  color:012;
}

input,textarea,select,button{
font-family: verdana;
font-size: 11px;
color:black;
}

h2,.Header   {
  font-weight:bold;
  font-size  :21px;
  font-family:Georgia, "Times New Roman", Times, serif;
}

h3,.SubHeader{
  font-size  :17px;
}

.SmallText{
  font-size  :10px;
}

.stripe{
border-top:dotted 1px #999;
display:block;

}

