@charset "utf-8";
/* CSS Document */

.links {
	font-family: "Times New Roman";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.footer {
	font-family: "Times New Roman";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.heading {
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #E60000;
}
.text {
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
.subheading {
	font-family: Verdana;
	font-size: 12px;
	color: #041F41;
	font-weight: bold;
}
.rbullettext {
	font-family: "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	color: #E60000;
}
.bbullettext {
	font-family: "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	color: #041F41;
}
a:link {
	color: #493FA2;
}
a:visited {
	color: #ED8804;
}
a:hover {
	color: #DE2E2E;
}
a:active {
	color: #ACDB3D;
}
