body,td,th {
	font-size: 12px;
	margin-top: 0px;
	font-family: Arial;
	color: #333333;
	text-decoration: none;
}

a {
        color: #009BC3;
	text-decoration: none;
}

a:hover {
        color: #333333;
	text-decoration: none;
}

a.rub_parent {
        color: #449939;
        font-size: 15px;
        font-weight: none;
        text-decoration: underline;
}

a.rub_parent:hover {
        color: #009BC3;
        text-decoration: underline;
}

a.rub_num_parent {
        color: #449939;
        font-size: 15px;
        font-weight: none;
        text-decoration: underline;
}

a.rub_num_parent:hover {
        color: #009BC3;
        text-decoration: underline;
}

a.rub_child {
        font-size: 13px;
        color: #808080;
        text-decoration: none;
}

a.rub_child:hover {
        color: #009BC3;
	text-decoration: none;
}

a.rub_child7 {
        font-size: 13px;
        color: #009BC3;
        text-decoration: none;
}

a.rub_child7:hover {
        color: #449939;
	text-decoration: none;
}

a.site_title {
        font-size: 13px;
        font-weight: none;
}

.caption {
        background-color: #009BC3;
        color: #FFFFFF;
}

.caption a {
        color: #FFFFFF;
}

.caption a:hover {
        color: #F5FB00;
}

.form_caption {
        text-align: right;
        font-weight: none;
}

.form_comment {
        font-size: 11px;
        text-align: justify;
}

input, select, textarea {
        font-size: 11px;
}

label {
        cursor: hand;
}

.bm_link {
        color: #009BC3;
        font-weight: none;
}
bm_link {
        color: #FFFFFF;
        font-weight: none;
}
.bm_link:hover {
        color: #333333;
        font-weight: none;
}

.cat_links {
        color: #009BC3;
}

.cat_links:hover {
        color: #333333;
}

.maroon {
	color: maroon;
}

.green {
	color: green;
}

.red {
        color: red;
}

.hidden {
	display: none;
}

h1 {
	font-size: 16px;
	margin: 20px 0px 20px 0px;
}

h2 {
	font-size: 14px;
	margin: 20px 0px 10px 0px;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 12px;
}

h3,  h4 {
	margin: 15px 0px 10px 0px;
}

.none {
	display: none;
}

/*
РУБРИКИ
a.rub_parent{ ссылки рубрик < 10 }
a.rub_num_parent{ ссылки рубрик > 10 }
a.rub_parent:hover { меняет цвет при наведении курсором на ссылку рубрики }
a.rub_child { подрубрики }

РЕГИСТРАЦИОННАЯ ФОРМА
form_caption{ название поля }
form_comment{ комментарий поля }

a.site_title { названия страниц }

bm_link{ нижние ссылки на страницы каталога }
bm_link:hover{ меняет цвет при наведении курсором }

cat_links{ рубрики ресурса }
cat_links:hover{ цвет при наведении курсором }
*/