H1
{
	font-size:18px;
}
.center{
	margin:auto
}




.txtright{
	text-align:right;
}
.txtcenter{
	text-align:center;
}
.tright{
	width:100%;
	text-align:right;
}
.m_hand{
	cursor: pointer;
	cursor: hand;
}
.l_pad_10{padding-left:10px;}
.l_pad_15{padding-left:15px;}
.l_pad_30{padding-left:30px;}

.t_pad_5{padding-top:5px;}
.t_pad_10{padding-top:10px;}
.t_pad_20{padding-top:20px;}
.b_pad_5{padding-bottom:5px;}
.b_pad_10{padding-bottom:10px;}
.txt_btn{
	color:#4F606D;
	display: inline-block;
	cursor: pointer;
	cursor: hand;
	border-bottom: 1px dashed #4F606A;
}
.txt_btn:hover{
	border-bottom: 1px dashed transparent;
}
.txt_btn2{
	color:#4F606D;
	display: inline-block;
	cursor: pointer;
	cursor: hand;
	text-decoration:underline;
}
.txt_btn2:hover{
	color:#FE6308;
	text-decoration:none;
}
.txt_btn2 A {
	color:#4F606D;
	display: inline-block;
	cursor: pointer;
	cursor: hand;
	text-decoration:underline;
}
.txt_btn2:hover A {
	color:#FE6308;
	text-decoration:none;
}
.elw20p{width:20px;}
.elw100p{width:100px;}
.elw240p{width:240px;}
.elw270p{width:270px;}
.elh100p{height:100px;}
.elh250p{height:250px;}
.elh270p{height:270px;}

.elw15{width:15%;}
.elw25{width:25%;}
.elw33{width:33%;}
.elw49{width:49%;}
.elw50{width:50%;}
.elw62{width:62%;}
.elw75{width:75%;}
.elw100{width:100%;}

.elh50{height:50%;}
.elh100{height:100%;}

/*---- Загаловки --------*/
.fontL0{
	text-align:left;
	width:100%;
	font-size:12px;
	color:#222222
}
.fontA0{
	font-size:15px;
	font-weight:bold;
	color:#222222
}
.fontA1{
	font: 16px Trebuchet MS;
	font-weight: bold;
	color: #333;
	text-transform: uppercase
}
.fontA2{
	font: 14px Tahoma;
	color: #333;
	text-transform: uppercase
}
.fontB1{
	padding: 10px 0 0 30px;
	font: 23px Trebuchet MS;
	color: #4F606D;
}
.fontB2{
	padding-left:30px;
	font: 14px Tahoma;
	color: #333;
}
.fontB3{
	font: 18px Tahoma;
	color: #333;
}
.fontH23{
	padding:20px 0 5px 30px;
	font-family:Trebuchet MS;
	font-size:22px;
	font-weight:bold;
	color:#000000
}
.fontH28{
	padding:20px 0 5px 30px;
	font-family:Trebuchet MS;
	font-size:28px;
	font-weight:bold;
	color:#000000
}
.fontH16{
	padding:20px 0 5px 30px;
	font-family:Trebuchet MS;
	font-size:16px;
	color:#000000
}

/*-----------------------*/
.inputh21{
	height:21px;
	font-size:16px;
}
.inputh200{
	height:200px;
	font-size:15px;
}
.inputh60{
	height:60px;
	font-size:15px;
}
.dhide{
	display:none;
}
.ohide{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=55);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.txt_left{
	text-align:left;
}
.txt_right{
	text-align:right;
}
.vtop{
	vertical-align:top;
}
.vmid{
	vertical-align:middle;
}