﻿/* -----------------------------------*/
/* ---------->>>  BASE  <<<-----------*/
/* -----------------------------------*/
html {
	background:url(../_img/official/html_fon.gif) repeat 0 0;
}
body {
	color:#45464d;
	font-size:0.8em; /*13px */
	line-height:1.4em;/* 18px */
	font-family:Arial, Helvetica, sans-serif;
}
a {
	color:#ff5500;
	outline:none;
}
a:hover {
	text-decoration:none;
}
a:visited {
	color:#93c759;
}
h1 {
	font-size:2.35em; /* 30px */
	color:#2b8000;
	font-weight:normal;
	line-height:1em;
	margin-bottom:21px;
}
h2 {
	font-size:1.85em; /*24px */
	font-weight:normal;
	line-height:1em; /*24px */
	margin-bottom:18px;
}
h3 {
	font-size:1.4em; /*18px */
	line-height:1em; /*18px */
	margin-bottom:20px;
	font-weight:normal;
}
p {
	margin-bottom:22px;
}
ul {
	margin-left:28px;
	margin-bottom:22px;
}
ul li {
	background:url(../_img/official/marker.gif) no-repeat 0 6px;
	padding-left:20px;
}
ul li ul {
	margin-left:0;
	margin-top:8px;
	margin-bottom:8px;
}
ol {
	margin-left:28px;
	margin-bottom:22px;
}
ol li {
	list-style-type:decimal;
	margin-left:18px;
}
.print {
	display:none;
}