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

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;
}
.headerred  { color: red; font-weight: bold; font-size: 18px; font-family: Arial, Helvetica, sans-serif }

.headermaroon  { color: maroon; font-weight: bold; font-size: 22px; font-family: Verdana, Arial, Helvetica, sans-serif }
.headernavy  { color: navy; font-weight: bold; font-size: 16px; font-family: Arial, Helvetica, sans-serif }

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

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

.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;
}

.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;
}
.red { color: #e00 }
