.imagebox {
	background-color: #CCC;
	text-align: center;
}
.textleft {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCC;
	text-align: left;
}
.buttonbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	color: #666;
	background-color: #FFF;
	text-align: left;
	padding: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	font-variant: normal;
}
.plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
