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

.name_list {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #470C0C;
	text-align: left;
}
.page_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #641111;
	text-align: left;
}
.section_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #641111;
	text-align: left;
	text-decoration: underline;
}
.column_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #641111;
	text-align: center;
}

.body_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: justify;
	vertical-align: top;
	color: #641111;
	font-weight: normal;
}
.body_text_center {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #641111;
	text-align: justify;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	vertical-align: top;
}
.body_text2 {
	font-size: 14px;
	font-weight: normal;
	color: #641111;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	margin-right: 5%;
	margin-left: 5%;
}
.ad_text1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #641111;
	text-align: justify;
	padding-right: 12px;
	padding-left: 12px;
}
.body_text_bullets {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #641111;
	list-style-position: outside;
	list-style-type: disc;
}

