body {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.tbb {
	background-color: #FFFFFF;
	border: 2px solid #7FDEF3;
}
.articletit {
	font-size: 22px;
	font-weight: bold;
	color: #CC0000;
	line-height: 150%;
}
.content {
	font-size: 14px;
	line-height: 180%;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
.hold {
	font-size: 16px;
	line-height: 200%;
	font-weight: bold;
}
