/* Main Styles */
td,body{
  font: normal 12px arial;
  color:191970;
  text-decoration:none;
}

/* Links */
a{
  color:c01d29;
}
a:hover{
  color:012;
}

HR{
	color : 191970;
}


h2,.Header   {
  font-weight:bold;
  font-size  :18px;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :14px;
}

.SmallText{
  font-size  :10px;
}

.detailHeader{
	font-weight:bold;
	text-decoration : underline;
}

.blueBorder{ 
BORDER-BOTTOM: #191970 1px solid;
    BORDER-LEFT: #191970 1px solid;
    BORDER-RIGHT: #191970 1px solid;
    BORDER-TOP: #191970 1px solid;
    BORDER-COLOR: #191970f


 }

