/* Main Styles */
td,body{
  font: normal 12px arial;
  color:#666666;
  text-decoration:none;
}

input, textarea {
background-color:#cccccc; border:1px solid #666666; font-size:10px;
}

hr {
	height:0;
	border-top:1px dashed #224072;
	border-bottom:none;
}

/* Links */
a{
  color:224072;
  text-decoration:none;
}
a:hover{
  color:224072;
  text-decoration:underline;
}

h2,.Header   {
font-family:"Times New Roman", Times, serif;
  font-size:22px;
  color:#224072;
}

h3,.SubHeader{
font-family:"Times New Roman", Times, serif;
  color:#224072;
  font-size  :16px;
  line-height:29px;
}

.SmallText{
  font-size  :9px;
}
