/* CSS Document */


body {
	background-color: #94939B;
	margin: 0px;
	padding: 0px;
	font-family: "trebuchet ms", arial, verdana, sans-serif;
	}

#sendButton {background-color:#C4CAAC
}

#reset {background-color:#C4CAAC
}



.grey {
background-color: #C4CAAC
}



a:link {
	color:#92B2B1;
	font-size:12px;
	font-style: normal;
}
a:visited {color:#3E3A47}
a:hover {color:#C1DCD7}



.largeText {
font-family: "Eras Demi ITC"; font-size: 18px; color: #AEB871;
}
.standardText {
	font-family: "Microsoft Sans Serif", "Gill Sans MT";
	font-size: 12px;
	color: #AEB871;
	font-weight: bold;
}
.mediumText {
font-family: "Eras Demi ITC"; font-size: 14px; color: #AEB871;
}

#disclaimer {
	font-family: "Lucida Sans";
	font-weight: bold;
	font-style: normal;
	color: #666600;
	font-size: 12px;
	visibility: visible;
}
