body {
	background-color: #000000;
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #000;
}

.footer {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #ccc;
}

.info {
	font-size: 16px;
}

.title {
	font-size: 22px;
	color: #5d57a4;
	height: 44px;
	vertical-align: top;
}

A:link { text-decoration: underline; color: #5d1fbc; }
A:visited { text-decoration: underline; color: #5d1fbc; }
A:hover { text-decoration: none; color: #5d1fbc; }
A:active { text-decoration: underline; color: #5d1fbc; }

.fieldDropDown {
	font-family: Tahoma;
	font-size: 14px;
	color: #006699;
	background-color: #fff;
	border: 1px solid #6699CC;
}

.fieldState {
	font-family: Tahoma;
	font-size: 14px;
	color: #000;
	background-color: #edebff;
	border: 1px solid #bfc3ce;
	width: 30px;
	height: 18px;
}

.fieldZip {
	font-family: Tahoma;
	font-size: 14px;
	color: #000;
	background-color: #edebff;
	border: 1px solid #bfc3ce;
	width: 50px;
	height: 18px;
}

.fieldShort {
	font-family: Tahoma;
	font-size: 14px;
	color: #000;
	background-color: #edebff;
	border: 1px solid #bfc3ce;
	width: 105px;
	height: 18px;
}

.fieldMedium {
	font-family: Tahoma;
	font-size: 14px;
	color: #000;
	background-color: #edebff;
	border: 1px solid #bfc3ce;
	width: 200px;
	height: 18px;
}

.fieldLong {
	font-family: Tahoma;
	font-size: 14px;
	color: #000;
	background-color: #edebff;
	border: 1px solid #bfc3ce;
	width: 300px;
	height: 18px;
}

.textarea {
	font-family: Tahoma;
	font-size: 14px;
	color: #000;
	background-color: #edebff;
	border: 1px solid #bfc3ce;
	width: 300px;
	height: 100px;
}

.button {
	font-family: Tahoma;
	font-size: 16px;
	color: #fff;
	background-color: #26243f;
	border: 1px solid #fff;
	padding-bottom: 2px;
}