/* Text Setting */

.c-title {
	color: #FF6600;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
#content ul,#content ol{
	font-family: Arial;
	font-size: 12px;
	color: #658CB2;
	margin-left:25px;
	padding-top:5px;
}
#content ul li,#content ol li{
	line-height:18pt;
	margin-left:0;
}
li p, li li{
	line-height:12pt;
	font-weight:100;
}

p{
	font-family: Arial;
	font-size: 12px;
	color: #658CB2;
	text-align:justify;
}
h3{
	font-family: Arial;
	font-size: 14px;
	color: #658CB2;
	text-align:justify;
}

.c-link {
	font-family: Arial;
	font-size: 14px;
	color: #0033FF;
}
.link-page {
	font-family: Arial;
	font-size: 13px;
	color: #ACACAC;
}
.root_text{
	font-family: Arial;
	font-size: 13px;
	color: #A4A4A4;
	text-align:left;
}
.root_text a{
 color:#ACACAC;
}
img{
	margin:2px 6px 2px 6px;
	padding:2px 2px 2px 2px;
}

/*Table setting*/
ol table,ul table{
	font-family: Arial;
	color:#666;
	text-align:center;
}
ol table th,ul table th{
	font-size:14px;
}
ol table td,ul table td{
	font-size:12px;
}