*{
	margin:0px;
	padding:0px;
}
body{
	background:#ffffff;
	margin: 0 auto; 
	padding: 0; 
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:14px;
	line-height:20px;
}
ol,ul,p,table{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:14px;
	line-height:20px;
}
td{
	padding:0 10px 0 10px;
}
td p{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:13px;
	line-height:20px;
	padding:5px 0 5px 0;
}
p{
	padding:5px 0 5px 0;
}
ol,ul{
	padding-top:20px;
	padding-bottom:20px;
	padding-left:40px;
}
table{
	margin:0 auto;
}
H1 {
	padding:10px 0 10px 0;	
	color: #005400;
	font-size: 20px;
	line-height:32px;
}
img{
	border:none;
	padding:5px;
}
hr {
	border: 0;
	color: #acccac;
	background-color: #acccac;
	margin-top:20px;
	margin-bottom:20px;
}
#art-main {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	cursor:default;
}
.art-sheet {
	position: relative;
	z-index: 0;
	margin: 0 auto;
	width: 900px;
	min-width: 49px;
	min-height: 49px;
}
.art-sheet-body {
	position: relative;
	z-index: 1;
	padding: 17px;
}
.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl, .art-sheet-tc, .art-sheet-bc, .art-sheet-cr, .art-sheet-cl {
	position: absolute;
	z-index: -1;
}
.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl {
	width: 76px;
	height: 76px;
	background-image: url('/ru/images/sheet_s.png');
}
.art-sheet-tl {
	top: 0;
	left: 0;
	clip: rect(auto, 38px, 38px, auto);
}
.art-sheet-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 38px, 38px);
}
.art-sheet-bl {
	bottom: 0;
	left: 0;
	clip: rect(38px, 38px, auto, auto);
}
.art-sheet-br {
	bottom: 0;
	right: 0;
	clip: rect(38px, auto, auto, 38px);
}
.art-sheet-tc, .art-sheet-bc {
	left: 38px;
	right: 38px;
	height: 76px;
	background-image: url('/ru/images/sheet_h.png');
}
.art-sheet-tc {
	top: 0;
	clip: rect(auto, auto, 38px, auto);
}
.art-sheet-bc {
	bottom: 0;
	clip: rect(38px, auto, auto, auto);
}
.art-sheet-cr, .art-sheet-cl {
	top: 38px;
	bottom: 38px;
	width: 76px;
	background-image: url('/ru/images/sheet_v.png');
}
.art-sheet-cr {
	right: 0;
	clip: rect(auto, auto, auto, 38px);
}
.art-sheet-cl {
	left: 0;
	clip: rect(auto, 38px, auto, auto);
}
.art-sheet-cc {
	position: absolute;
	z-index: -1;
	top: 38px;
	left: 38px;
	right: 38px;
	bottom: 38px;
	background-color: #FFFFFF;
}
.art-sheet {
	margin-top: 10px !important;
	cursor:auto;
}
#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare {
	min-width: 900px;
}
.link{
	font-size:26px;
	font-weight:bold;
}