.reddish-bold-txt-1 {
	color: #FFDADB;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.greenish-bold-txt-1 {
	color: #E4F3C8;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.redish-bold-txt2 {
	color: #FDDBDC;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.green-heading-txt1 {
	color: #498211;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.grey-normal-txt1 {
	color: #919191;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.green-normal-txt1 {
	color: #C4EDA1;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.golden-bold-txt1 {
	color: #B36E0F;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.grey-bold-txt1 {color: #919191; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
body {
	background-color: #020202;
}
.yellow-normal-txt {
	color: #E0E389;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.red-normal-txt1 {
	color: #ECAD9B;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: none;
	color: #91CB21;
}
a:active {
	text-decoration: none;
	color: #91CB21;
}
.reddish-links:link {
	color: #FFDADB;
	text-decoration: none;
}
.reddish-links:visited {
	text-decoration: none;
	color: #FFDADB;
}
.reddish-links:hover {
	text-decoration: none;
	color: #FEA3A3;
}
.reddish-links:active {
	text-decoration: none;
	color: #FEA3A3;
}
.greenish-links:link {
	color: #E4F3C8;
	text-decoration: none;
}
.greenish-links:visited {
	text-decoration: none;
	color: #E4F3C8;
}
.greenish-links:hover {
	text-decoration: none;
	color: #F1FA02;
}
.greenish-links:active {
	text-decoration: none;
	color: #F1FA02;
}