@charset "utf-8";
.ArticleTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.ArticleSubTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #00F;
}
.ArticleBody {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000;
}
.ArticleSmallBody {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #000;
}
