@charset "utf-8";
.header_bg {
	background-color: #F5F5F5;
}
.menu_bg {
	border: 2px solid #FFFFFF;
}
.sitemap_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #EBEBEB;
	text-decoration: none;
}
.title_text {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 25px;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #333333;
	text-align: justify;
}
.articles_bg {
	border: 1px solid #EBEBEB;
	background-image: url(/images/buttons/lightgray_pattern.jpg);
	background-repeat: repeat;
	padding: 10px;
}
.header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #333333;
}
.sitemap_bg {
	background-color: #333333;
}

