@charset "utf-8";
.heading {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
}
.sub_heading {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
}
.small_text {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #003366;
}
.text {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.page_heading {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}

