/* Generic header cell */
div.hcl {
        color: #808080;
}


/* Generic content cell */
div.ccl {
	background-color: #d4eaff;
}

/* Generic button cell */
div.bcl {
	background-image: url(bg_bcl.png);
	line-height: 140%
}

/* Quote */
blockquote {
	border: 1px dashed #000000;
	margin: 5px;
        color: #006600;
	display: block;
	background-color: #aaddaa;
	padding-left: 0.5em;
}

blockquote:before {
	content: "\201C";
	color: #77cc77;
	display: block;
	height: 20px;
	margin-left: -0.3em;
	font-family: times new roman,serif;
 	font-weight: bold;
	font-size: 400%;
}

span.quoteauthor {
	font-weight: bold;
}