/* Main Styles */
td,body{
  font: normal 12px arial;
  color:#ffffff;
  text-decoration:none;
}

body {
  background-color:#067efe;
}
hr {
	height:0px; border-top:1px dashed #ffffff; border-bottom:none; background-color:none; width:100%; margin-bottom:24px !important; margin-bottom:0;
}

input, textarea {
	background-color:#dddddd;
	border:1px dotted #666666;
	font-size:9px;
	color:#333333;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5px;
}
/* Links */
a{
  color:#333333;
  text-decoration:none
}
a:hover{
  color:#ffffff;
  text-decoration:underline;
}

h2,.Header   {
  font-size  :28px;
  font-family:"Times New Roman", Times, serif;
  color:#ffffff;
}

h3,.SubHeader{
  font-size  :18px;
  font-family:"Times New Roman", Times, serif;
  color:#ffffff;
}

.SmallText{
  font-size  :10px;
}



