body     { color: navy; font-size: 13px; font-family: arial, Helvetica, Geneva, Swiss, SunSans-Regular, Verdana, Helvetica, sans-serif }

td {
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Verdana, Helvetica, sans-serif;
}

.header {
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

.hdrblue  { color: navy; font-weight: bold; font-size: 20px; font-family: Arial, Helvetica, sans-serif }

.hdrwht   { color: white; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, sans-serif }
.headerwht    { color: white; font-weight: bold; font-size: 22px; font-family: Arial, Helvetica, sans-serif }

.bold {
	font-weight: bold;
}

.boldred  { color: red; font-weight: bold }

.boldlge {
	font-weight: bold;
	font-size: 13px;
}

.boldsml {
	font-weight: bold;
}

.txtlge {
	font-size: 13px;
}
 
.txtsml {
	font-size: 9px;
}
.txtsml1 {
	font-size: 11px;
}

.txtred {
	color: red;
}

.txtredbold {
	color: red;
	font-weight: bold;
	font-size: 13px;
}

.txtgreen {
	color: green;
}

.txtgreenbold {
color: green;
font-weight: bold;
font-size: 13px;
}

.txtsoft {
	color: #696969;
	font-weight: bold;
	font-size: 13px;
}

.indent {
	margin-left: 35px;
}

.indentbold {
	font-weight: bold;
	margin-left: 35px;
}
.italic { font-style: italic }
