body {
}

* {
	font-family: verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	outline: 0;
}

ul.menu {
	list-style: none;
	margin: 0;
	background: url(/images/top_menu_bg.png) repeat-y;
}

ul.menu li {
	line-height: 150%;
	margin: 0px 13px 0px 13px;
	padding-bottom: 5px;
	display: block;

}


ul, ol {
  margin: 10px;
}

li {
  margin-left: 20px;
}

h2 {
	font-weight: bold;
	font-size: 20px;
	display: block;
	border-bottom: 1px solid #A8B764;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

p { 
  margin: 5px 0 5px 0;
}

a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #000;
}

a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #000;
}

a:visited {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #000;
}

a:visited :hover {
	text-decoration: none; color : #000;
	border-bottom: 1px solid #000;
	color: #000;
}

.content {
  margin: 0 auto;
  width: 990px;

}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cb {
	clear: both;
}

.logo {
  margin-top: 44px;
}

.logo a {
  border: 0;
}

.top_menu_1 {
  width: 180px;
  height: 49px;
  background: url(/images/top_menu_1.png) no-repeat;

}

.top_menu_2 {
  width: 180px;
  height: 49px;
  background: url(/images/top_menu_2.png) no-repeat;

}

.top_menu_3 {
  width: 180px;
  height: 49px;
  background: url(/images/top_menu_3.png) no-repeat;

}

.top_menu_bottom {
  width: 180px;
  height: 15px;
  background: url(/images/top_menu_bottom.png)
}

.top_menu_txt {
  padding: 16px 0 0 25px;
  color: #fff;
  font-weight: bold;
}

.txt_block {
	width: 800px;
	background: url(/images/text_bg.png) repeat-y;
	line-height: 150%;
}

.txt_block_padd {
	padding: 10px;
}

.bg_png {
	background: url(/images/text_bg.png);
}


.cent {
text-align: center;

}


