/* Main Styles */
td,body{
  font: normal 12px arial;
  color:333;
  text-decoration:none;
  line-height: 1.4em;
}


/* Links */
a{
  color:#d4891c;
}
a:hover{
  color:#001122;
}

hr{
	height: 1px;
	border-style:dashed;
	color: 92a5a4;
}

h2,.Header   {
  font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
  font-weight:bold;
  font-size  :18px;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :14px;
}

.SmallText{
  font-size  :10px;
}



