.print {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.gold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold;
	color: #AEA43A;
	text-decoration: none;
}
.goldSm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	font-weight: bold;
	color: #AEA43A;
	text-decoration: none;
}

.goldLg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #AEA43A;
}
.greenLg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #007E41;
}

.green {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold;
	color: #007E41;
}
.greenSm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: normal;
	color: #007E41;
}
.white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}
.whiteLg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}
.blackBorder {
	border: 2px solid #A7AB8D;
}
a:link {
	text-decoration: none;
	color: #AEA43A;
}
a:visited {
	text-decoration: none;
	color: #AEA43A;
}
a:hover {
     text-decoration: none;
     color: #AEA43A;
}

a:active {text-decoration: none;
		  color: #AEA43A;
}

.sidebar {
	font-size: 12pt;
	line-height: 14px;
	color: #007E41;
}

.sidebar a:link {color: #007E41; text-decoration: none; font-weight: normal}

.sidebar a:visited {color: #AEA43A; text-decoration: none; font-weight: normal}

.sidebar a:hover {color: #007E41; text-decoration: underline; font-weight: normal}

.sidebar a:active {color: #007E41; text-decoration: none; font-weight: normal}

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.links a:link {color: #FFFFFF; text-decoration: none; font-weight: bold}

.links a:visited {color: #007E41; text-decoration: none; font-weight: bold}

.links a:hover {color: #FFFFFF; text-decoration: underline; font-weight: bold}

.links a:active {color: #FFFFFF; text-decoration: none; font-weight: bold}

.titleGreen {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: lighter;
	color: #007E41;
}
.titleWhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: lighter;
	color: #FFFFFF;
}

.titleGold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: lighter;
	color: #AEA43A;
}
.titleBlack {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #000000;
}
.titleBlackSm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
}