	body
		{
		margin: 0;
		padding: 0;
		text-align: center;
		background-color: white;
		font-family: caslon pro, georgia, times new roman, serif;
		}
	
	h1 
		{
		font-size: 12pt;
		font-weight: bold;
		margin: 0em 0em -1em 0em;
		font-family: caslon pro, georgia, times new roman, serif;
		}

	ul li
		{
		font-weight: normal;
		}
	
	li.one
		{
		list-style: none;
		font-weight: bold;
		padding-left: 7px;
		padding-right: 3px;
		}
		
	a.one
		{
		font-size: 11pt;
		color: black;
		text-decoration: underline;
		}
		
	.textlogo
		{
		display: none;
		}
	
	.print-text
		{
		display: inline;
		font-family: helvetica, lucida grande, verdana, sans-serif;
		font-weight: bold;
		letter-spacing: 1.5px;
		font-size: 12pt;
		}
	
	#container
		{
		margin: 2em;
		width: 700px;
		text-align: left;
		background-color: white;
		border: none;
		}
	
	#header
		{
		margin-top: 25px;
		margin-bottom: 25px;
		}
		
		
	#menu
		{	
		display: none;
		}
	
	
	#leftcol
		{
		display: none;
		}
	
	#centercol	
		{
		margin-top: 35px;
		float: left;
		width: 410px;
		font-size: 11pt;
		text-align: justify;
		color: black;
		}
	
	#rightcol
		{
		margin-top: 87px;
		margin-left: 25px;
		margin-right: 15px;
		padding-left: 5px;
		float: left;
		width: 240px;
		font-size: 8pt;
		color: black;
		}
	
	#printfooter
		{
		margin-top: 10px;
		margin-bottom: 30px;
		float: left;
		clear: both;
		font-size: 10pt;
		color: black;
		}
		
	#footer
		{
		float: left;
		clear: both;
		font-size: 8pt;
		}
	
	#footer a
		{
		display: none;
		}
	