<!--
body {	
	background-color:#FFF;
	width:480px;
	position:center;
	line-height: 150%;
	background-image:url('/backgrounds/abcblocks_three_bak.jpg');
	background-repeat:repeat-y;
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin-left:auto;
	margin-right:auto;
	} 

h1 {
	font-size:18pt;
	font-weight:bold;
	background-color: white;
	padding: 10px;
}
h2 {
	font-size:15pt;
	font-weight:bold;
	background-color: white;
	padding: 10px;
	}
h3 {
	font-size:13pt;
	font-weight:bold;
	background-color: white;
	padding: 10px;
	}
	
p  {
	background-color: white;
	padding: 10px;
	}

a {
text-decoration:none;
	}
a:hover {
text-decoration:underline;
color:#030;
	}
a:visited {
text-decoration:none;
color:#666600;
	}
	
.navLinks {
font-size:10px;
text-align:right;
font-weight:bold;
	}	
	
.set_images {
	border:10px solid white;
	position:relative;
	float:left;
	left:-190px;
	margin-right:-110px; 
	line-height:120%;
	font-size:8pt;
	text-align:center;
	font-weight:bold;
	background-color:#ffffff;
	page-break-inside: avoid;
   }


.pull_quote{
	float:right;
	width:200px;
	padding:10px;
	margin:4px 6px 6px 10px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12pt;
	line-height:1.5;
	font-weight:bold;
	color:#000000;
	text-align:right;
	border:2px solid black;
	}

//-->