/* Main Styles */
td,body{
  font: normal 12px arial;
  color:333;
  text-decoration:none;
}


/* Links */
a{
  color:036;
}
a:hover{
  color:012;
}

hr{
height: 1px;
color: #0B8775;
}

h2,.Header   {
  font-family: Century Gothic, Sans-serif;
  font-weight:normal;
  font-size  :24px;
  color:#00131b;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :14px;
}

.SmallText{
  font-size  :10px;
}


