body{
background-color:#FFFFFF;
font-family:"Gill Sans MT", Arial;
font-size:12px;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
h1{color: #FFFFFF;font-family:"Gill Sans MT", Arial;}
.txt {
	font-family:"Gill Sans MT", Arial;
	font-size: 12px;
	color: #000000;
	background-color:#ffffff;
	background-image:url('../images/txt.jpg'); background-repeat:no-repeat; background-position:top;
}
.fields {
	font-family:"Gill Sans MT", Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	height: 19px;
	width: auto;
}
.fieldsbox {

	font-family:"Gill Sans MT", Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	height: 40px;
	width: auto;
}
.submit {
	font-family:"Gill Sans MT", Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #CCCCCC;
	height: 19px;
	width: auto;
	border: thin ridge #000000;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
}

