.mattertxt {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a.mattertxt:Hover {
	text-decoration: underline;
}

.footertxt {
	font-family: Tahoma;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
.lrborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

.lrbborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-color: #000000;
}
.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333000;
	height: 22px;
	width: 175px;
	background-color: #E7E7DA;
	border: 1px solid #999966;

}
.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333000;
	height: 120px;
	width: 175px;
	background-color: E7E7DA;
	border: 1px solid #999966;

}
.formbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 333300;
	background-color: #E7E7DA;
	height: 25px;
	width: 75px;
	border: 1px solid #999966;
}