/* KC Laughlin rules adapted to Win NN5.x or later */
BODY, TABLE, TH, TD, UL, OL, P
	{ font-family: "Times New Roman", Times, serif; font-size: medium; color: #000000; }	/* NN5.x bug--inheritance */

/* fine print */
.aux { font-size: 70%; font-family: verdana, arial, helvetica, sans-serif; }

/*headings*/
H1 { font-size: 110%; font-weight: bold; font-family: "Times New Roman", Times, serif; color: 
	#000000; }
H2 { font-size: 100%; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #000000; }
H3 { font-size: 90%; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #000000; }
H4 { font-size: 80%; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #000000; }

/* superscripts */
SUP { vertical-align: super; font-size: 70%; }

/* links */
A:link, A:visited, A:active { text-decoration: none; }
A:link { color: #000066; }
A:visited { color: #666666; }
A:active { color: #003399; }
A:hover { text-decoration: underline; color: #999999; }

/* ordered lists */
.oLStyleType { list-style-type: lower-alpha; }

/* no bullet in list item */
.anchorDisc { list-style-image: none ; list-style-type: none; }
