<style type="text/css" media="screen">
body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}
	  
		html { font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

	font-weight: normal;
	color: #666666;
	text-align: left;
	margin-bottom: 4px;
	margin-top: 5px;
	text-decoration: none;
}
		#heading {
			display: block;
			text-align: center;
			margin-bottom: 1em;	
		}
		
		
		#heading * {
			display: inline;
			padding: 4px;
			user-select: none;
			cursor: pointer;
			vertical-align: middle;
		}
		#heading li.active {
			background-color: #eeeeee;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-opera-border-radius: 3px;
			-moz-border-radius: 3px;
		}
		
		#wrapper { 	background-color:#eeeeee; width: 100%;}
		
		#panes {
			text-align: justify;
			border-style: none;
			/*width: 245px;*/
			padding-top: 5px;
			padding-bottom: 5px;
			margin: 0 0 0 0;
			  background-color:#eeeeee;
		}
		
		#panes p {
		  width: 850px;
		  margin: 0 auto 0 auto;
		  line-height: 1.2em;
		  background-color:#eeeeee;
			padding-bottom: 5px;
		}
		
		#panes div div { overflow: hidden; }
		
		#articles {
		width: 850;
		margin: auto;
		}
		
		
		#previous { float: none; cursor: pointer; }
		#next { float: none; cursor: pointer; }
.style1 {font-size: 11px; line-height: 16px; font-weight: normal; text-align: left; margin-bottom: 4px; margin-top: 5px; text-decoration: none; font-family: Arial, Helvetica, sans-serif;}
</style>