@charset "utf-8";

a:link {color: #003366;}
a:visited {color: #003366;}
a:hover {color: #000000;}
a:active {color: #000000;}

a.regNoUnd:link {color: #003366; text-decoration:none;}
a.regNoUnd:visited {color: #003366; text-decoration:none;}
a.regNoUnd:hover {color: #000000; text-decoration:none;}
a.regNoUnd:active {color: #000000; text-decoration:none;}

a.whiteNAV:link {color: #ffffff; text-decoration:none; font-weight:bold; }
a.whiteNAV:visited {color: #ffffff; text-decoration:none; font-weight: bold;}
a.whiteNAV:hover {color: #999999; text-decoration:none; font-weight: bold;}
a.whiteNAV:active {color: #cccccc; text-decoration:none; font-weight: bold;}

a.whiteNAVund:link {color: #ffffff;}
a.whiteNAVund:visited {color: #ffffff;}
a.whiteNAVund:hover {color: #cccccc;}
a.whiteNAVund:active {color: #cccccc;}

a.turqNAVund:link {color: #cbeffc;}
a.turqNAVund:visited {color: #cbeffc;}
a.turqNAVund:hover {color: #ffffff;}
a.turqNAVund:active {color: #ffffff;}

.regTitleBold {
	font-size:18px;
	font-weight: bold;
}

.regSubTitleBold {
	font-size:14px;
	font-weight: bold;
}

.medFont {
	font-size:10px;
}

.medFontBold {
	font-size:10px;
	font-weight: bold;
}

.blueTitleBold {
	font-size:18px;
	font-weight: bold;
	color: #235277;
}

.blueSubTitleBold {
	font-size:14px;
	font-weight: bold;
	color: #235277;
}

.burgTitleBold {
	font-size:18px;
	font-weight: bold;
	color: #611d4f;
}

.burgSubTitleBold {
	font-size:14px;
	font-weight: bold;
	color: #611d4f;
}

.whiteText {
	color:#FFFFFF;
}

.whiteTextBold {
	color: #FFFFFF;
	font-weight: bold;
}

.whiteSubTitleBold {
	font-size:14px;
	font-weight: bold;
	color:#FFFFFF;
}

.lightGreyText {
	color:#CCCCCC;
}

.lightGreyTextBold {
	color: #CCCCCC;
	font-weight: bold;
}


.lightGreySubTitleBold {
	font-size:14px;
	font-weight: bold;
	color:#CCCCCC;
}

.limeText {
	color:#e3fab7;
}

.limeTextBold {
	color: #e3fab7;
	font-weight: bold;
}

.limeSubTitleBold {
	font-size:14px;
	font-weight: bold;
	color:#e3fab7;
}