/* Article display stylesheet. */
img.noBorder { border: none; }
img.defaultBorder { border: 1px solid; }

td.articleSection { padding-bottom: 10px; padding-top: 7px}
div.articleFooter {
	font-size: 90%;
	font-style: italic;
	text-align: right;
}

table.articleInfo { border: 1px solid #000000; }
td.articleInfoTitle { text-align: right; }
td.articleInfoContent { padding-left: 10px; font-weight: bold; }
td.articleInfoBar2 { padding-left: 30px; }

div.articleEvaluate { font-weight: bold; }

/* Paragraph section. */
div.aspColumnControls {
	background-color: #CCCCCC;
	border: 1px #999999 solid;
	padding: 3px 5px 2px 2px;
	text-align: right;
}

/* Header section. */
hr.ashLine {
	border-top-style: solid;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 100%;
}

table.paragraph {
	line-height: 1.25em;
}

div.basicParagraph {
	line-height: 1.25em;
}