/*
a:link
{
	color: Black;
	font-size: 12px;
	text-decoration: none;
}

a:visited
{
	color: Black;
	font-size: 12px;
	text-decoration: none;
}

a:hover
{
	color: Black;
	font-size: 12px;
	text-decoration: none;
}*/

body{
	font-family: Verdana;
	font-size: 10pt;
	background-color: white;
	margin: 0;
}
p{ font-family: Verdana; line-height: 10pt; }
p.descr{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 7pt;
	line-height: 8pt;
}

table.banners{ width: 100%; }
table.plot{ width: 900px; }
table.parent{
	background: url(imgs/fon_index_midle.jpg) repeat-x top;
	width: 100%;
}

td.top{
	background: url(./imgs/fon_index_top.jpg) repeat-x top;
	height: 100px;
	text-align: center;
}
td.left-y{
	width: 274px;
	height: 61px;
	vertical-align: bottom;
	background: url(imgs/fon_index_left_1.jpg) no-repeat;
}
td.right-y{
	width: 276px;
	height: 61px;
	vertical-align: bottom;
	background: url(imgs/fon_index_right_1.jpg) no-repeat top;
}
td.center{ width: 350px; height: 246px; vertical-align: top; }
td.bot{
	width: 80px;
	vertical-align: top;
}
td.table-cap{
	font-weight: bold;
	padding: 0 5px 20px 5px;
}
td.cont{
	vertical-align: top;
	padding: 5px;
	width: 25%;
}


#bold{ font-weight: bold; }

a.black{ color: black; text-decoration: none; }
a.black:visited{ color: black; }
a.black:hover{ color: #3e74a3; }

a{ color: gray; text-decoration: none; }
a:visited{ color: gray; }
a:hover{ color: black/*#3e74a3*/; }

a.d{ color: white; text-decoration: none; }
a.d:visited{ color: white; }
a.d:hover{ color: #acc7df; }

a.vip{ color: red; font-weight: bold; text-decoration: none; }
a.vip:visited{ color: red; }
a.vip:hover{ color: black; text-decoration: none; }

hr.city{
	background-color: silver;
	width: 100%;
	height: 1px;
	border: none;
	text-align: left;
}
