/*Стлили для отображения текста документов*/
.DOMSTYLE {
}
.DOMSTYLE h1, .DOMSTYLE h2, .DOMSTYLE h3 {
	margin-top: 0px;	
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
}

.DOMSTYLE h1 {
	display: none;
}

.DOMSTYLE p {
}
.DOMSTYLE pre, font.alignedPre {
	font: monospace;
}
.DOMSTYLE font {
}
.DOMSTYLE pre, font.alignedPre {
	font: monospace;
}
.DOMSTYLE font.contextText {
	color: #cc0000;
}
.DOMSTYLE font.contextLink {
	color: #990000;
}

.DOMSTYLE table {
	border-collapse: collapse;
	border-color: #000000;
}
.DOMSTYLE td {
	border-color: #000000;
	padding: 2px;
}

.DOMSTYLE ul {
	color: #000000;
}
.DOMSTYLE li {
}

.DOMSTYLE a, .DOMSTYLE a:link, .DOMSTYLE a:visited, .DOMSTYLE a:hobver {
	text-decoration: underline;
}
.DOMSTYLE a:hover {
	color: #000000;
}

.DOMSTYLE.tab {
	padding: 5px;
	/* background: #fff0b2; */
}
.DOMSTYLE.tab a, .DOMSTYLE.tab a:link, .DOMSTYLE.tab a:visited {
	text-decoration: none;
}
.DOMSTYLE.tab a:hover {
	color: #000000;
	text-decoration: underline;
}

.DOMSTYLE img { border: 0; }