a:link { color: #003366; text-decoration: underline; }
a:active { color: #003366; text-decoration: underline; }
a:visited { color: #003366; text-decoration: underline; }
a:hover { color: #FF6600; text-decoration: underline; }

.menuLinks { font-family: Arial; font-weight: bold; font-size: 12px; color: #003366; text-decoration: none;}
a.menuLinks:link {font-family: Arial; font-weight: bold; font-size: 12px; color: #003366; text-decoration: none; }
a.menuLinks:visited {font-family: Arial; font-weight: bold; font-size: 12px; color: #003366; text-decoration: none; }
a.menuLinks:active {font-family: Arial; font-weight: bold; font-size: 12px; color: #003366; text-decoration: none; }
a.menuLinks:hover {font-family: Arial; font-weight: bold; font-size: 12px; color: #FFFFFF; text-decoration: none;} 

.footerLinks { font-family: Arial; font-weight: bold; font-size: 9px; color: #FFFFFF; text-decoration: none;}
a.footerLinks:link {font-family: Arial; font-weight: bold; font-size: 9px; color: #FFFFFF; text-decoration: none; }
a.footerLinks:visited {font-family: Arial; font-weight: bold; font-size: 9px; color: #FFFFFF; text-decoration: none; }
a.footerLinks:active {font-family: Arial; font-weight: bold; font-size: 9px; color: #FFFFFF; text-decoration: none; }
a.footerLinks:hover {font-family: Arial; font-weight: bold; font-size: 9px; color: #FF6600; text-decoration: none;} 

.whiteHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-position: outside;
	list-style-type: square;
}
.textBigger {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	list-style-type: square;
}
.textColor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
	list-style-position: outside;
	list-style-type: square;
}
.textWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	list-style-position: outside;
	list-style-type: square;
}

.smallWhiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.smallBlackText {
	font-family: Arial;
	font-size: 9px;
	color: #000000;
}
.box {
	background-color: #336699;
}
.featureSheetHeadline {
	font-family: Verdana;
	font-size: 18px;
	color: #FF6600;
}
