	body {
		background: #fff;
		font-family: verdana;
		font-size: 12pt;
		margin: 0;
		padding: 0;
		text-align: left;
	}
		
	#wrap {
  		background: #fff;
	}
	
	#
	
		
	/* common
	*************************************
	*/
	
	p {
		line-height: 150%;
		padding-right: 30px;
	}
	
	p.Q {
		background: transparent url(/images/Q.gif) top left no-repeat;
		padding-left: 30px;
		padding-right: 30px;
		font-weight: bold;
		color: #555;
		margin: 20px 0 0;
	}

	p.A {
		background: transparent url(/images/A.gif) top left no-repeat;
		padding: 0 30px 10px 30px;
		margin: 6px 0 0 0;
	}
	
	
	h1 {
		font-size: 18pt;
		color: #404D69;
	}
	
	h2 {
		font-size: 14pt;
		color: #C1C806;
	}


	h3 {
		font-size: 13pt;
		color: #555;
	}	
	
	#top, #nav, #footer, #left {
		display: none;
	}
	
	#print {
		font-size: 10pt;
		color: #555;
		border-top: 1px solid #555;
		margin-top: 30pt;
	}