.color_gray {
	color: GrayText;
}

.color_red {
	color: Red;
}

.color_maroon {
	color: Maroon;
}

.delline {
	text-decoration: line-through;
}

.color_orange{
	color: Orange;
}

.fonttype_show {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.fonttype_read {
	font-family: serif;
}

.fontstyle_italic {
	font-style: italic;
}

.img_left {
	float: left;
	margin: 10px 10px 10px 0px;
}

.img_right {
	float: right;
	margin: 10px 0px 10px 10px;
}

.text_price_active,
.text_red_bold {
	font-weight: bold;
	color: Red;
}

.text_blk_bold {
	font-weight: bold;
	color: Black;
}
