/* Main Styles */
td,body{
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #d6a42d;
}


/* Links */
a{
  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d6a42d;
	text-decoration: underline;
}
a:hover{
  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#93701e;
	text-decoration: none;
}

.Header   {
  font-weight:bold;
  font-size  :18px;
  color: #d6a42d;
}

.SubHeader{
  font-weight:bold;
  font-size  :12px;
}

.SmallText{
  font-size  :10px;
}

