@charset "utf-8";
.whitetext {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
a:hover {
	color: #990066;
	text-decoration: underline;
}
.formtext {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	height: 14px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFFFFF;
}
.formtext2 {
	color: #993300;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #993300;
	font-size: 10px;
}

.bluetext {
	font-size: 12px;
	line-height: 18px;
	color: #003399;
	text-decoration: none;
}
.browntext {
	font-size: 12px;
	color: #63431D;
	text-decoration: none;
}
