body {
	background-color: #9A0000;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.link1 {
	font-size: 14px;
	font-weight: bold;
	color: #9a0000;
	text-decoration: none;
}
.littlewhite {
	font-size: 11px;
	color: #FFFFFF;
}
.grouplink {
	color: #FFFFFF;
	text-decoration: underline;
}
.indent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.redlet {
	color: #9A0000;
}
.bigred {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #9A0000;
}
.menutitles {
	font-size: 24px;
	font-weight: bold;
	color: #9A0000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	letter-spacing: 4px;
}
.floatright {
	float: right;
	height: 199px;
	width: 250px;
	border: 1px solid #000;		
}
form {
	margin: 0px;
	padding: 0px;
}
label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
label,textarea {
	display: block;
	width: 230px;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: left;
	width: 200px;
	padding-left: 1px;
}
label.hidden {
	position: absolute;
	left: -1600px;
}
.button {
   cursor: pointer;
   background-image: url(images/submit.png);
   height: 25px;
   width: 75px;
   border-top-style: none;
   border-right-style: none;
   border-bottom-style: none;
   border-left-style: none;
   display: block;
   background-color: transparent;
   line-height: 999px; /* Set it higher than your image height */

        overflow: hidden; /* Hide the text */

        font-size: 0; /* FF2 doesn't like the above */	

}