td {
	font-family: Arial, "Helvetica sans-serif";
	font-size: 12px;
	font-weight: normal;
	color: #223F85;
	line-height: 14px;
}
.textBlue10px {
	font-family: Arial, "Helvetica sans-serif";
	font-size: 10px;
	font-weight: normal;
	color: #223F85;
}
.textBlue12px {
	font-family: Arial, "Helvetica sans-serif";
	font-size: 12px;
	font-weight: normal;
	color: #223F85;
}
.textBlue14px {
	font-family: Arial, "Helvetica sans-serif";
	font-size: 14px;
	font-weight: normal;
	color: #223F85;
}
.textBlue16px {
	font-family: Arial, "Helvetica sans-serif";
	font-size: 16px;
	font-weight: normal;
	color: #223F85;
	line-height: normal;
}
.textBlue18px {
	font-family: Arial, "Helvetica sans-serif";
	font-size: 18px;
	font-weight: normal;
	color: #223F85;
	line-height: 20px;
}
.textBlue20px {
	font-family: Arial, "Helvetica sans-serif";
	font-size: 20px;
	font-weight: normal;
	color: #223F85;
}
.textBlue24px {
	font-family: Arial, "Helvetica sans-serif";
	font-size: 24px;
	font-weight: normal;
	color: #223F85;
	line-height: normal;
}
.textGreen18px {
	font-family: Arial, "Helvetica sans-serif";
	font-size: 18px;
	font-weight: normal;
	color: #C1BB00;
}

.textGreen24px {
	font-family: Arial, "Helvetica sans-serif";
	font-size: 24px;
	font-weight: normal;
	color: #C1BB00;
}

/* LINKS */

a:link {
	font-size: 12px;
	font-weight: normal;
	color: #223F85;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	font-weight: normal;
	color: #223F85;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #C1BB00;
	text-decoration: none;
}
a:active {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.BigGreen:link {
	font-size: 20px;
	font-weight: bold;
	color: #C1BB00;
	text-decoration: none;
}
a.BigGreen:visited {
	font-size: 20px;
	font-weight: bold;
	color: #C1BB00;
	text-decoration: none;
}
a.BigGreen:hover {
	font-size: 20px;
	font-weight: bold;
	color: #223F85;
	text-decoration: none;
}
a.BigGreen:active {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.BigBlue:link {
	font-size: 18px;
	font-weight: normal;
	color: #223F85;
	text-decoration: none;
}
a.BigBlue:visited {
	font-size: 18px;
	font-weight: normal;
	color: #223F85;
	text-decoration: none;
}
a.BigBlue:hover {
	font-size: 18px;
	font-weight: normal;
	color: #C1BB00;
	text-decoration: none;
}
a.BigBlue:active {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.SmallLink:link {
	font-size: 10px;
	font-weight: normal;
	color: #C1BB00;
	text-decoration: none;
}
a.SmallLink:visited {
	font-size: 10px;
	font-weight: normal;
	color: #C1BB00;
	text-decoration: none;
}
a.SmallLink:hover {
	font-size: 10px;
	font-weight: normal;
	color: #223F85;
	text-decoration: none;
}
a.SmallLink:active {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
