body {
	background: #FFFFFF;
}
TD {
    color: #000000;
        font-style: normal;
        font-size: 12px;
        font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

P {
	color: #000000;
	font-style: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

SPAN {
	color: #000000;
	font-style: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.size9 {
	font-size: 9px;
}

.size10 {
	font-size: 10px;
}
	
.bold10 {
	font-weight: bold;
	font-size: 10px;
}

.size11 {
	font-size: 11px;
}

.bold11 {
	font-weight: bold;
	font-size: 11px;
}	
	
.bold12 {
	font-weight: bold;
}

.header1 {
	color:#330000;
	font-weight:bold;
}

.header2 {
	color:#000000;
	font-weight:bold;
}

.header3 {
	color:#000000;
	font-weight:bold;
}

.subhead1 {
	font-size:11px;
	color:#330000;
	font-weight:bold;
}

.subhead2 {
	font-size:11px;
	color:#000000;
	font-weight:bold;
}

a:active {
	color:#990000;
	text-decoration: underline;
	outline: none; 
}

a:link {
	color:#990000;
	text-decoration: underline;
	outline: none; 
}

a:visited {
	color:#999966;
	text-decoration: underline;
	outline: none; 
}

a:hover {
	color:#990000;
	text-decoration: underline;
	outline: none; 
}

