@charset "utf-8";

a:link {
	color: #3758a2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3758a2;
}
a:hover {
	text-decoration: underline;
	color: #3758a2;
}
a:active {
	text-decoration: none;
	color: #3758a2;
}

.bodyText {
	color: #000000;
	}


.small-headers-blue {
	font-size: 12px;
	font-weight: bold;
	color: #3758a2;
}
.small-headers-gray {
	font-size: 12px;
	font-weight: bold;
	color: #565656;
}
.small-event-dates {
	font-size: 12px;
	font-weight: bold;
	color: #858585;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.sidebar-text {
	font-size: 11px;
	color: #343434;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #C30004;
}
.red-header {
	font-size: 16px;
	font-weight: bold;
	color: #BC0000;
}
.ltgrey-header {
	font-size: 16px;
	font-weight: bold;
	color: #f9f9f9;
}
.gray-subheader {
	font-size: 14px;
	font-weight: bold;
	color: #7c7c7c;
}
.blue-subheader {
	font-size: 14px;
	font-weight: bold;
	color: #0f275d;
}