html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:760px;
}

.body {
	background-color: #FFFFFF;
}

/*Шрифт*/
body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4b4b4b;
	background-color: #FFFFFF;
}

/* Шрифт нижняя подпись */
.signature_down
{
	font-size: 11px;
	color: #4b4b4b;
        letter-spacing: 0,95px;
        font-weight: bold;
}


/* Шрифт правого меню */
a:hover.menu_right
{
        text-decoration: underline;
}

a:link.menu_right, a:visited.menu_right, a:active.menu_right, a.menu_right
{
        color: #1d5b31;
        font-size: 11px;
        font-weight: bold;
        cursor: pointer;
        cursor: hand;
}

a:hover.general_link
{
        text-decoration: underline;
}

a:link.general_link, a:visited.general_link, a:active.general_link, a.general_link
{
        font-size: 10px;
        cursor: pointer;
        cursor: hand;
}

/* Шрифт левого меню */
td.menu_left_button
{
        background-color: #8eb295;
        border:0;
        solid #ffffff;
        cursor:pointer;
        cursor:hand;
        font-size: 11px;
        color: #4b4b4b;
        text-align: left;
        letter-spacing: 0,95px;
        font-weight: bold;
        valign: middle;
	padding: 6px 1px;
}

/* Шрифт левого меню при наведении */
td.menu_left_button_selected
{
        background-color: #8eb295;
        border:0;
        solid #ffffff;
        cursor:pointer;
        cursor:hand;
        font-size: 11px;
        color: #0b0b0b;
        text-align: left;
        letter-spacing: 0,95px;
        font-weight: bold;
        valign: middle;
	padding: 6px 1px;
}

/* Поля поиска левого меню */
.menu_left_search_button input
{
        font-family: Georgia, "Times New Roman", Times, serif;
        width: 50px;
        height: 20px;
        background-color: #8eb295;
        border:0;
        solid #ffffff;
        cursor:pointer;
        cursor:hand;
        font-size: 11px;
        color: #4b4b4b;
        text-align: left;
        letter-spacing: 0,95px;
        font-weight: bold;
}

/* Поля поиска левого меню при наведении */
.menu_left_search_button_selected input
{
        font-family: Georgia, "Times New Roman", Times, serif;
        width: 50px;
        height: 20px;
        background-color: #8eb295;
        border:0;
        solid #ffffff;
        cursor:pointer;
        cursor:hand;
        font-size: 11px;
        color: #0b0b0b;
        text-align: left;
        letter-spacing: 0,95px;
        font-weight: bold;
}

/* Поля ввода слова для поиска левого меню */
.menu_left_search input
{
        font-family: Georgia, "Times New Roman", Times, serif;
        width: 120px;
        background-color: #ffffff;
        border:1 solid #4b4b4b;
        color: #4b4b4b;
        font-size: 11px;
}

/*Шрифт в таблице*/
table
{
	font-size:100%;
}

/*Ссылки*/
a:link, a:visited, a:active
{
        text-decoration: none;
}

a:hover
{
        text-decoration: underline;
}

a:link.general_link, a:visited.general_link, a:active.general_link, a.general_link
{
	color: #4b4b4b;
	font-size: 12px;
        letter-spacing: 0,95px;
        cursor: pointer;
        cursor: hand;
}

a:link.general_small_link, a:visited.general_small_link, a:active.general_small_link, a.general_small_link
{
	color: #4b4b4b;
	font-size: 10px;
        letter-spacing: 0,95px;
        cursor: pointer;
        cursor: hand;
}

/*Ссылки раскрутки сайтов*/
a.link, a:visited.link, a:link.link, a:active.link, a:hover.link
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1px;
	text-decoration: none;
        cursor: default;
}