
/*------стандартные----------*/

html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

h2 {display: inline; font-size: 10pt; font-weight: bold}

table.tbl {border-right: 1px #666666 dotted; border-bottom: 1px #666666 dotted}
table.tbl td {border-left: 1px #666666 dotted; border-top: 1px #666666 dotted; padding: 3px}
table.tbl tr {vertical-align: top}

img.img {margin: 5px}

body, td, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

ul {margin-left: 5px; margin-bottom: 15px}

ul li {margin-left: 12px; list-style-type: disc}
ul ul li  {list-style-type: square}
ul ul ul li  {list-style-type: circle}

ol li {margin-left: 20px; padding-left: 0px}


.button {
	width: 88px;
	height: 21px;
	text-align: center;
	border: none;
	background: url(button.gif) left top no-repeat;
	vertical-align: top;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}

body, td {
	font-size: 9pt;
	color: #000000;
}

input, select, textarea {
	font-size: 8pt;
	color: #000000;
}

ol, ul {
	margin-left: 5px;
	margin-bottom: 15px;
}
ol li {
	margin-left: 10px;
}
ul li {
	margin-left: 5px;
	list-style-type: disc;
}
ul ul li  {
	list-style-type: square;
}
ul ul ul li  {
	list-style-type: circle;
}
p {
	margin: 0px 0px 15px 0px;
}

td.submenu ol, td.submenu ul, td.submenu ol li, td.submenu ul li {
	margin: 0px 0px 1px 0px;
	padding: 0px;
	list-style-type: none;
}

h1 {
	color: #0066cc;
	font-size: 18pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	font-weight: normal;
}

/*------форма----------------*/

textarea {
	border: 1px #a3a3a3 solid;
	width: 100%;
	padding: 0px 2px 0px 2px;
}

input {
	border: 1px #a3a3a3 solid;
	padding: 0px 2px 0px 2px;
}


/*------ссылки---------------*/

a {
	color: #0066cc;
}

a:hover {
	color: #003399;
}

table.topmenu td {
	white-space: nowrap;
	height: 38px;
	padding: 0px 5px 0px 5px;
	background: url(menusep.gif) left center no-repeat;
}

table.topmenu td.firsttopmenu {
	background: none;
}

table.topmenu a, table.topmenu span {
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	height: 30px;
	line-height: 30px;
}

table.topmenu a {
	color: #ffffff;
}

table.topmenu a:hover {
	color: #ffffff;
	background-color: #0066cc;
}

table.topmenu span {
	color: #0066cc;
	background-color: #ffffff
}

td.submenu li a, td.submenu li span {
	display: block;
	font-weight: bold;
	width: 100%;
	padding: 8px 10px 8px 10px;
	margin: 0px;
}

td.submenu li a:hover {
	color: #0066cc;
	background-color: #eeeeff;
}

td.submenu li span {
	color: #ffffff;
	background-color: #0066cc;
}


a.botlink {
	color: #999999;
	padding: 0px 7px 0px 7px;
}

a.botlink:hover {
	color: #444444;
}


/*------текст----------------*/

.text {
	font-size: 8pt;
	color: #4b4b4c;
}

h2, .header {
	color: #0066cc;
	font-weight: normal;
	font-size: 16pt;
	margin: 0px;
	padding: 0px;
}
