.black-normal-txt {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.yellow-heading {
	color: #F7FFBA;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.brown-bold-txt {
	color: #8F4700;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	color: #333333;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2, h3, h4, h5, h6 {
	color: #8F4700;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.copyright-txt {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma;
}
body {
	background-color: #EEDEBC;
}
a:link {
	color: #8F4700;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8F4700;
}
a:hover {
	text-decoration: none;
	color: #0099CC;
}
a:active {
	text-decoration: none;
	color: #0099CC;
}
:link.black-link {
	color: #000000;
	text-decoration: none;
}
:visited.black-link {
	text-decoration: none;
	color: #000000;
}
:hover.black-link {
	text-decoration: none;
	color: #8F4700;
}
:active.black-link {
	text-decoration: none;
	color: #8F4700;
}
:link.yellow-link {
	color: #EABF57;
	text-decoration: none;
}
:visited.yellow-link {
	text-decoration: none;
	color: #EABF57;
}
:hover.yellow-link {
	text-decoration: none;
	color: #ffffff;
}
:active.yellow-link {
	text-decoration: none;
	color: #ffffff;
}