.brown-bold-txt {
	color: #B24800;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.copyright-txt {
	color: #666666;
	font-size: 11px;
	font-family: Tahoma;
}
.black-normal-txt {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.red-heading-txt {
	color: #E60008;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.green-bold-txt {
	color: #078500;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.white-bold-txt {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.red-heading-txt2 {
	color: #E60008;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.green-bold-txt2 {
	color: #00A103;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.red-normal-txt {
	color: #DD0606;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #DD0606;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DD0606;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
.brown_links:link {
	color: #B24800;
	text-decoration: none;
}
.brown_links:visited {
	text-decoration: none;
	color: #B24800;
}
.brown_links:hover {
	text-decoration: none;
	color: #000000;
}
.brown_links:active {
	text-decoration: none;
	color: #000000;
}
.grey_links:link {
	color: #666666;
	text-decoration: underline;
}
.grey_links:visited {
	text-decoration: underline;
	color: #666666;
}
.grey_links:hover {
	text-decoration: none;
	color: #666666;
}
.grey_links:active {
	text-decoration: underline;
	color: #666666;
}