body {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 80%;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    background-color : #FFAE40;

	scrollbar-face-color : #FFAE40;
	scrollbar-base-color : #FFFFFF;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #FFFFFF;
	scrollbar-darkshadow-color : #BA6B00;
	scrollbar-3dlight-color : #BA6B00;
	scrollbar-track-color : #BA6B00;
}
a:link, a:visited {
    font-family : Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
	color: #4A2B00;
    font-size : inherit;
}
a:hover {
    font-family : Arial, Helvetica, sans-serif;
    TEXT-DECORATION: Underline;
	color:#4A2B00;
    font-size : inherit;
	}




.menuselect{
	border : 1px solid #FFFFFF;
	background: #FFBC60;
}
/* стили для центральных новостных колонок */
.whiteblock {
	background-color : #FFFFFF;
	padding : 5;
    font-size : 80%;
	padding-bottom : 10;
}
/* стили для боковых колонок */
.subblock {
	background-color : #FFFFFF;
	padding-left : 5;
	padding-right : 5;
    font-size : 80%;
	}
/* стили для дат в больших новостях */
.date {

    font-size : inherit;
	color : #808080;
	}

input, select{
	border: 1px solid #000000;
	background-color: #F0F0F0;
}
/* Заголовок таблицы */
.infotable thead th{
	text-indent: 5px;
	padding-bottom: 3;
	padding-left: 3;
	padding-right: 3;
	padding-top: 3;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}
/* ЗаголовокИ таблицы */
.infotable thead td{
	padding-bottom: 1;
	padding-left: 1;
	padding-right: 1;
	padding-top: 1;
	background-color: #666666;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
}
/* четные поля таблицы */
.infotable tbody th{
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	background-color: #E3E3E3;
}
/* НЕчетные поля таблицы */
.infotable tbody td{
	font-size: 80%;
	font-weight: normal;
	text-align: center;
	background-color: #FFFFFF;
}
/* Низ таблицы */
.infotable tfoot td{
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	background-color: #E3E3E3;
	color: #575757;
}

/* Заголовок таблицы */
.formtable thead th{
	text-indent: 5px;
	padding-bottom: 3;
	padding-left: 3;
	padding-right: 3;
	padding-top: 3;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}
/* ЗаголовокИ таблицы */
.formtable thead td{
	padding-bottom: 1;
	padding-left: 1;
	padding-right: 1;
	padding-top: 1;
	background-color: #666666;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}
/* поля-метки таблицы */
.formtable tbody th{
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	background-color: #FFFFFF;
	text-indent: 5px;
}
/* поля ввода таблицы */
.formtable tbody td{
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	background-color: #FFFFFF;
}
/* Кнопки таблицы */
.formtable tfoot td{
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	background-color: #E3E3E3;
	color: #575757;
}



/* --- menu styles ---*/
/* level 0 inner */
.m0l0iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l0iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding: 4px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #BA6B00;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #BA6B00;
}

/* level 1 inner */
.m0l1iout {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l1iover {
	font: bold 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: FFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #FFBC60;
	/*filter: alpha(opacity=95);*/
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #000;
}

