/* Main Styles */
td,body{
  font: normal 12px trebuchet MS, arial;
  color:#000000;
  text-decoration:none;
}

hr
{
color:black;
}


/* Links */
a{
  color:#003366;
}
a:hover{
  color:#726AA0;
}

h2,.Header   {
  font-weight:bold;
  font-size  :16px;
  color:2B2B56;
}

h3,.SubHeader{
	font-weight:bold;
	font-size  :14px;
	color: ;  
	color: #D72027;
}

.SmallText{
  font-size  :11px;
}

.redText{
color: #D72027;
}
.blueText{
color: #2B2B56;
}

