/* General Style Sheet, written in CSS (not HTML) */

/* Named styles (classes) for the <A> tag: */
/* Example usage:  <a class=ital href=docname.htm >Click Here</a>  */
	A.und	{color: blue; text-decoration: underline}
	A.blu	{color: blue; text-decoration: none}
	A.hid	{color: black; text-decoration: none}
	A.ital	{color: black; text-decoration: none; font-style: italic}
	A.menu	{color: black; text-decoration: none}


/* General styles: */
	P	{font-family: Arial, Helvetica, sans-serif; font-size: small }
	TD	{font-family: Arial, Helvetica, sans-serif; font-size: small }
	TH	{font-family: Arial, Helvetica, sans-serif; font-size: small }

/* Combination styles: */
	SPAN.menublock TD
		{text-align: center;  
		font-family: Arial, Helvetica, sans-serif; font-size: small; font-weight: bold }
