/* chw.css - the base style sheet */

/* base font; !SPAN */
BODY, TABLE, TH, TR, TD, CAPTION,
P, DIV, DL, OL, UL, DT, DD, LI,
.base {
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #000000;
}

/* aesthetics; !DIV */
P {
	text-align: justify;
}

/* aesthetics */
A { 
	font-weight: bold;
}

/* major headings approximate News Gothic Demi Bold BT */
H1, H2 {
/*	font-family: "NewsGoth Dm BT" - "corporate"; neither this nor "NewsGoth BT" is browser-proof */
/*	font-family: "News Gothic MT" - MS Win 98; perfect... with negative fractional letter-spacing */
/*	font-family: "Franklin Gothic Medium" - MS Office; letter-spacing as per Arial */
	font-family: "Franklin Gothic Medium", "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
}

/* minor headings approximate Arial */
H3, H4, H5 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
}

/* chaser - initial positioning */
#Chaser {
	position: absolute;
	top: 450px;
	left: 10px;
	width: 172px;
}

