@charset "utf-8";
/* CSS Document */

A:link {text-decoration: none; color: #9a1c20}
A:visited {text-decoration: none; color: #9a1c20}
A:active {text-decoration: none; color: #9a1c20}
A:hover {text-decoration: underline overline; color: #9a1c20}

.indextext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #9A1C20;
	text-align: left;
}
.headerbold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: bold;
	color: #9a1c20;
	text-align: inherit;
}
.maintext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #243f5f;
	font-weight: normal;
	text-align: inherit;
}
.maintextitalic {
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #243f5f;
	text-align: inherit;
}

