.mainsub   {
  font-size: 10pt;
  margin-top:  8px;
  font-weight: bold;
}

.mainbody  {
  font-size: 10pt;
  margin-bottom: 8px;
}

.qnaquestion   {
  font-size: 10pt;
  margin-top:  8px;
		margin-bottom: 4px;
  font-weight: bold;
}

.qnaanswer  {
  font-size: 10pt;
 	margin-top: 4px;
		margin-bottom: 8px;
		margin-left: 8px;
		margin-right: 10px;
}



.outerbox  {
  background-color: #FFFCD3;
  margin-top: 20px;
  border-left: 2px solid #D9E7D7;
  border-right: 2px solid #D9E7D7;
  border-top: 2px solid #D9E7D7;
  border-bottom: 2px solid #D9E7D7;
}


UL         { 
		list-style: outside;
	 font-size: 10pt;
	 margin-top: 0px;
	 margin-bottom: 10px;
	 margin-left: -6px;
	 list-style-image: url(resource/bullet_greensquare.gif);
}

LI     {
	 margin-bottom: 4px;
	 font-size: 10pt;  
}