body {
	color:		#000000; /*#4c4b4b;*/
}

.st_bg1 {
	background-color:	#95aecf;
}

tr.capt1 > * {
	font-size:		initial;
}

tr.capt1 td {
	background-color:	#cdcdff;
	font-size:			100%;
	font-weight:		400;
	text-transform:		capitalize;
}

table.bgRows1 tr.bgR1:nth-child(even) {
	background-color:	#d1ebf7;
}

table.bgRows1 tr.bgR1:nth-child(odd) {
	background-color:	#f4ebe2;
}

input.inp1, select.inp1 {
	border-width:		0px 0px 1px 0px;
	border-color:		#8c8b8b;
}

textarea.inp1 {
	border-width:		0px 0px 1px 1px;
	border-color:		#8c8b8b;
}

.titDesc1 {
	font-size:			80%;
}

/*Плавающие блоки*/
.flBl {
	display:			inline-block;
	display: 			-moz-inline-stack;
	vertical-align:		top;
	*display:			inline;
	min-height:			100px;
}