	body {
		font-size: 12px; 
		font-family: serif;
		line-height: 15px;
		letter-spacing:0pt;
	}
	
	a, a:visited, a:link, a:active {
		text-decoration:none;
		color:#518ACA;	
		color:#000000;		
	}
	
	a:hover {
		background-color:#efefef;
	}
	
	.header {
		font-size: 24px;
		font-weight:bold;
		padding-top:10px;
	}
	
	.subHeader {
		color: #808080;
		margin:4px 0px 0px 20px;
		letter-spacing:1px;
	}
	
	#ownership {
		padding-left:30px;		
	}
	
	#ownership th {
		font-weight: bold;
		text-align:left;
		vertical-align:bottom;
	}
	
	#ownership td {
		vertical-align:top;
	}
	
	#content {
		width:1100px;
		overflow:auto;
		min-height:300px;
		padding:7px 0px 0px 17px;
	}