/* CSS Document */
.box {
	text-align:center;
	margin-bottom: 10px;
	font-size: 1em;
	padding: 0px;
}

.box .boxtitle {
	font-size: 1.2em;
	font-weight: bold;
	/*letter-spacing: -0.2pt;*/
	margin-bottom: 3px;
	margin-top: 6px;
	padding: 0px;
}
.box .boxcontent {
	padding: 0px;
	margin-bottom: 19px;
	text-align: left;
}

/* ==============================*/

.box .boxcontent.list ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 1em;
	margin-left: 0;
}
.box .boxcontent.list li {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 1.5em;
}