.TextHeader{
	background:#E7E7E8;
	height:28px;
	margin-bottom:5px;
}

.TextHeader .TextHeader_Left{
	float:left;
	background: url(../images/side_left_red.gif);	
	width: 5px;
	height:28px;
}

.TextHeader .TextHeader_Text{	
	float:left;
	padding: 6px 8px 0px 3px;
	font-size:15px;
	font-weight:bold;
	color:White;
	background: #CC1F45;
	height:22px;
	overflow:hidden;
}

.TextHeader .TextHeader_Right{
	background:url(../images/side_right_gray3.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:28px;
}