
/* -------------- Тело документа ------------------- */

HTML, BODY {
    padding: 0px;  
    margin: 0px; 
    font-family: Tahoma, Arial, Helvetica, sans-serif; 
    color: #000000 !important; 
    font-size: 11px;
    background: White !important;
    height: 100%;
    }
	 
P, DIV, A, TABLE, UL, OL {font-size: 11px;}
P {margin-top: 0px; margin-bottom: 15px;}

TABLE, TD, TH {background: White !important;}

/* Вывод на принтер */

.bgprint {background: White !important;}
.print {display: block;}
.noprint {display: none;}
.pbreak {page-break-before:always;}

.pic {margin: 10px;}
   
														
/* ------------------- Заголовки, абзац и ссылки ---------------- */

H1 {
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	line-height: normal;
	color: #000000;
	background-color: white;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 19px;
	margin-bottom: 32px;
}

H2 {
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
    color: #000000;
    margin-bottom: 15px;
    margin-top: 0px;
    }
H3 {
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
    color: #000000;
    margin: 0px;
    font-weight: bold;
    }
	 
H4 {
	padding: 0px 0px 0px 30px;
	margin-bottom: 6px; 
	font-size: 14px;
	color: #000000;
}

H5 {
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #000000;
	font-weight: bold;
	padding: 2px 86px 0px 34px;
	height: 21px;
	margin-bottom: 12px;
	margin-top: 0px;
	white-space: nowrap;
}
	 
A {text-decoration: underline;}

/* ---------------  Списки --------------------- */

ul {
   padding: 0px;
   margin: 0px;
}

ul li {
    padding: 15px 0px 0px 0px;
    list-style-type:square;
    list-style-image:none;
    margin: 20px;
	 background-image: none;
}

ul li ul {
	margin-left: 0px;
}

ul ul li {
    padding: 8px 0px 0px 0px;
    list-style-type:circle;
    list-style-image:none;
    margin: 20px;
	 background-image: none;
}

/* ------------------------------- Элементы форм -------------------------- */

FORM {
		margin: 0;
		padding: 0;
}

input, select, textarea {
    font-size: 11px;
    color:#000000;
    background:#FFFFFF;
    font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
		
input.button {
    width: 92px;
    border:#686D5D 1px solid;
    padding: 0px;
    margin-right: 12px;
    background: #FFFFFF;
    color:#000000;
	 line-height: 10px;
}


/*  ----------------------- Таблицы ----------------------- */

.table {
			border-left: 1px solid #000000; 
			border-bottom: 1px solid #000000; 
			border-top: none; 
			border-collapse:collapse; 
			color: #000000 !important;
			}
.table TH {
				border-bottom: none; 
				border-left: none; 
				border-top: 1px solid #000000; 
				border-right: 1px solid #000000; 
				padding: 4px 10px 5px 10px;
				}
.table TD {
				border-top: 1px solid #000000; 
				border-right: 1px solid #000000; 
				padding: 4px 10px 5px 10px; 
				border-bottom: 0; 
				border-left: 0
				}
                
/*  ---  Taблица1  ---  */

.table1 {
	border-collapse: collapse;
	border: 0px solid #000000;
}
.table1 th {
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
   border-right: 1px solid #000000;
   border-left: 1px solid #000000;
	padding: 3px 10px 5px 5px;
   color: #000000;
}    
            
.table1 td {
	padding: 5px 10px 5px 5px;
   border: 1px solid #000000;
} 

.table1 .last {
	padding: 5px 10px 10px 5px;
   border: 1px solid #000000;
} 

.table1 .right {
	padding: 5px 10px 5px 5px;
   border: 1px solid #000000;
} 

.table1 .lastright {
	padding: 5px 10px 10px 5px;
   border: 1px solid #000000;
} 

.table1 .comment {
	padding: 13px 3px;
	font-style: italic;
	border: 0px solid #000000;
	background: transparent none;
}               

/* ----------- Оформительские стили ----------------- */

.hr {
	 background-color: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 1px;
    font-size: 0px;
	 border-top:#686D5D 1px solid;
	 padding: 0px;
}


.hr2 {
	 background-color: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 10px;
    font-size: 0px;
	 border-top:#686D5D 2px solid;
	 padding: 0px;
}