body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
}
h1 {
	font-size: 16pt;
	color: #005fb8;
}
h2 {
	font-size: 12pt;
	color: #005fb8;
}
h3 {
	font-size: 11pt;
	color: #005fb8;
}
img {
	border: 0;
}
a {
	color: #005fb8;
}
form {
	margin: 0;
}
dt {
	font-weight: bold;
}
#reshetki {
	margin: 5px;
	background: #fff;
	padding: 7px;
}
#counters {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#top {
	background: #fc0;
}
#top h3{
	font-size: 11px;
	text-align: center;
	margin: 2px;
}
#logo {
	background: url(/img/bg-logo1.png) repeat-x #0060b7;
}
/*#search {
	width: 300px;
	background: #fc0;
	padding: 5px 10px;
}*/
#search {
	margin: 10px 0;
}
#breadcrumbs {
	background: #fc0;
	padding: 5px 10px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
#breadcrumbs a {
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
#menu {
	background: #ddd;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	margin: 10px 0;
}
#footer {
	background: #fc0;
	padding: 5px 10px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
#footer a {
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
#related {
	font-size: 8pt;
	border-top: 1px solid #ccc;
}
.border {
	border-collapse: collapse;
}
.border td {
	border: 1px solid #aaa;
	padding: 2px;
}
.border th {
	border: 1px solid #aaa;
	padding: 2px;
}
.border ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.hr {
	border-bottom: 1px solid #999;
	width: 50%;
}
ul.nobullet {
	list-style: none;
}
td.noborder {
	border: 0;
}
th.noborder {
	border: 0;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.pad td {
	padding: 2px 4px;
}
.pad th {
	padding: 2px 4px;
}
td.ral {
	width: 120px;
	height: 94px;
}
.small td, th {
	font-size: 8pt;
}
a.external {
	padding-right: 16px;
	background: url(/img/external.gif) right center no-repeat;
}