/* цвет текста, а также цвет фона если у посетителя отключена графика */
body{color: #000000; background-color: #ffffff;}

/* цвет ссылок */
a:link{color: #3A3FE6;}

/* цвет посещённых ссылок */
a:visited{color: #3A3FE6;}

/* цвет ссылок при наведении мышью */
a:hover{color: #FF0000; text-decoration:none;}

/* цвет активных ссылок */
a:active{color: #484848;}

P{margin-left: 5; margin-right: 5; margin-top: 2; margin-bottom: 2;}
.brown12{color: #006699; font-size: 12px;}
.br14{color: #ab5c0e; font-size: 14px;}
.br14l{
	color: #006699;
	font-size: 14px;
	text-decoration: underline;
}
.br16{color: #ab5c0e; font-size: 16px;}
.br16i{color: #ab5c0e; font-size: 16px; font-style: italic;}
.br16il{color: #ab5c0e; font-size: 16px; font-style: italic; text-decoration: underline;}
.brown20{color: #ab5c0e; font-size: 20px;}
.bl12{color: #000000; font-size: 12px;}
.re9{color: #ff0000; font-size: 9px;}

/* стиль кнопок */
.button1{font-family: Verdana; font-size: 12pt; color: #383838; background-color: #C5F9A7; text-decoration: none; text-align: center;}

/* левое меню */
table.lm{font-size: 11px; color: #006699;font-weight:bold;}

/* ссылки в левом меню */
table.lm A:link{font-size: 11px; color: #006699; text-decoration: none;font-weight:bold;}
table.lm A:visited{font-size: 11px; color: #006699; text-decoration: none;font-weight:bold;}
table.lm A:hover{font-size: 11px; color: #D64514; text-decoration:underline;font-weight:bold;}

/* верхнее меню */
table.tm{font-size: 18px; color: #006699;}
table.tm A:link{font-size: 18px; color: #006699; text-decoration: none;}
table.tm A:visited{font-size: 18px; color: #006699; text-decoration: none;}
table.tm A:hover{font-size: 18px; color: #D64514; text-decoration:underline;}

/* стиль счётчика символов в форме добавления */
.txtcnt{border: 0; background: #ffffff; font: 10px;}

/* размер шрифта ссылок с главной страницы на основные разделы */
a.chm {font-size: 19px; text-decoration: none; color: #3A3FE6;}
a:hover.chm {font-size: 19px; text-decoration: none; color: #FF0000;}
a:active.chm {font-size: 19px; text-decoration: none; color: #484848;}

/* размер шрифта ссылок с главной страницы на подразделы */
.schm{font-size: 18px;}

.red{color: #ff0000;}
