﻿body
{
	background-image:url(../img/bg.gif);
	margin:0px 0px 0px 0px;
	font-family:Tahoma;
	font-size:10pt;
	color: #FFFFFF;
	min-width:900px;
}

.top_left
{
	width:100%;
	height:100%;
	background-image:url(../img/1.gif);
	background-repeat:no-repeat;
}
.top_left_td
{
	width:288px;
	height:205px;
	vertical-align:top;
}
.bottom_left
{
	width:288px;
	height:230px;
	background-image:url(../img/3.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.bottom_middle
{
	width:100%;
	height:100%;
	background-image:url(../img/4.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}
.bottom_right
{
	width:100%;
	height:100%;
	background-image:url(../img/5.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.left_menu_a
{
	color: #FFFFFF;
	font-size: 10pt;
	text-decoration: underline;
	font-weight: normal;
}

.left_menu_a:hover
{
	color: #FFFFFF;
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
}

.link_bottom
{
	color:#595959;
	font-size: 8pt;
	text-decoration: underline;
	font-weight: normal;
}

.link_bottom:hover
{
	color:#FF0000;
	font-size: 8pt;
	text-decoration: underline;
	font-weight: normal;
}

.link_smirnov
{
	color:#FF0000;
	font-size:8pt;
	text-decoration:underline;
	font-weight:normal;
}

.link_smirnov:hover
{
	color:#FF0000;
	font-size:8pt;
	text-decoration:none;
	font-weight:normal;
}

.left_angle_grey
{
	width:6px;
	height:6px;
	background-image:url(../img/left_angle_grey.gif);
	background-repeat:no-repeat;
}

.line_grey
{
	height:6px;
	width:60px;
	background-image:url(../img/line_grey.gif);
	background-repeat:repeat-x;
}

.right_angle_grey
{
	width:6px;
	height:6px;
	background-image:url(../img/right_angle_grey.gif);
	background-repeat:no-repeat;
}

.left_angle_red
{
	width:6px;
	height:6px;
	background-image:url(../img/left_angle_red.gif);
	background-repeat:no-repeat;
}

.line_red
{
	height:6px;
	width:60px;
	background-image:url(../img/line_red.gif);
	background-repeat:repeat-x;
}

.right_angle_red
{
	width:6px;
	height:6px;
	background-image:url(../img/right_angle_red.gif);
	background-repeat:no-repeat;
}

