/* CSS Document */

.headline {
	font-family: Calligrapher;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000080;
}
.subheadline {
	font-family: Calligrapher;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000080;
}
.plain_text {
	font-family: Calligrapher;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: black;
}
.welcome_text {
	font-family: Calligrapher;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: black;
}.table_center {
	text-align: center;
}
.plain_text_bold {
	font-family: Calligrapher;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: black;
}
.plain_text_bold_center {
	font-family: Calligrapher;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: black;
	text-align: center;

}
.index_footer {
	font-family: Calligrapher;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-align: center;
}
