p.hed	/* Article headlines */
	{color: #006;
	font-family: Tahoma, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	}

p.dek	/* Article deks, also in spans */
	{color: #900;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	}

p.subhed	/* Article subheads, also in spans */
	{color: #006;
	font-family: Tahoma, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	}

p.text	/* Body text, also in spans */
	{font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	text-indent: 1em;
	}

p.text2	/* Body text, no indent, also in spans */
	{font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	}

p.sbt	/* Sidebar text, also in spans */
	{color: #000;
	font-family: Tahoma, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	}

p.cb_sbt	/* Citybeat sidebar text, also in spans */
	{color: #000;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	}

p.sbh	/* Sidebar head, also in spans */
	{color: #900;
	font-family: Tahoma, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	}

p.byline	/* Byline */
	{color: #808080;
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	}

p.endtag	/* Ending tag, also in spans */
	{color: #808080;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	}

p.byline2	/* Byline, not used */
	{font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic
	}

p.author	/* Author */
	{color: #808080;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	}


/* Spans */

span.author	/* Author */
	{color: #808080;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	}

span.byline	/* Byline */
	{color: #808080;
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	}

span.category	/* Category */
	{color: #006;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	}

span.hed	/* Article headlines */
	{color: #006;
	font-family: Tahoma, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	}

span.subhed	/* Article subheads, also in p */
	{color: #900;
	font-family: Tahoma, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	}

span.dek	/* Article deks, also in p */
	{color: #900;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	}

span.text	/* Body text */
	{color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	text-indent: 1em;
	font-weight: normal;
	font-style: normal;
	}

span.text2	/* Body text, no indent, also in p */
	{color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	}

span.sbt	/* Sidebar text, also in p */
	{color: #000;
	font-family: Tahoma, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	}

span.sbh	/* Sidebar head, also in p */
	{color: #900;
	font-family: Tahoma, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	}

span.cb_sbt	/* Citybeat sidebar text, also in p */
	{color: #000;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	}

span.endtag	/* Ending tag, also in p */
	{color: #808080;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	}


/* Miscellaneous */

#dc:first-letter	/* Dropcaps */
	{font-size: 400%;
	color: #006;
	font-weight: bold;
	float: left;
	}

p.blab	/* Blab link text */
	{font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 8pt;
	font-style: italic;
	text-align: center
	}