html {
	height: 100%;
}
body {
	margin:.2in .55in; /*отступы от края страницы, для красоты*/
	padding:0;
	height:auto !important;
	height:100%;
	min-height:100%;
	background:#fff;
	color:#000;
	margin-left:10px;
	line-height:1.5;
}
body, td, div, h1, p {
	font:9pt Arial, Tahoma, Sans-Serif;
}
b {
	font-weight:700;
}
a {
	color:black;
	text-decoration:none;
}
a img {
	border-width:0;
}
.mrt_small {
	margin-right:10px;
}
.small {
	font-size:8pt;
}
.mrbot_small {
	margin-bottom:5px;
}
h1, h2 {
	margin:.2em 0 0 0;
	font-weight:normal;
	clear:both;
}
h1 {
	margin-top:.2em;
	margin-bottom:.3em;
	font-size:150%;
}
h2 {
	font-size:240%;
	margin:.1em 0 0 0;
	margin-bottom:.2em;
	padding-bottom:0;
}
h5{
	display:none;
}
.article img {
	display:none;
}
.article img, form, secondary, sidebar, nav, whatever {
	display:none; /*прячем ненужные при печати блоки, единственная часть печатного файла которую нужно обновлять на новом проекте*/
}
p {
	margin:0 0 1.2em 0;
}
blockquote {
	font-style:italic;
}
h3+blockquote, h2+blockquote, p+ul, h2+ul, h3+ul {
	margin-top:.2em;
}
.gray{
	color:#888a89;
}
.pic_box{
	display:none;
}
