@charset "utf-8";
/* CSS Document */
<style type="text/css">
BODY {
font-family: Verdana, Arial, sans-serif; /* Рубленый шрифт на странице */
}
#top { /* Верхняя часть с заголовком страницы */
 background: #ffffcb; /* Цвет фона */
 border: solid px black; /* Параметры рамки */
 padding: 5px 0px 5px 0px; /* Поля вокруг текста */
 margin-bottom: 5px; /* Расстояние между заголовком и колонками */
 font-size: 18px; /* Размер шрифта */
 font-weight: bold; /* Жирное начертание */
color:#1a12bc; /* Цвет символов */
}

#menu A { /* Ссылки в меню */
 font-size: 90%; /* Размер текста */
}
#menu { /* Навигация по сайту */
width: 260px; /* Ширина меню */
 border: solid 0px black; /* Параметры рамки */
 float: left; /* Состыковка с другим слоем по горизонтали */
 padding: 3px; /* Поля вокруг текста */
}
#menu A { /* Ссылки в меню */
 font-size: 90%; /* Размер текста */
}
#content { /* Основное содержание страницы */
 border: 2px inset;
border-color:#1a12bc ;
padding-left:10px;
padding-right:10px; 
margin-left: 270px; /* Отступ слева */
 margin-bottom: 15px ;/* Отступ снизу */
background:  white url(images/6.png) top center;
 background-repeat: repeat-x;
}
#bottom { /* Нижняя часть */
 background: #ffffcb; /* Цвет фона */
color:#1a12bc;
 border: solid 0px black; /* Параметры рамки */
 font-size: 90%; /* Размер шрифта */
 padding: 10px; /* Поля вокруг текста */
}
H1 { /* Заголовок страницы */
 text-align: center; /* Выравнивание по центру */
 font-size: 210%; /* Размер шрифта */
 font-family: "Times New Roman", Times, serif; /* Шрифт с засечками */ 
 font-weight: normal; /* Нормальное начертание */
 color: black; /* Цвет текста */
 padding: 0; /* Убираем значение полей */
 margin: 0; /* Обнуляем значения отступов */ 
}
#content P { 
 font-size: 105%; /* Размер шрифта */
 text-align: justify; /* Выравнивание по ширине */
 padding: 10px; /* Поля вокруг текста */
 margin: 0 /* Обнуляем отступы */
}
/*----------Text Styles----------*/
.ws6 {font-size: 8px;}
.ws7 {font-size: 9.3px;}
.ws8 {font-size: 11px;}
.ws9 {font-size: 12px;}
.ws10 {font-size: 13px;}
.ws11 {font-size: 15px;}
.ws12 {font-size: 16px;}
.ws14 {font-size: 19px;}
.ws16 {font-size: 21px;}
.ws18 {font-size: 24px;}
.ws20 {font-size: 27px;}
.ws22 {font-size: 29px;}
.ws24 {font-size: 32px;}
.ws26 {font-size: 35px;}
.ws28 {font-size: 37px;}
.ws36 {font-size: 48px;}
.ws48 {font-size: 64px;}
.ws72 {font-size: 96px;}
.wpmd {font-size: 13px;font-family: 'Arial';font-style: normal;font-weight: normal;}
/*----------Para Styles----------*/
DIV,UL,OL /* Left */
{
 margin-top: 0px;
 margin-bottom: 0px;
}
.style0 {font-family: "Times New Roman", Times, serif; font-size: 4px;line-height: 50%}
.style4 {font-family: "Times New Roman", Times, serif; font-size: 16px; }
.style5 {font-family: "Times New Roman", Times, serif; font-size: 15px; line-height: 150%;}
.style6 {font-family: "Times New Roman", Times, serif; font-size: 16px; font-weight: bold; }
.style14 {font-family: "Times New Roman", Times, serif; font-size: 22px; font-weight: bold;  line-height: 150%;}
.style51 {font-family: "Times New Roman", Times, serif; font-size: 17px; font-weight: bold; line-height: 150%;}
.style50 {font-family: "Times New Roman", Times, serif; font-size: 17px; line-height: 150%; }
.style60 {font-family: "Times New Roman", Times, serif; font-size: 14px; line-height: 120%;}
.style62 {font-family: "Times New Roman", Times, serif; font-size: 13px; line-height: 100%;}
.green {background: rgb(186, 216, 136);}
.search {color:#1a12bc;font-family: "Times New Roman", Times, serif; font-size: 15px; line-height: 100%;}
.style7 {font-size: 7px}
a:link {color: #039;text-decoration: underline;}
a:visited {text-decoration: underline;color: #039;}
a:hover {text-decoration: none;	color: #F60;}
a:active {text-decoration: underline;	color: #009;}

.fdt a {background-color: rgb(186, 216, 136)}
.fdt a:link {color: #000;text-decoration:underline;}
.fdt a:visited {text-decoration: underline;color: rgb(0, 0, 0);}  
.fdt a:hover {background-color: rgb(170, 172, 169);}  
.fdt a:hover {text-decoration: none;	color: rgb(255,255,255);}
.fdt a:active {text-decoration:underline overline; color: #009;}
.tabl1 {background-color: #CCC;padding: 5px;font-family: "Times New Roman", Times, serif; font-size: 15px; line-height: 150%;}
</style>

