.greyButton {
	width:175px;
	height:30px;
	background-color:#EEEEE8;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	text-align: center;
	font-weight:bold;
	vertical-align:middle;
}
a.greyButton:link, a.greyButton:active, a.greyButton:visited {
	text-decoration:none;
	color:#54565b;
}
a.greyButton:hover {
	text-decoration:underline;
	color:#54565b;
}
.spacer10 {
	height:10px;
}
.spacer30 {
	height:10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.required {
	color: red;
}
a.pictureImage:hover, a.pictureImage:visited, a.pictureImage:link, a.pictureImage:active {
	color: #7e7356;
}
.pictureImage {
	color: #7e7356;
}

