/* Main Styles */
td,body{
  font-family: arial;
  font-size: 12px;
  color: #1d1a1a;
  text-decoration:none;
}

/* Links */
a{
  color: #1260c5;
}
a:hover{
  color: #1260c5;
  text-decoration: underline;
}

hr { height:0px; color:#b90e26; border-top:1px; background:#808060;border-style:dashed;}

h2,.Header   {
  font-weight: bold;
  font-style: italic;
  font-size : 22px;
  color: #1260c5;
  line-height: 22px;
}

h3,.SubHeader{
  font-weight: bold;
  font-size: 14px;
}

.SmallText{
  color: #FFFFFF;
  font-size: 11px;
}

.Whitelinks{
	color: #FFFFFF;
	text-decoration: none;
}

.Whitelinks:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
