/* CSS Document */
.bqend {font-size: 300%; }
.bqend {	position: absolute;
	margin-top: -0.6em;
	right: 10px;
	text-indent: 0;
}
.bqstart {font-size: 300%; }
.bqstart {
	text-indent: 0;
	float: left;
	position: relative; /* relative positioning to stop from disappearing in IE when the blockquote has a background color - probably peek-a-boo or something */
	margin-top: -0.6em;
	margin-right: 0px;
	margin-bottom: -2em;
	margin-left: -.8em;
}
