.TitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.BodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: -1px;
}


/* Универсальная таблица */

.instab {border: 1px solid #e7e7e7; width: 100%; margin-top:8px;}
.instab, .instab TD, .instab TH {
	border-collapse: collapse;
	color: #7f7f7f;
}

.instab TD, .instab TH {
	font: 11px Tahoma, sans-serif;
	padding: 1px;
	text-align: center;
	vertical-align:top;
	text-align:expression(this.parentNode.firstChild == this ? "left" : "center"); /* for IE */
}

.instab TD:first-child,.instab TH:first-child{
	text-align: left; /* for FF & Opera */
}

 

.instab TD {
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.instab TH {
	background-color: #e7e7e7;
	border-right: 1px solid #ccc;
	font-weight: bold;
	color: #7f7f7f;
}

#back_btn{
	padding: 20px 0;
}


