/* Main Styles */
td,body{
  font: normal 12px arial;
  color:333;
  line-height: 1.6em;
  text-decoration:none;
}


/* Links */
a{
  color:036;
}
a:hover{
  color:012;
}


h2,.Header   {
  font-weight:bold;
  font-size  :14px;
  color:0e1b48;
  letter-spacing: 2px;
}

.blueHeader{
  font-family: arial;
  font-weight:bold;
  font-size  :18px;
  color:#0d6fba;
}

.greyHeader{
  font-family: arial;
  font-weight:bold;
  font-size  :16px;
  color:#999999;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :12px;
  color:162b6c;
  letter-spacing: 2px;
}

.SmallText{
  font-size  :10px;
}

HR {height:1px;color:#2d489f;border:0px;background:#2d489f;}

img { 
border: 0} 


