		body {
			background-color: #fff;
			text-align: center;
		}
		
		body, div, td {
			font-family: georgia, californian fb, times new roman, serif;
			font-size: 11pt;
			line-height: 140%;
			color: #000;
		}
		
		div {
			text-align: left;
		}
		
		a:link, a:visited, a:active {
			color: #228B22;
			text-decoration: none;
		}
		
		a:hover {
			background-color: #d3e8d3;
			color: #228B22;
		}
		
		a.current:link, a.current:visited, a.active:link {
			background-color: #d3e8d3;
			color: #228B22;
		}
		
		.wrapper {
	width: 760px;
	margin-left: 0px;
	margin-right: auto;
	border: 1px solid #999;
	padding: 0px;
		}
		
		.left-content {
			float: left;
			margin-right: 20px;
		}
		
		.top-content {
			text-align: right;
			font-size: 14pt;
		}
		
		.globalnav {
			 width: 100%;
			 padding: 10px 0px;
			 text-align: center;
			 letter-spacing: .15em;
			 border-bottom: 1px solid #999;
			 margin: 0px;
			 text-transform: uppercase;
			 font-size: 7pt;
			 line-height: 180%;
			 color: #999;
		}
		
		.footer {
	text-align: center;
	margin-top: 20px;
	padding: 0px;
			font-size; 8pt;
	width: 760px;
		}
		
		.bio {
			float: right;
			margin: 6px 0px 4px 15px;
		}
