/* normal: most regular body text */
.normal {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

/* header: heading text */
.header {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 21px;
	color: #333366;
}

/* header: heading text */
.header {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}

/* header2: smaller heading text */
.header2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #000099;
}

/* normal: most regular body text */
.subheader {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
}

/* fieldname: regular text within column or row title sections */
.fieldname {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #333333;
}

/* fieldname: regular text within column or row title sections */
.fieldnamebar {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: white;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #DBDBF1;
}

/* databack: background color for data areas */
.databack {
	background-color: #e0e0f7;
}
