body {
	background-color: #fffae8;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
h1 {
	border-top: 1px #c0994f dotted; 
	border-bottom: 1px #c0994f dotted;
	color: #7F5400;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt; 
	font-weight: bold;
	padding-top: 10px; 
	padding-bottom: 10px; 
}
h2 {
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	text-decoration: none;
	border-bottom: 1px #c0994f dotted;
}
h3 {
	font-size: 8pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	text-decoration: none;
	border-bottom: 1px #c0994f dotted;
}
/* ------------------------------------------- */

a:link {
	color: #c30100; 
}
a:visited {
	color: #c30100; 
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
li, ul {
	list-style-type: square;
	list-style-image: url(img/bullet-low.gif);
}
input, option, select, textarea {  /*     */
	background-color: white;
	font-family: Arial, Helvetica, sans-serif; font-size: xx-small; 
	font-size: 7pt;
	border-top: 1px #988B88 solid; 
	border-right: 1px #988B88 solid;
	border-bottom: 1px #988B88 solid;
	border-left: 1px #988B88 solid;
	}
/* style of dw-template */
.top-menu-img {
	margin: 0px 20px 0px 20px;
}
.top-menu-td {
	background-image: url(img/top-bullet.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding: 12px 20px 12px 20px;
}
.bottom-td {
	border-top: 2px solid #c0994f;
}
.bottom-menu-img {
	margin: 13px 20px 13px 20px;
}
.bottom-menu-td {
	background-image: url(img/top-bullet.gif);
	background-position: left 8px;
	background-repeat: no-repeat;
	padding: 19px 20px 19px 20px;
}
.t-text, .bottom-menu-td a:link, .bottom-menu-td a:visited, .path,
.top-menu-td a:link, .top-menu-td a:visited {
	font-size: 12px; 
	font-weight: bold; 
	margin-bottom: 2px; 
	color: #7F5400; 
	text-decoration: none; 
	}
.t-text-u {
	color: #c0994f; 
	font-size: 12px; 
	font-weight: bold; 
	margin-bottom: 2px; 
	border-bottom: 2px solid #c0994f; 
}
.t-text-u-bold {
	font-size: 12px; 
	margin-bottom: 2px; 
	border-bottom: 2px solid #c0994f; 
	color: #7F5400; 
	font-weight: bold;
	}
.url, .url a {
	color: #c0994f; 
	font-size: 14px; 
	font-weight: bold; 
	margin-bottom: 2px; 
	color: #7F5400; 
	text-decoration: none; 
	}

.btn {
	background: #EEEEEE url(img/bg_btn.gif) repeat-x;
	border-top: 1px grey solid; 
	border-right: 1px  grey solid;
	border-bottom: 1px grey solid;
	border-left: 1px grey solid;
	margin: 0px 0px 0px 0px;
	}
.pj {  
	text-align: justify; 
	text-indent: 20px;
	}

/* table */
.tbl { 
	margin-right: 0px; 
	margin-left: 0px;
	border-top: 2px solid #c0994f;
}
.tbl-td-left, .tbl-td-head {
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #c0994f;
}
.tbl-td-right {
	vertical-align: top;
	border-bottom: 1px solid #c0994f;
	}
.tbl-td-select {
	background-color: #DECEAF;
	font-weight: bold;
	color: black;
	vertical-align: top;
	border-bottom: 1px solid #c0994f;
	background-image: url(img/bg-select.png);
	/* по спецификации CSS */ 
	opacity: 0.5; 
	/* адаптация для старых версий Mozilla */ 
	-moz-opacity: 0.5; 
	/* адаптация для IE */ 
	filter:alpha(opacity=50); 
}
/* chemical numbers */
.chemical-num {
	vertical-align: sub; 
	font-size: 8px;
}
/* path to pages */
.path {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px; 
	font-size: 12px;
}
.path-arrow { /* -> == а */
	font-family: Wingdings; 
	font-size: 7pt;
	margin-left: 15px;
	margin-right: 15px;
}
.p-index-news {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
	text-indent: -25px;
}
.imp-index-right {
	margin-bottom: 30px;
}
a:visited.stat, a:link.stat  {
	font-size: 8pt;
	text-decoration: none;
	color: #A0A0A0;
	vertical-align: text-top;
}
/* error & info messages */
.msg-info {
	padding: 0px 30px;
	border-top: 0px none #14C02E;
	border-right: 0px none #14C02E;
	border-bottom: 0px none #14C02E;
	border-left: 5px solid #14C02E;
	margin-bottom: 15px;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
	color: #14C02E;
	font-size: 10pt;
	}
.msg-error {
	padding: 0px 30px;
	border-top: 0px none #E96856;
	border-right: 0px none #E96856;
	border-bottom: 0px none #E96856;
	border-left: 5px solid #E96856;
	margin-bottom: 15px;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
	color: #E96856;
	font-size: 10pt;
	}
.button {
	background: #EEEEEE url(img/bg_btn.gif) repeat-x;
	border-top: 1px grey solid; 
	border-right: 1px  grey solid;
	border-bottom: 1px grey solid;
	border-left: 1px grey solid;
	width: 150px;
	}
fieldset {
	border-bottom: solid 1px #c0994f;
	border-left: solid 1px #c0994f;
	border-top: solid 1px #c0994f;
	border-right: solid 1px #c0994f;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-top: 5px;
	margin-left: 15px;
	float: right;
}