
BODY  {
	background-color : #FEECDB;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #373737;
	background-image : url(images/back.jpg);
	margin-left   : 0;
	margin-right  : 0;
	margin-top    : 10;
	margin-bottom : 0;
}
P{
  text-align: justify;
}

h1 {
	font-size: 28;
	font-weight : normal;
}
h2 {
	font-size: 18;
	font-weight : normal;
}
h3 {
	font-size: 16;
	font-weight : normal;
}
td.opys {
	font-size: 12;
}


A:link {
	text-decoration: none;
	font-family : Verdana, Arial, Helvetica;
	font-weight : bold;
	font-size : 12px;
	color: #373737;
}
A:visited {
	text-decoration: none;
	font-family : Verdana, Arial, Helvetica;
	font-weight : bold;
	font-size : 12px;
	color: #373737;
}
A:hover {
	text-decoration: none;
	font-family : Verdana, Arial, Helvetica;
	font-weight : bold;
	font-size : 12px;
	color : #A00020;
}
A:active {
	text-decoration: none;
	font-family : Verdana, Arial, Helvetica;
	font-weight : bold;
	font-size : 12px;
	color: #373737;
}

A.white {
   color : #FFFFFF;
}


A.kat_menu:link {
	text-decoration: none;
	font-family : "Times New Roman", Arial, Helvetica;
	font-weight : bold;
	font-size : 15px;
	color: #373737;
}
A.kat_menu:visited {
	text-decoration: none;
	font-family : "Times New Roman", Arial, Helvetica;
	font-weight : bold;
	font-size : 15px;
	color: #373737;
}
A.kat_menu:hover {
	text-decoration: none;
	font-family : "Times New Roman", Arial, Helvetica;
	font-weight : bold;
	font-size : 15px;
	color : #A00020;
}
A.kat_menu:active {
	text-decoration: none;
	font-family : "Times New Roman", Arial, Helvetica;
	font-weight : bold;
	font-size : 15px;
	color: #373737;
}
A.main_menu:link {
	text-decoration: none;
	font-family : Helvetica, Arial, Helvetica;
	font-weight : bold;
	font-size : 15px;
	color: #fdf2df;
}
A.main_menu:visited {
	text-decoration: none;
	font-family : Helvetica, Arial, Helvetica;
	font-weight : bold;
	font-size : 15px;
	color: #fdf2df;
}
A.main_menu:hover {
	text-decoration: none;
	font-family : Helvetica, Arial, Helvetica;
	font-weight : bold;
	font-size : 15px;
	color : #fdf2df;
}
A.main_menu:active {
	text-decoration: none;
	font-family : Helvetica, Arial, Helvetica;
	font-weight : bold;
	font-size : 15px;
	color: #fdf2df;
}

img.png {
   filter: expression(
      (runtimeStyle.filter == '') ?
         runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+src+', sizingMethod=scale)'
      :
         '',
      width = width, /* установка ширины изображения */
      src = 'images/null.gif'); /* замена исходное изображение однопиксельным GIF-ом */
}

.png {
   filter: expression(
      (runtimeStyle.filter == '') ?
         runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+currentStyle.backgroundImage.split('\"')[1]+', sizingMethod=crop)'
      :
         runtimeStyle.filter,
      runtimeStyle.backgroundImage = 'none'); /* убираем фон */
}

.png_kattitle {
   filter: expression(
      (runtimeStyle.filter == '') ?
         runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/left_menu_title.png', sizingMethod=crop)'
      :
         runtimeStyle.filter,
      runtimeStyle.backgroundImage = 'none'); /* убираем фон */
}

.form {
	BORDER-RIGHT: #4b250e 1px solid;
	BORDER-TOP: #4b250e 1px solid;
	BORDER-LEFT: #4b250e 1px solid;
	BORDER-BOTTOM: #4b250e 1px solid;
	BACKGROUND: #FFFFFF;
	COLOR: #4b250e;
	padding:0px;
	margin:0px;
}
.buttongroup {
   margin:4px;
   overflow: hidden;
}

.button {
   float:left;
   display : block;
   border:solid 1px #e9c282;
   BACKGROUND-COLOR: #f3debb ;
   width:60px;
   padding:2px;
   text-align:center;
   margin:0px 2px 0px 2px;
}
.center {
  text-align: center;
}

