body {
	background: url(../images/header.gif) no-repeat black;
	padding-top: 100px;
}
a, a:hover, a:visited {
  color: #64AAD2;
  border-bottom: none;
  text-decoration: none;
  marks: none;
}
a:hover {
  border-bottom: 2px solid #64AAD2;
  marks: none;
}
.titleText {
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 16px;
	color: white;
	margin-bottom: 20px;
}
.blackinput {
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold; 
	color: white; 
	background-color: black;
	vertical-align: middle;
}
.blacksubmit {
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold; 
	color: #64AAD2; 
	border-bottom: none;
	text-decoration: none;
	display: none;
}




