@charset "windows-1251";
body, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #212324;
}
body, form {
	padding: 0px;
	margin: 0px;
}
body {
	background-color:#ffffff;
	background-image:url(img/logo_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 100%;
}
blockquote {
	width: 75%;
}


/* классы */
.input {
	background-image: url(img/bg_input.gif);
	background-repeat: repeat-x;
	border: 1px solid #233652;
	width: 140px;
}
.aplSubmit {
	border: 1px solid #606a74;
	background-color: #EFEFEF;
	color: #d70000;
	margin-top: 7px;
}

/* шрифты */
.h6 {
	font: xx-small Verdana, Arial, Helvetica, sans-serif;
}
.h5 {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
}

/* цвета */
.white {
	color: #FFFFFF;
}
.black {
	color: #212324;
}
.gray {
	color: #606a74;
}
.red {
	color: #bf0000;
}
.blue {
	color: #0054c1;
}
.darkBlue {
	color: #233652;
}
.yellow {
	color: #ffdd33;
}

.bgGray {
	background-color: #606a74;
}
.bgLightGray {
	background-color: #fbfbfb;
}
.bgLightGray02 {
	background-color: #efefef;
}
.bgWhite {
	background-color: #FFFFFF;
}
.bgRed {
	background-color: #d70000;
}
/* Разделы */
.mainFrame {
	background-color: #fbfbfb;
	background-image: url(img/bg.gif);
	background-position: right;
	background-repeat: repeat-y;
}
.mainFrame {
	margin-bottom: 5px;
	background-color: #fbfbfb;
	background-image: url(img/bg_left.gif);
	background-position: left;
	background-repeat: repeat-y;
}

/* Грани */
.bBottomRed {
	border-bottom: 2px solid #d70000;
}

/* ссылки */
.menu {
	padding-left: 7px;
	color: #fff;
	text-decoration: none;
	border-left: 2px solid #fff;
}
.menu:hover {
	color: #ffdd33;
	border-left: 2px solid #ffdd33;
}

.menuParent {
	padding-left: 7px;
	color: #ffdd33;
	text-decoration: none;
	border-left: 2px solid #ffdd33;
}

.menuExit {
	padding-left: 7px;
	color: #bf0000;
	text-decoration: none;
	border-left: 2px solid #bf0000;
}

.conner {
	background-image:url(img/conner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}