body {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	font-family: Tahoma;
}
H1 {
	display:inline;
}
A {
color:#083DED;
}
A:hover {
text-decoration:none;
color:#0029B2;
}

/* ---- cellpadding=0 cellspacing=0 ------- */
table {
	border-collapse: collapse;
	width: 100%;
	border: none;
}
table td {
	padding:0px;
	font-size: 70%;
	color: #000000;
}
/* --- Top part ---- */
.top_part {
	height: 321px;
	background-image: url(../images/top_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
table.top {
	height: 321px;
	background-image: url(../images/top_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.logo {
	width: 266px;
	padding: 49px 0px 0px 73px;
}
table.top_links {
	width: 10px;
	border: solid;
}
TD.top_links {
	padding:61px 0px 0px 39px;
}
a.top_links {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a.top_links:hover {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
/* --- Content part ----*/
h1.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
}
td.left_part {
	width: 155px;
}
a.left {
	color: #3399FF;
	font-size: 11px;
	text-decoration: none;
}
a.left:hover {
	color: #3399FF;
	font-size: 11px;
	text-decoration: underline;
}
input.field, select {
	border: solid 1px #D5D5D5;
	width: 127px;
	height: 21px;
	font-family: Tahoma;
	font-size: 11px;
	color: #003366;
	padding: 3px 6px 0px 6px;
}
table.search td{
	padding:1px 0px 1px 0px;
}
span.cat_title {
	background-image: url(../images/content_title_back.gif);
	background-repeat: repeat;
	background-position: left top;
	color: #ffffff;
	padding: 4px 4px 0px 4px;
	height: 19px;
	margin-bottom: 8px;
}
div.cat_item {
height: 14px;
padding: 2px 5px 2px 5px;
color: #333333;
}
a.cat_item {
	color: #333333;
	text-decoration: none;
}
a.cat_item:hover {
	text-decoration: underline;
}
table.actual_article {
   background-image: url(../images/article_back.jpg);
	background-repeat:no-repeat;
	background-position: left top;
}
a.article {
	color: #666666;
	text-decoration: underline;
}
img.item_image {
	border: 1px solid rgb(232, 232, 232);
}

/* ---------- Bottom part --------------- */
table.bottom_part {
	height: 155px;
	background-image: url(../images/bottom_back.gif);
	background-repeat: repeat-x;
}
td.bottom_part {
	background-image: url(../images/bottom_back.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.counter {
   text-align: right;
	padding: 83px 28px 0px 0px;
}
div.bottom1 {
	float:left;
	padding: 84px 0px 0px 81px;
	color: #333333;
	margin-right: 82px;
}
.telephone {
	color:#333333;
	font-size: 12px;
	font-weight: bold;
}
div.bottom2 {
	float:left;
	padding: 84px 0px 0px 0px;
	color: #333333;
}
/*-----------------------*/
#nound {
	text-decoration: none;
}
#und {
	text-decoration: underline;
}