@charset "UTF-8";
/* CSS Document */

/******************************************************************************
								 Type 
******************************************************************************/	


#contentLeft p{
	color:#000;
	line-height:21px;
	padding: 0 0 20px 0;
}
#contentLeft h1{
	font-size:18px;
	color:#146109;
	margin-bottom:20px;
}

#contentLeft h2 {
	font-size: 14px;
	margin: 0 0 15px 0;
	line-height:1.4em;
}
#contentLeft h3, #contentLeft h4, #contentLeft h5 {
	font-size: 12px;
	margin: 0 0 8px 0;
	line-height:18px;
}
#contentLeft ul{
margin: 0 0 20px 40px;
}
#contentLeft ul li{
line-height:21px;
color:#000;}
#contentLeft ol{
margin: 0 0 20px 40px;
}
#contentLeft ol li{
line-height:21px;
color:#000;}


#contentLeft ul li ul{
line-height:21px;
color:#000;
margin: 0 0 0 25px;
list-style:disc;
}
