	* {
		padding: 0px;
		margin: 0px;
		}
	
	body  {
		font-family: verdana, arial, sans-serif;
		font-size: 11px;
		height: 100%;
		}
	
	#header {
		display: none;
		}	
	
	#mainNav {
		display: none;		
		}
	
	#content	{
		vertical-align: top;
		padding: 8px;
		}
	
	#content p
		{
		margin: 6px 0 0 0;
		}
	
	#content p.indent
		{
		margin: 6px 0 0 12px;
		}
		
	#content h2
		{
		color: #000066;
		font-size: 16px;
		font-weight: bold;
		}
	
	#content h3
		{
		color: #000066;
		font-size: 14px;
		font-weight: bold;
		margin: 10px 0 2px 0;
		}
		
	#content h4
		{
		color: #000066;
		font-size: 12px;
		font-weight: bold;
		margin: 8px 0 0 0;
		}
	
	#content h5
		{
		margin: 8px 0 0 0;
		}
	
	#content th
		{
		color: white;
		background: #000066;
		font-weight: bold;
		}
	
	#content ul, ol
		{
		margin: 6px 0 6px 20px;
		}
		
	#content li
		{
		margin-top: 6px;
		}
		
	.textBox
		{
		border: 1px solid gray;
		padding: 12px;
		margin: 20px;
		}
	
	#footer  {
		clear: left;
		padding: 10px;
		background: white;
		}
		
	.highText	{
		font-weight: bold;
		}
		
	.empText, dt	{
		font-style: italic;
		}
		
	dt	{
		margin: 10px 0 0 0;
		}
		
	hr 
		{
		margin: 12px 0 12px 0;
		text-align: center;
		}
			
	.infoTable td {
		text-align: top;
		}
	
		
	
		