﻿.body {
	font-family: "Times New Roman";
	font-size: 12pt;
	color: #000000;
}

.bold_body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: black;
}

.italic_body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
}


.a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.a_body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: navy;
	text-decoration: none;

}

.a_bold_body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.large_headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: black;
}

.blue_large_headline {
	font-family:"Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: navy;
}

.x-small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.directory_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.directory_bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.directory_italic {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
}