@charset "utf-8";
/* CSS Document */

.dates {
	font-weight: bold;
	text-transform: uppercase;
	color: #0F275D;
}
.sectionhed {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #BB0000;
}
.subhead {
	font-size: 14px;
	font-weight: bold;
	color: #0F275D;
}

.rule {
	border: 2px dashed #e2e2e2;
}
.caption {
	font-size: 10px;
	color: #BB0000;
}
.style1 {
	color: #0f275d;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

