a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	color: #E13D17;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #646464;
	text-decoration: underline;
	font-size: 15px;
	font-weight: normal;
}
a.link:link, a.link:active, a.link:visited {
	font-family: Tahoma, Arial;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}
a.link:hover {
	font-family: Tahoma, Arial;
	color: #FFF;
	text-decoration: underline;
	font-size: 16px;
	font-weight: normal;
}
BODY {
	font-weight: normal;
	background-color: #FFFFFF;
	background-image: url(images/bursak2.gif);
	background-position: left;
	font-size: 15px;
}
TABLE.main_table {
  background-color: #FFFFFF;
  position: relative;
}
div.website_slogan {
  position: absolute;
  top: 50px;
  left: 20px;
  font-size: 20px;
}
div.website_slogan a {
  font-size: 20px;
}
#contacts {
  position: absolute;
  left: 20px;
  top: 160px;
  font-size: 20px;
  font-weight: normal;
  color: #000000;
  width: 215px;
  text-align:left;
}
#contacts a {
  font-size: 20px;
  text-decoration: none;
}

.button_search {
  width: 58px;
  height: 19px;
  background-image: url(images/button_search.gif);
	background-position: left;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	border-width: 0px;
}
.menu ul {
	padding:6px 0px 0px;
        height: 24px;
	margin:0px;
}
.menu li {
	display:inline;
	background:url(images/menu_bottom.gif) left bottom repeat-x;
     padding:6px 15px;
}
.menu li a{
	color:#26552A;
	text-decoration:none;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
        padding: 5px 0px;
}
.menu li:hover {
	text-decoration:none;
	background:url(images/menu_current.gif) left bottom repeat-x;
}
.menu li.current{
	text-decoration:none;
	background:url(images/menu_current.gif) left bottom repeat-x;
}
.side_menu {
	padding:10px 5px 10px 10px;
}

.side_menu ul {
	margin:0px;
	padding:0px;
}

.side_menu li {
	display:block;
	border-bottom:1px solid #80D7F6;
	list-style:none;
	padding:5px 0px 5px 0px;
	font-weight:bold;
	font-size:10px;
}
TD {
	font-family: Tahoma, Arial;
	color: #3B3D3E;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #0070DF;
}
.red {
	color: #CE0101;
}
.px11 {
	font-size: 11px;
}
.grey {
	color: #5D6068;
	font-weight: normal;
}
.orange {
	color: #FF5400;
}