body {
	padding : 0;
	margin : 0;
}
/*___________________________HEAD___________________*/
.BgLeft {
	background : url(/ru/images/bg_left.jpg) no-repeat right top;
	width : 50%;
}
.BgRight {
	background : url(/ru/images/bg_right.jpg) no-repeat left top;
	width : 50%;
}
.BgFlash {
	background : url(/ru/images/bg_flash.jpg) no-repeat;
}
/*____________________________TEXT________________________*/
.BgText {
/*	padding : 45px 5px 10px 5px; */
	background : url(/ru/images/bg_text.jpg) no-repeat top;
	padding : 45px 66px 10px 66px;
}
h1 {
	color : #d13a0c;
	font : bold 19px Times New Roman;
}
.TextBig {
	color : #727272;
	font : 17px Times New Roman;
}
.TextGreen {
	color : #478300;
	font : 17px Times New Roman;
}
.TdNews {
	color : #908f8d;
	font : 16px Times New Roman;
}
.TdL {
	color : #494949;
	font : 14px Times New Roman;
}
.TdNews b {
	color : #b7b7b7;
	font : normal 16px Times New Roman;
}
.TdNews a, .TdNews a:visited, .TdNews a:hover {
	color : #478300;
	font : bold 14px Times New Roman;
	text-decoration : none;
}
/*________________________________BOTTOM________________________*/
.BgBottomLeft {
	background : url(/ru/images/bg_bottom_left.jpg) no-repeat right top;
}
.BgBottomRight {
	background : url(/ru/images/bg_bottom_right.jpg) no-repeat left top;
}
.TdBottom {
	background: url(/ru/images/bg_bottom.jpg) no-repeat top;
	padding: 20px 119px 30px 66px;
	vertical-align: top;
}
.TextCopy {
	color : #828282;
	font : 14px Times New Roman;
}
a.LinkCopy, a.LinkCopy:visited, a.LinkCopy:hover   {
	color : #bcbcbc;
	font : 14px Times New Roman;
	text-decoration : none;
}

html {
 overflow-y: scroll;
}

