/* Main Styles */
td,body{
  font: normal 12px arial;
  color:333;
  text-decoration:none;
}

body{
	background-attachment : fixed;

}

/* Links */
a{
  color:FF0000;
}
a:hover{
  color:036;
}

h2,.Header   {
  font-weight:bold;
  font-size  :14px;
  color:#4749C9;
  letter-spacing: 2px;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :13px;
  color:#FF0000;
}

.SmallText{
  font-size  :10px;
}


