/* Общие свойства */

body {
font-family: Arial, Verdana, Tahoma;
font-size: 12px;
font-weight: normal;
color: #111111;
}

td {
font-family: Arial, Verdana, Tahoma;
font-size: 12px;
font-weight: normal;
color: #111111;
}

table {
border-collapse: collapse;
}

table.border td {
border: 1px solid #999999;
}

p {
font-family: Arial, Verdana, Tahoma;
font-size: 12px;
font-weight: normal;
color: #111111;
text-align: justify;
}

/* Свойства ссылок */

a {
font-family: Arial, Verdana, Tahoma;
font-size: 12px;
color: #0099CC;
text-decoration: underline;
}

a:hover {
font-family: Arial, Verdana, Tahoma;
font-size: 12px;
color: #FF6600;
text-decoration: underline;
}

.2a {
font-family: Arial, Verdana, Tahoma;
font-size: 12px;
color: #555555;
text-decoration: underline;
}

/* СВОЙСТВА МЕНЮ */

/* Свойства главных пунктов меню */

a.menu {
font-family: Verdana, Arial, Tahoma;
font-size: 12px;
font-weight: normal;
color: #0099CC;
text-decoration: underline;
}

a:hover.menu {
font-family: Verdana, Arial, Tahoma;
font-size: 12px;
font-weight: normal;
color: #FF9933;
text-decoration: underline;
}

.menu_active {
font-family: Verdana, Arial, Tahoma;
font-size: 12px;
font-weight: normal;
color: #000000;
border-bottom: 1px solid #999999;
}

.menu_not_active {
font-family: Verdana, Arial, Tahoma;
font-size: 12px;
font-weight: normal;
color: #555555;
border-bottom: 1px solid #FFFFFF;
}

/* Свойства субменю */

a.submenu {
font-family: Verdana, Arial, Tahoma;
font-size: 10px;
font-weight: normal;
color: #555555;
text-decoration: underline;
}

a:hover.submenu {
font-family: Verdana, Arial, Tahoma;
font-size: 10px;
font-weight: normal;
color: #FF9933;
text-decoration: underline;
}

.submenu_active {
font-family: Verdana, Arial, Tahoma;
font-size: 10px;
font-weight: normal;
color: #000000;
border-bottom: 1px solid #999999;
}

.submenu_not_active {
font-family: Verdana, Arial, Tahoma;
font-size: 10px;
font-weight: normal;
color: #555555;
border-bottom: 1px solid #FFFFFF;
}

/* Свойства списков */

ul, ol {
list-style: square;
list-style-image: url(/images/yellow_cube.gif);
}

.2ul {
list-style: square;
list-style-image: url(/images/black_cube.gif);
}

li {
font-family: Arial, Verdana, Tahoma;
font-size: 12px;
color: #111111;
margin-top: 5px;
}

/* Свойства заголовков */

H1 {
font-family: Arial, Verdana, Tahoma;
font-size: 14px;
font-weight: bold;
color: #555555;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

H2 {
font-family: Arial, Verdana, Tahoma;
font-size: 14px;
font-weight: bold;
color: #555555;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

H3 {
font-family: Arial, Verdana, Tahoma;
font-size: 12px;
font-weight: bold;
color: #555555;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

/* Свойства форм и полей ввода */

input,textarea,select {
border: 1px solid #999999;
font-family: Verdana, Arial, Helvetica;
font-size: 10pt;
}

input.submit {
border: 1px solid #0099CC;
font-family: Verdana, Arial, Helvetica;
font-size: 11px;
background-color: #0099CC;
color: #FFFFFF;
font-weight: bold;
}

input.check {
border-width: 0px;
background-color: transparent;
}

.image_td {
border-top: 1px solid #ACC7F4;
border-bottom: 1px solid #ACC7F4;
}

/* Разные свойства */

.plashka_text {
font-family: Verdana, Arial, Tahoma;
font-size: 12px;
font-weight: bold;
color: #333333;
}

.copyright {
font-family: Verdana, Arial, Tahoma;
font-size: 12px;
font-weight: normal;
color: #555555;
}

.error {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #DD0000;
}

