body {
	font-family: Arial Cyr;
	font-size: 10pt;
	text-align: left;
	color: Black;
	background: #FFFFFF
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
   color: #336633;
}

h2 {
font-size: 12pt;
font-weight: bold;
color: #336633;
}

h3 {
font-size: 11pt;
font-weight: bold;
color: #336633;
}

h4 {
font-size: 10pt;
font-weight: bold;
color: #336633;
}

table {
	font-size: 12pt;
	background : #FFFFFF
}

th {
	color: #FFFFFF;
	font-weight: bold;
	background: #557755;
}

caption {
	font-size: 10pt;
	color: #336633;
	font-weight: bold;
	background: #FFFFFF
}

td {
    color: Black;
}

hr {
	color: #336633;
}

a {
	font-size: 12pt;
	font-weight: bold;
	color: #336633;
}

a:hover {
	color: #336633;
}



a:visited {
	color: #336633;
}

.sort{
	cursor: hand;
}