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

.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
}
.secondaryhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
	color: #23417d;
}
.mainhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}
.emptitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #23417d;
	text-decoration: underline;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #004170;
	text-decoration: underline;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

.indextext {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
}

