body,td,th {
	color: #D4D0C8;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #4C4943;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4C4943;
}
a:hover {
	text-decoration: underline;
	color: #8E8980;
}
a:active {
	text-decoration: none;
	color: #4C4943;
}

.bg-color {
	background-color: #535353;
}
.white-bold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.bg-color-gray {
	background-color: #CDCBCE;
}
.black-bold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.left-link {
	font-family: Tahoma;
	font-size: 11px;
	color: #4C4943;
	text-decoration: none;
}
.input-box {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #000000;
}
.box-border {
	border: 1px solid #CBCBCB;
}
.heading {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #4C4943;
	text-decoration: none;
}