A:{
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
A:HOVER {
	color : Red;
}

A:ACTIVE {
	color : Red;
}


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;
}

#arialfont{
	font-size: 9pt;
	font-family : Arial, Helvetica, sans-serif;
}

#comicfont{
	font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
}