.grayheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: 918961;
}
.white-table-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
.textbold {
	font-weight: bold;
}
.textboldred {
	font-weight: bold;
	color: #FF0000;
}
.textital {
	font-style: italic;
}
.textbolditalred {
	font-weight: bold;
	color: #FF0000;
	font-style: italic;

}
.textitalsmall {
	font-style: italic;
	font-size: small;

}
.textitalxsmallgreen {
	font-style: italic;
	font-size: small;
	color: 75a269;

}
.textgreen {
	color: #75a269;
}
.textgreenbold {
	color: #75a269;
	font-weight: bold;

}
.textsansxxsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000099;

}
