/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
	body {
	background-image: url(../IMAGES/bodygrad.jpg);
	background-repeat: repeat-x;
	}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #990000;
		}
	a {
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	text-decoration: none;
	color: #990000;
	}
	a:link {
		text-decoration: none;
	}
	a:visited {
		color: #990000;
	}
	a:hover {
		color: #FF0000;
		text-decoration: underline;
	}
	a:active {
	}
	
	.PageHeading {
	text-align: center;
	font-style: italic;
	font-weight: normal;
	vertical-align: top;
	color: #990000;
	text-transform: capitalize;
	text-decoration: none;
	font-family: "Comic Sans MS";
	font-size: xx-large;
	}
	



#MailForm {
	background-color: #F4EACF;
	width: 100%;
	left: 282px;
	top: 140px;
	height: 100%;
}
.subhead {
	font-size: 18px;
	font-weight: bold;
	font-family: "Comic Sans MS";
	font-style: normal;
	font-variant: normal;
}
.inputlabel {
	height: 43px;
	width: 120px;
	position: absolute;
	text-align: right;
	left: 4px;
	top: 2px;
}
.forminput {
	position: absolute;
	height: 25px;
	width: 120px;
	left: 125px;
}
#wrapper {
	height: 550px;
	width: 100%;
	margin: 0px auto;
	position: absolute;
}
.yellow {
	background-color: #FFFF00;
	color: #990000;
	font-weight: bold;
}
.replyheading {
text-align: center;
	font-style: italic;
	font-weight: normal;
	vertical-align: top;
	color: #990000;
	text-transform: capitalize;
	text-decoration: none;
	font-family: "Comic Sans MS";
	font-size: xx-large;
}
.titleheading {
text-align: center;
	font-style: italic;
	font-weight: normal;
	vertical-align: top;
	color: #990000;
	text-transform: capitalize;
	text-decoration: none;
	font-family: "Comic Sans MS";
	font-size: xx-large;
}
.instructions {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.centrebutton {
	text-align: center;
}
#formtable {
	position: relative;
	margin: 0px auto;
}

#formwrapper {
	position: relative;
	height: 100%;
	width: 80%;
	font-family: "Comic Sans MS";
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0px auto;
	border: 5px groove #f4eacf;
	background: #f4eacf;
}
#formfooter {
	text-align: center;
	width: 749px;
	font-size: 12px;
	height: 36px;
	bottom: 7px;
	left: 5px;
}
.formbutton{
	background: #F4EACF;
	color: #990000;
	border: 1px groove #990000;
	font-weight: bold;
}
