/* Styles used on individual articles */
.caption, .oldCaption1, .oldCaptionBottom {
	font-size:10px;
	color:#800;
}
.caption {
	text-align:center;
}
.oldCaption1 {
	text-align:right;
	margin-bottom:4px;
}
.oldCaptionBottom {
	text-align:center;
	margin-top:15px;
}
.articleImageLeft {
	float:left;
	margin:0 1em 1em 0;
}
.articleImageRight {
	float:right;
	margin:0 0 1em 1em;
}
img.articleImageLeft, img.articleImageRight, .articleImageLeft img, .articleImageRight img {
	border-style:none;
}
.author {
	margin-top:1.5em;
}
.headline {
	margin-bottom:2px;
}
.byline {
	font-weight:bold;
	color:#779;
	font-size:smaller;
	margin-top:2px;
}
.dateWritten {
	font-style:italic;
	font-weight:normal;
}
.pullquote {
	font-family:Tahoma,serif;
	font-size:1.5em;
	color:#669;
}

.copyright {
	font-size:10px;
	font-family:verdana;
}

/* Suppress default table borders for old articles that use tables for layout */
.articleBody table, .articleBody td {
	border-style:none;
}

/* Styles used on the article index pages */
.articleControls {
	margin-bottom:6px;
}
tr.alternatingRow {
	background-color:#F6F6F6;
}
.articleLegend {
	line-height:24px;
}


div#justcollect table {
border-collapse:collapse;width:0px;
}
