.yellow-bold-txt {
	color: #F8D881;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.black-bold-txt {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.black-big-bold-txt {
	color: #000000;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1           {
	color: #C11008;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2           {
	color: #666666;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold
}
h3           {
	color: #C11008;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h4           {
	color: #666666;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold
}
h5           {
	color: #C11008;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h6           {
	color: #666666;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold
}
.copyright-txt {
	color: #666666;
	font-size: 11px;
	font-family: Tahoma;
}
.yellow-heading-txt {
	color: #FFCC00;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.yellow-normal-txt {
	color: #FBCE79;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.red-heading-txt {
	color: #C11008;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.grey-heading-txt {
	color: #666666;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold
}
.black-normal-txt {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #949492;
}
a:link {
	color: #F8D881;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F8D881;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
:link.red-links {
	color: #C11008;
	text-decoration: none;
}
:visited.red-links {
	text-decoration: none;
	color: #C11008;
}
:hover.red-links {
	text-decoration: none;
	color: #000000;
}
:active.red-links {
	text-decoration: none;
	color: #000000;
}