.FieldDescText {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : bold;
	color : #333300;
}

p.FormErrorsHeader {	
	background-color : #ffff99;
	font-size : 125%;
	font-style : italic;
	font-weight : bold;
}

.FieldErrorText {
	font-family : "Times New Roman", Times, serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : bold;
	color : red;
}


td.FieldText {
	text-align: right;
	vertical-align: top;
}


td.FieldContent {
	margin-right: auto;
}

label.FieldLabelReq {
	color: red;
}

p.FormErrorMsg {
	color: red;
	font-weight: bold;
	font-size: 110%;
}

.dbMessage {
	color: red;
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
}