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

a.textunder:link {color:#003366; text-decoration:none;}
a.textunder:visited {color:#003366;text-decoration:none;}
a.textunder:hover {color:#003366; text-decoration:underline;}

a.nav:link {color:#ffffff; text-decoration:none;}
a.nav:visited {color:#fffff; text-decoration:none;}
a.nav:hover {color:#ffffff; text-decoration:underline;}

a.black:link {color:#000000; text-decoration:none;}
a.black:visited {color:#000000; text-decoration:none;}
a.black:hover {color:#000000; text-decoration:underline;}

.regular {
	font-family: Arial, san-serif;
	color: black;
	font-size:16px;
}


.navs {
	font-family: Arial, san-serif;
	color: white;
	font-size:14px;
}

.subnavs {
	font-family: Arial, san-serif;
	color: red;
	font-size:10px;
}

.heading {
	font-family: Arial, san-serif;
	color:#003366;
	font-size:18px;
       font-weight: bold;
}
.heading-medium {
	font-family: Arial, san-serif;
	color:#003366;
	font-size:22px;
       font-weight: bold;
}
