/* Main Styles */
td,body{
  font: normal 12px arial;
  color:06597A;
  text-decoration:none;
}

hr{
	color: 0B2E49;
	height: 1px;
}

/* Links */
a{
  color:B0393E;
}
a:hover{
  color:06597A;
}

h2,.Header   {
  font-weight:bold;
  font-size  :18px;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :14px;
}

.SmallText{
  font-size  :10px;
}


