:root { overflow-y:scroll }

body {
	background-color: #FFFFFF;
}

p,ul,ol {
	color: black;
	font-size: 90%;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6, h7
{
	font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

h1
{
	color: #454545;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: -10px;
	}

h2
{
	color: #880000;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: -15px;
}

h3
{
	color: #880000;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 15px;
}

h4
{
	color: #454545;
	font-size: 75%;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.nav {
	color: #880000;	
	font-size: 90%;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

.mnemonav {
	color: #880000;
	font-weight: bold;
	font-size: 90%;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

.title {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 80%;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

.small {
	color: #000000;
	font-size: 60%;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

.footer {
	color: #555555;
	font-size: 60%;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
	text-align: center;
}

.bcred{
	color: #880000;
	margin-bottom: 15px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:link {
	color: #af4035;
	text-decoration: underline;	
}
a:visited {
	color: #53000d;
}

a:active {
	color: #880000;
}

a:hover {
	color: #880000;
	text-decoration: underline;
}

/** syslinks */

#syslinks, #syslinks li {
	float: left;
	height: 19px;
	border: 1px;
	padding: 0;
	margin: 0;
}
#syslinks {
	padding-left:700px;
	padding-top: 5px;
	margin-bottom: 20px;
	list-style-type: none;
}
#syslinks li {
	width: 28px;
}
#syslinks li a,
#syslinks li a:hover,
#syslinks li b {
	background: url("img1/ico-syslinks.gif"/*tpa=http://krokhino.ru/img1/ico-syslinks.gif*/) no-repeat 0 0;
	display: block;
	height: 100%;
	width: 100%;
}
#syslinks li.home a				{ background-position: 0 0; }
#syslinks li.contacts a			{ background-position: -56px 0; }
#syslinks li.home a:hover		{ background-position: 0 -20px; }
#syslinks li.contacts a:hover	{ background-position: -56px -20px; }
#syslinks li.home b				{ background-position: 0 -40px; }
#syslinks li.contacts b			{ background-position: -56px -40px; }

/** ------------------------------------------------------------------------ */
/** langs */

#langs, #langs li {
	float: left;
	height: 19px;
	padding: 0;
	margin: 0px 0px 20px 0px;
}
#langs {
	padding-left: 2%;
	padding-top: 7px;
	list-style-type: none;
}
#langs li {
	width: 25px;
	font-size: 83%;
}
#langs a {
	color: #494949;
}
#langs a:hover,
#langs a:focus {
	color: #E7ABAB !important;
}
#langs b {
	color: #E7ABAB;
}
