A:HOVER {
	color : #CE0000;
}

A:ACTIVE {
	color : #6689CD;
}

BODY {
	color : Black;
	background-image : url(pics/bkgrd.gif);
}

B,P,H5,H6,UL,OL {
	font-family : Arial, Helvetica, sans-serif;
}
	
P {
	text-align : justify;
	font-size: 9pt;
}

H5,H6 {
	font-variant : normal;
	font-size: 12pt;
}

H5 {
	font-weight : bold;
}

H6 {
	font-weight : normal;
}

UL {
	list-style-type : circle;
}


#nojust {
	text-align : left;
}

#rtjust {
text-align: right;
}

#hilite1{
	color : #CE0000;
}

#hilite2 {
	color: Teal;
}

#2level{
	list-style-type : disc;
}

#smaller{
	font-size: smaller;
}

#larger1{
	font-size: 11pt;
}