@charset "utf-8";
/* CSS Document */

a.nav:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a.nav:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.nav:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a.nav:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.navSmall:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a.navSmall:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #046f8d;
	font-weight: bold;
	text-decoration: none;
}

a.navSmall:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a.navSmall:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.bodyTextLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #005e29;
	text-decoration: underline;
}

a.bodyTextLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #046f8d;
	text-decoration: none;
}

a.bodyTextLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #005e29;
	text-decoration: underline;
}

a.bodyTextLink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #005e29;
	text-decoration: none;
}

.smallLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.bigLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

.bigText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.smallTextBlue {
	color: #7ecbdf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.smallTextGreen {
	color: #005F2A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.bigTextAnimals {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #005F2A;
	font-weight: bold;
}
.bodyTables {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-transform: capitalize;
}
