/* Main Styles */
td,body{
  font-family: arial;
  font-size: 12px;
  color:333;
  text-decoration:none;
  line-height: 1.4em;
}

/* Links */
a{
  color:036;
}
a:hover{
  color:012;
}

hr { height:2px; color:#cfd0d1; border-top:0px; background:#cfd0d1;border-style:dashed;}

h2,.Header   {
  font-weight:bold;
  font-size  :15px;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :13px;
}

.SmallText{
  font-size  :10px;
}

.whitetext{
color: #fff;
}


