/* CSS Document */
	body {
			font-family: arial, sans-serif;
			font-size: 11pt;
			background: white;
		}
	#banner {			
			padding: 0;
			margin-bottom: 0px;		
		}
	#container,#content {
		width: auto; 
		margin: 0;
		padding: 0; 
		border: none;
		float: none !important;
		color: black; 
		background: transparent;	
	}	
	#sidebar-a {
		display: none;
	}
	#footer {
		display: none;				
	}		
	h1 {
	font-size: 18pt;
	color: black;
	margin: 15pt 0 0 0;
	}		
	h2 {
		color: black;
		font-size: 20px;
		font-weight: normal;
		padding: 5px 0 5px 0;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
		border-top-width: 1px;
		border-bottom-width: 1px;
	}	
	p.seriestitle {
		color: gray;
		font-size: 12pt;
		font-weight: normal;		
	}
	h3{
		font-size: 11pt;
		font-weight: bold;
		color: black;
		padding: 5px 0 0px 0px;
		}	
	a:link, a:visited {
   		color: black;
	   	background: transparent;
   		font-weight: bold;
	   	text-decoration: underline;
   }
   p {
	   line-height: 14pt;
   }
