/* web form styles below */
/*.formfield {
	font-weight: normal;
	background-color: Whitesmoke;
	border-color: #39378E;
	border: 1px #cccccc inset;
	text-decoration: none;
	vertical-align: middle;
}
.formcopy {
	font-size: 11px;
	letter-spacing: 1pt;
}
.multiline_formfield {
	font-weight: normal;
	background-color: WhiteSmoke;
	border-color: #39378E;
	border: 1px #cccccc inset;
	text-decoration: none;
	vertical-align: middle;
}
.pulldown {
	font-weight: normal;
	background-color: WhiteSmoke;
	border-color: #39378E;
	border: 1px #cccccc solid;
	text-decoration: none;
	vertical-align: middle;
}
.GalaButtons {
	font-weight: normal;
	background-color: WhiteSmoke;
	border-style: Solid;
	border-width: 1pt;
	border-color: silver;
	text-decoration: none;
	margin: 2px;
	padding: 4px;
	width: auto;
	font-style: normal;
	text-align: center;
}
.Galabuttons:hover {
	font-weight: bold;
	background-color: WhiteSmoke;
	border-style: Solid;
	border-width: 1pt;
	border-color: Black;
	text-decoration: none;
	margin: 2px;
	padding: 4px;
	width: auto;
	font-style: normal;
	text-align: center;
}*/