/* CSS Document */

.grey_text {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: regular;
	color: #404040;
	text-decoration: none;
}
.grey_text_normal {
	font-family:  Tahoma, Arial;
	font-size: 13px;
	text-align:left;
	font-weight: regular;
	color: #8D8D8D;
	text-decoration: none;
}
.grey_text_sub {
	font-family: Tahoma, Arial;
	font-size: 11px;
	text-align: left;
	font-weight: none;
	color: #949494;
	text-decoration: none;
}
.black_text {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: rgular;
	color: #2B2B2B;
	text-decoration: none;
	line-height:18px;
}
.red_boldtext {
	font-family: Tahoma, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FA3A5E;
	text-decoration: none;
}
