.Footer {
  font: 10pt Arial;
  color: #000000;
  font-weight: bold;
}

.AltFont1 {
  font: 10pt Arial;
  color: #000000;
}

.AltFont2 {
  font: 10pt Arial;
  color: #000000;
}

.Content_Small {
  font: 7.5pt Arial;
  color: #000000;
}

.Content_Large {
  font: 13.5pt Arial;
  color: #000000;
}

.ECheck {
  font: 10pt Arial;
  color: #000000;
}

.ECheck2 {
  font: 7.5pt Arial;
  color: #000000;
}

.Error {
  font: 12pt Arial;
  color: #FF0000;
}

.Middle_Top_Banner_Small {
  font: 10pt Arial;
  color: #000000;
}

.ContentBar_Small {
  font: 7.5pt Arial;
  color: #000000;
}

.TopBanner_Large {
  font: 12pt Arial;
  color: #000000;
}

body, table, td, p {
  font: 10pt Arial;
  color: #000000;
}

h1 {
  font: 13.5pt Arial;
  color: #000000;
  font-weight: bold;
}

.tdbackgrnd {
  background-color: #FFFFFF;
}

.tdTopBanner {
  font: 13.5pt Arial;
  color: #000000;
  background-color: #FFFFFF;
  font-weight: bold;
}

.tdTopBanner2 {
  background-color: #FFFFFF;
}

.tdMiddleTopBanner {
  font: 13.5pt Arial;
  color: #000000;
  background-color: #FFFFFF;
  font-weight: bold;
}

.tdBottomTopBanner {
  font: 10pt Arial;
  color: #000000;
  background-color: #FFFFFF;
}

.tdBottomTopBanner2 {
  font: 10pt Arial;
  color: #000000;
  background-color: #FFFFFF;
}

.tdContent {
  background-color: #FFFFFF;
}

.tdContent2 {
  background-color: #FFFFFF;
}

.tdContent3 {
  background-color: #FFFFFF;
}

.tdContentBar {
  font: 10pt Arial;
  color: #000000;
  background-color: #FFFFFF;
  font-weight: bold;
}

.tdFooter {
  font: 10pt Arial;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

.tdAltFont1 {
  font: 10pt Arial;
  color: #000000;
  background-color: #FFFFFF;
}

.tdAltFont2 {
  font: 10pt Arial;
  color: #000000;
  background-color: #FFFFFF;
}

.tdAltBG1 {
  background-color: #FFFFFF;
}

.tdAltBG2 {
  background-color: #FFFFFF;
}

/* unvisited link */
a.footerlinkbold:link {
	color: #004B2C;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/* visited link */
a.footerlinkbold:visited {
	color: #004B2C;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/* mouse over link */
a.footerlinkbold:hover {
	color: #004B2C;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

/* selected link */
a.footerlinkbold:active {
	color: #004B2C;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/* unvisited link */
a:link {
	color: #004B2C;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

/* visited link */
a:visited {
	color: #004B2C;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

/* mouse over link */
a:hover {
	color: #004B2C;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}

/* selected link */
a:active {
	color: #004B2C;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}