body 
{
	font-family:"Trebuchet MS";
	font-size:10pt;
	margin: 0px;
	padding: 0px;
}
.bg-dkGreen {
	background-color: #504F30;
}
.bg-ltGreen {
	background-color: #9CA495;
}
.bg-red {
	background-color: #B10D00;
}
.bg-ltGrey {
	background-color: #E6E6E6;
}
.txt-white {
	color: #FFFFFF;
}
.txt-dkGreen {
	color: #505030;
}
.txt-red {
	color: #EE1A3B;
}
.txt-dkred {
	color: #B10D00;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size:18pt;
	font-weight: normal;
	
}
h2 {
	font-size: 15pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 12pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height:14px;
}
h5 {
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height:16px;
}
h6 {
	font-size: 8.5pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
.trebuchet {
	font-family: "Trebuchet MS";
}
.TimesNewRoman {
	font-family: "Times New Roman", Times, serif;
}
.tableShading {
	background-color: #F6F7F0;
	border: 1px solid #E3E2E0;
	padding-top:5px;
	padding-left:8px;
	padding-right:8px;
}
a {
	color: #000000;
	text-decoration:none;
	}
a:hover {
	color: #000000;
	text-decoration:underline;
	}
	
.bottomMenuLink{
	color: #FFFFFF;
	text-decoration:none;
	cursor:pointer;
}

.bottomMenuLinkHover, a.bottomMenuLink:hover {
	color: #FFFFFF;
	text-decoration:underline;
	cursor:pointer;
}