body        { color: black; font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, Verdana, Helvetica, sans-serif; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin: 0 }

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

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

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

.bold {
	font-weight: bold;
}

.boldred  { color: #f00; font-weight: bold }


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

.boldsml {
	font-weight: bold;
}

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

.txtsmlbold  { font-weight: bold; font-size: 9px }

.txtred {
	color: red;
}

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

.txtwhtbold {
	color: #FFFFFF;
	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;
}
.maroon { color: #800000 }
.red { color: red }
