
/*------стандартные----------*/

html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

body, td, select {
	font-family: "Arno Pro", "Times New Roman", Times, setif;
	font-size: 12pt;
	line-height: 18px;
	color: #000000;
}

#main {	

}

p {
	margin-bottom: 15px;
}

a, img {	
	outline: none;
}


/*------списки----------------*/

ol, ul {
	margin-left: 5px;
	margin-bottom: 15px;
}
ol li {
	margin-left: 20px;
}
ul li {
	margin-left: 12px;
	list-style-type: disc;
}
ul ul li  {
	list-style-type: square;
}
ul ul ul li  {
	list-style-type: circle;
}


/*------заголовки----------------*/

h1 {
	font-size: 22pt;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	line-height: 24px;
}

.header {
	font-size: 22pt;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	line-height: 24px;
}


/*------таблицы----------------*/

table.tbl {
	border-right: 1px #c8c8c8 dotted;
	border-bottom: 1px #c8c8c8 dotted
}
table.tbl td {
	border-left: 1px #c8c8c8 dotted;
	border-top: 1px #c8c8c8 dotted;
	padding: 3px;
}
table.tbl tr {
	vertical-align: top
}
tr.tbl td {
	background-color: #FFFF66
}

/*------форма----------------*/

form {
	margin: 0px;
}

textarea {
	border: none;
	font-size: 12pt;
	color: #ffffff;
	background: none;
	font-family: "Arno Pro", "Times New Roman", Times, setif;
}

input {
	font-size: 12pt;
	border: none;
	color: #ffffff;
	background: none;
	font-family: "Arno Pro", "Times New Roman", Times, setif;
}

input.mysearch {
	height: 15px;
	width: 123px;
	padding: 0px 2px 0px 2px;
}

input.search {
	height: 11px;
	width: 11px;
}

input.button {
	border: 0px;
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
	font-size: 12pt;
	width: 74px;
	cursor: pointer;
}


/*------ссылки---------------*/

a {
	color: #000000;
}
a:hover {
	color: #005500;
}

a.menu {
	color: #000000;
	font-size: 22pt;
	text-decoration: none;
	display: block;
	padding: 13px 10px 0px 10px;
	white-space: nowrap;
	text-transform: uppercase;
}
a.menu:hover {
	text-decoration: underline;
}
span.menu {
	color: #000000;
	font-size: 11pt;
	text-decoration: underline;
	text-transform: uppercase;
}

a.submenu {
	
}
a.submenu:hover {
	
}
span.submenu {
	color: #880000;
}

a.milo {
	color: #000000;
	font-size: 13pt;
}
a.milo:hover {
	color: #f36700;
}

a.map {
	color: #0e0d0e;
	font-size: 8pt;
}
a.map:hover {
	color: #000000;
}

a.news {
	color: #000000;
	text-decoration: underline;
}
a.news:hover {
	color: #005500;
}


/*------текст----------------*/

.code {
	color: #000000;
	font-size: 10pt;
	white-space: nowrap;
	font-weight: bold;
	padding: 2px 5px 0px 8px;
}

.number {
	color: #000000;
	font-size: 22pt;
	line-height: 22px;
	white-space: nowrap;
}

.text {
	color: #ffffff;
}

.small {
	font-size: 12pt;
}

.address {
	color: #000000;
	font-size: 9pt;
	line-height: 12pt;
	font-weight: bold;
}

.date {
	color: #000000;
	font-size: 13pt;
	font-weight: bold;
	white-space: nowrap;
}
