table.maintable td:first-child {
   text-align: right;
   font-weight: bold;
   width: 40%;
}

.infoText {
   font-style:italic;
   font-size: smaller;
}
.errorText {
	color: red;
	font-style: normal;
}
.warningText {
	color: orange;
	font-style: normal;
}
.successText {
	color: green;
	font-style: normal;
}
.importantText {
	font-style: normal;
	font-weight: bold;
}
.veryImportantText {
	color: red;
	font-style: normal;
	font-weight: bold;
}
.clearText {
   font-family:"Lucida Console", Monaco, monospace;
}