.black-bold-txt {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.copyright-txt {
	color: #EBF4D0;
	font-size: 11px;
	font-family: Tahoma;
}
.white-heading-txt {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.orange-bold-txt {
	color: #FF6600;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.black-normal-txt {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.green-bold-txt {
	color: #598509;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.orange-heading-txt {
	color: #FF6101;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.green-heading-txt {
	color: #659024;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.orange-normal-txt {
	color: #FF6600;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: #B6C38B;
	padding-top:10px;
padding-bottom:5px;
}

a:link {
	color: #0000FF;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #0000FF;
	font-weight:bold;
}
.orange-link:link {
	color: #FF6101;
	text-decoration: none;
}
.orange-link:visited {
	text-decoration: none;
	color: #FF6101;
}
.orange-link:hover {
	text-decoration: none;
	color: #009CDD;
}
.orange-link:active {
	text-decoration: none;
	color: #009CDD;
}
.table_orange {
	width: 100%;
		border-right-style: none;
	border-right-width: 1px;
		border-left-style: none;
	border-left-width: 1px;
	border-top-style: none;
		border-top-width: 1px;
		display: table;
	visibility: visible;
}
.table_orange td {
	border-bottom: 1px solid #FF6101;
padding: 7px;
}

