@charset "UTF-8";
.body_text {
	font-family: Arial;
	font-size: 13px;
	color: #000;
	letter-spacing: inherit;
	text-decoration: none;
	font-weight: normal;
}
.header_text {
	font-family: Arial;
	font-size: 18px;
	color: #698E49;
	letter-spacing: inherit;
	text-decoration: none;
	font-weight: bold;
}
.bck {
	background-color: #FFF;
	/* for IE */
  filter:alpha(opacity=70);
	/* CSS3 standard */
  opacity:0.7;
}
.body_text_italic {
	font-family: Arial;
	font-size: 13px;
	color: #000;
	letter-spacing: inherit;
	text-decoration: none;
	font-weight: normal;
}
.full-height tbody tr td .tran tr td table tr td .bck tr .body_text .body_text_italic {
	font-style: italic;
}
.body_text_green {
	font-family: Arial;
	font-size: 13px;
	color: #690;
	letter-spacing: inherit;
	text-decoration: none;
	font-weight: normal;
}
.bckCopy {
	background-color: #000;
	/* for IE */
  filter:alpha(opacity=70);
	/* CSS3 standard */
  opacity:0.7;
}
.body_textCopy {
	font-family: Arial;
	font-size: 13px;
	color: #FFF;
	letter-spacing: inherit;
	text-decoration: none;
	font-weight: normal;
}

