@charset "UTF-8";
#tableBGimage {
	background-image: url(images/table_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 16px;
}
.bodyHEADERLg {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 34px;
	color: #093;
	text-transform: capitalize;
}
.bodyREVtext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
}
#rightCELLbrdr {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
}
.footerTEXT {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding: 12px;
	background-color: #199210;
}
#logoBAR {
	background-image: url(images/LOGO_bar.png);
	background-repeat: no-repeat;
}
.imgBORDER {
	margin: 4px;
	padding: 3px;
	border: 5px solid #FFF;
}
.imgDIVIDER {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-align: center;
	vertical-align: middle;
}
a:visited {
	color: #FC0;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}
a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #3F3;
	text-decoration: underline;
}
a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #CCC;
	text-decoration: underline;
}
