/* CSS Document */


.body {
	font-size: 16px;
	font-weight: normal;
}

.body_bold {
	font-size: 16px;
	font-weight: normal;
	font-weight:bold;
}

.page_title {
	font-size: 24px;
	font-weight: bold;
}

.footer {
	font-size: 12px;
}

.heading_2 {
	font-size: 20px;
}

.small_text {
	font-size: 14px;
	font-weight: normal;
}

.body_red {
	color: #CC0000;
	font-weight: bold;
}

.large_text {
	font-size: 28px;
	font-weight: bold;
}
