.boldtext {
	font-weight: bold;
	text-align: justify;
	text-indent: 10px;
}
.celltitle {
	background-repeat: no-repeat;
	background-position: center bottom;
}
.prettycell {
	padding: 8px;
	font-weight: bold;
	text-align: justify;
	text-indent: 15px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #006600;
	border-left-color: #006600;
	background-color: #FFFF99;
}
.subtitle {
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: bold;
	text-align: left;
	text-indent: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top-color: #000000;
	border-top-style: groove;
	border-top-width: 1px;
	font-size: 12px;
	color: #000000;
}
.formlabel {
	font-weight: bold;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.formfield {
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000FF;
}
.successtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #009900;
	text-align: center;
}
.errortext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
.caption {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
.formlabelcenter {

	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 2px;
}
.formfieldcenter {

	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000FF;
}
.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.error {
	color: #E92D25;
}
