/* ------------------------------------------------------------- */
/* Управление отображением блоков для экрана и печати            */
/* PRINT CSS                                                     */
/* ------------------------------------------------------------- */

.hideprn  {
	display: none;
}

.showprn {
	display: block;
}

/* ------------------------------------------------------------- */

body {
	font-family: "Georgia", "Times New Roman", "Times";
	font-size: 100%;
}

td {
	font-family: "Georgia", "Times New Roman", "Times";
	font-size: 100%;
}

a {
	text-decoration : underline;
	color: black;
}

hr {
	height: 1px;
	color: black;
}

input {
	font-family: "Verdana", "Arial";
	font-size: 13px;
}

/* ------------------------------------------------------------- */

.secname  {
	padding : 60px 0px 0px 0px;
	margin: 0px 0px 0px 160px;
	font-size: 20pt;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-style : normal;
	color : #000000;
	text-align : left;
	line-height : 26pt;
	border-bottom: 1px solid black;
	border-left : none;
}
.pagename {
	font-family : Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size : 16pt;
	font-weight : normal;
	padding : 20px 0px 0px 160px;
	margin : 0px 0px 40px 0px;
	line-height : 22pt;
	text-align : left;
	vertical-align : bottom;
	background-image : none;
	border-left : none;
	border-bottom: 1px solid black;
	border-right : none;
}

#prngerb {
	position: absolute;
	top: 0px;
	left: 10px;
}

#prnheader {
	position: absolute;
	top: 0px;
	left: 160px;
}
