/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY
	{ 
	}

BLOCKQUOTE.summary {	font-family: Geneva, Syntax, Helvetica, Arial, sans-serif;
			font-size: 9pt;
			color:#222;
			line-height:15px;
			background-color:#EEE;
			border: 1px solid #222;
			padding: 5px;
			margin-left: 30px;
			margin-right: 75px;
}

