body { 
	font-family: Verdana, Helvetica, Arial, sans-serif; color: black; background: rgb(51, 102, 153); }
	ul.normal {
		font-size: 9pt;
		list-style-type: square;
		color: rgb(51, 102, 153); }
	ol.normal {
		font-size: 9pt;
		color: rgb(51, 102, 153); }
	:link { text-decoration: underline; font-weight: normal; color: rgb(51, 102, 153); }
	:visited { text-decoration: underline; font-weight: normal; color: rgb(51, 102, 153); }
	:active { text-decoration: underline; font-weight: normal; color: rgb(51, 102, 153); }
	:hover { text-decoration: underline; font-weight: normal; color: rgb(255, 153, 0); }
	a.plain { text-decoration: none; }
	p.ttl { font-size: 72pt; font-weight: normal; color: rgb(51, 102, 153); }
	p.subttl { font-size: 16pt; font-weight: bold; color: rgb(51, 102, 153); }
	p.hd { font-size: 16pt; font-weight: normal; color: rgb(51, 102, 153); }
	p.subhd { font-size: 10pt; font-weight: bold; color: rgb(51, 102, 153); }
	p.emph { font-size: 9pt; font-weight: normal; color: rgb(51, 102, 153); }
	.dropcap { font-size: 180%; font-weight: normal; }
	p.dark { font-size: 9pt; font-weight: bold; color: rgb(51, 102, 153); margin-bottom: 5px;  margin-top: 0; text-indent: 0; }
	p.normal { font-size: 9pt; font-weight: normal; color: rgb(51, 102, 153); margin-bottom: 20px;  margin-top: 0; text-indent: 0em; }
	p.cpy { font-size: 8pt; color: rgb(51, 102, 153); }
	p.jump { font-size: 7pt; color: rgb(51, 102, 153); }
	p.mast { font-size: 8pt; color: rgb(51, 102, 153); }
	p.box { font-size: 9pt; font-weight: normal; color: rgb(51, 102, 153); }
	p.breakout { font-size: 10pt; font-weight: bold; color: rgb(51, 102, 153); text-align: left; font-style: normal; }
	p.attrib { font-size: 9pt; font-weight: normal; color: rgb(51, 102, 153); text-align: right; font-style: italic; }
	table.main { 
		border-left: rgb(0, 0, 0) 1px solid; 
		border-right: rgb(0, 0, 0) 3px solid; 
		border-bottom: rgb(0, 0, 0) 3px solid;
		background-color: #FFFFFF; }
	div.box { 
		float: left;
		margin: 5px;
		padding: 5px;
		border: rgb(255, 255, 255) solid;
		border-width: 1px;
		width: 30%; }
	div.jump {
		float: left;
		margin: 5px;
		padding: 5px;
		border: rgb(204, 204, 255) solid;
		border-width: 1px;
		width: 30%; }
	div.breakout {
		float: left;
		margin: 5px;
		padding: 5px;
		border: rgb(204, 204, 255) solid;
		border-width: 1px;
		width: 25%; }
