@charset "utf-8";
/* CSS Document */

body {
	font-family: "Gill Sans MT";
	font-size: 16px;
	color: #000000;
	background-color: #FFFFFF;
}

.body_bold {
	font-family: "Gill Sans MT";
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.heading {
	font-family: "Gill Sans MT";
	font-size: 24px;
	color: #333333;
}
