.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
}
.textbold {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
}

.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #005BB7;
	text-decoration: none;
}
.link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #005BB7;
}
.link:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #D80E1D;
}
.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #D80E1D;
	text-decoration: none;
}
.textheader {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.header {
	font-size: 30px;
}
.miniheader {
	font-size: 22px;
	color: #005BB7;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
