/* -------------------------------------------------------------------- */
/* основные приколы форматирования страницы. желательно ничо не менять! */
/* -------------------------------------------------------------------- */
body,td,th 
{
	font-family: Tahoma, Times New Roman, Verdana;
	font-size: 11px;
	color: black;
}

body {
	margin-left: 0px;
	margin-top: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: black;
}


/* ------------------------- */
/* заголовки ТЕКСТА страницы */
/* ------------------------- */
.heading {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin: 5px 5px;
}

/* -------------- */
/* основной текст */
/* -------------- */
.text {
	font-size: 11px;
	color: black;
	margin: 0px 5px;
}

/* ------------------- */
/* аннотации и подписи */
/* ------------------- */
.note {
	font-family: Tahoma, Times New Roman, Verdana;
	font-size: 9px;
	color: #808080;
}

/* ---------------------------------- */
/* заголовки новостей (на синем фоне) */
/* ---------------------------------- */
.nheader {
	font-family: Tahoma, Times New Roman, Verdana;
	font-size: 11px;
	color: #ffffff;
}

/* --------------------------- */
/* новости раздела "Кратко..." */
/* --------------------------- */
.nshort {
	font-family: Tahoma, Times New Roman, Verdana;
	font-size: 11px;
	color: #000000;
	margin: 0px 3px;
}

/* ------------------------------------ */
/* стиль горизонтального бордюра таблиц */
/* ------------------------------------ */
.tdbh {
border-bottom-style: dotted; 
border-bottom-color: 2D4F34; 
border-bottom-width: 1;
}

/* ------------------------------------------ */
/* стиль вертикального ПРАВОГО бордюра таблиц */
/* ------------------------------------------ */
.tdbv_r {
border-right-style: dotted; 
border-right-color: 2D4F34; 
border-right-width: 1;
}

/* ----------------------------------------- */
/* стиль вертикального ЛЕВОГО бордюра таблиц */
/* ----------------------------------------- */
.tdbv_l {
border-left-style: dotted; 
border-left-color: 2D4F34; 
border-left-width: 1;
}

/* ---------------------------------------- */
/* стиль вертикальных ОБОИХ бордюров таблиц */
/* ---------------------------------------- */
.tdbv {
border-right-style: dotted; 
border-right-color: 2D4F34; 
border-right-width: 1;
border-left-style: dotted; 
border-left-color: 2D4F34; 
border-left-width: 1;
}

/* ------------ */
/* стиль кнопок */
/* ------------ */
.button {
font-family: Tahoma, Times New Roman, Verdana;
font-size: 10px;
color: #000000;
}

/* ------------ */
/* стиль кнопок для формы с джавой */
/* ------------ */
.button_java {
font-family: Tahoma, Times New Roman, Verdana;
font-size: 10px;
color: #000000;
}


/* ------------ */
/* стиль ссылок */
/* ------------ */
a {text-face:tahoma,verdana,times new roman; text-size:8px; 
	text-decoration:none; color: #000080}
a:hover {text-face:tahoma,verdana,times new roman; text-size:8px; 
        text-decoration:underline; color: #026BB0}

.onelink {text-face:tahoma,verdana,times new roman; text-size:8px; 
	  text-decoration:none; color: #000080}
.onelink:hover {text-face:tahoma,verdana,times new roman; text-size:8px; 
        text-decoration:underline; color: #026BB0}
