/* =================================================== */
/* notitle */
/* =================================================== */

.notitle {
	margin-bottom: 10px;
}

.notitle td{
	color:#666666;
	font-size:12px;
}

/* =================================================== */
/* titlebox */
/* =================================================== */
.titlebox {
	margin-bottom: 10px;
}
.titlebox .title .Head {
	color: #C4242B;
	font-size: 14px;
	background-image: url(images/titlebox/bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: bold;
}
.titlebox .content {
	padding-top: 10px;
	color:#666666;
	font-size:12px;
}

.titlebox .content td {
	color:#666666;
	font-size:12px;
}

/* =================================================== */
/* titlebar */
/* =================================================== */
.titlebar {
	margin-bottom: 10px;
}
.titlebar .title .Head {
	color: #C4242B;
	font-size: 14px;
	font-weight: bold;
}
.titlebar .content {
	padding-top: 10px;
	color:#666666;
	font-size:12px;
}
.titlebar .content td {
	color:#666666;
	font-size:12px;
}

