.green_small_txt {
	color: #9EF900;
	font-size: 11px;
	font-family: Tahoma;
}
.green_bold_txt {
	color: #CEFFBD;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.green_normal_txt {
	color: #CEFFB6;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.copyright_txt {
	color: #999999;
	font-size: 11px;
	font-family: Tahoma;
}
.black_normal_txt {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.white_bold_heading {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.black_small_font {
	color: #000000;
	font-size: 11px;
	font-family: Tahoma;
}
.red_small_bold_txt {
	color: #C51522;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
}
.red_big_heading {
	color: #B02425;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.green_dark_small {
	color: #1F640B;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
}
.red_normal {font-size: 11px; font-family: Tahoma; color: #C51522;}
a:link {
	color: #C51522;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C51522;
}
a:hover {
	text-decoration: none;
	color: #0099CC;
}
a:active {
	text-decoration: none;
	color: #0099CC;
}
.greenlink:link {
	color: #CEFFBD;
	text-decoration: none;
}
.greenlink:visited {
	text-decoration: none;
	color: #CEFFBD;
}
.greenlink:hover {
	text-decoration: none;
	color: #EDD400;
}
.greenlink:active {
	text-decoration: none;
	color: #EDD400;
}
.blacklink:link {
	color: #000000;
	text-decoration: none;
}
.blacklink:visited {
	text-decoration: none;
	color: #000000;
}
.blacklink:hover {
	text-decoration: none;
	color: #C51522;
}
.blacklink:active {
	text-decoration: none;
	color: #C51522;
}