body {
	background-color: #F0E9E3;
	background-image:url(img/m-bg.jpg);
	background-repeat:repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {border-color: #512601;}
h1, h2, h3 {
	color: #512601;
}
h1 {font-size:16px;}
h2 {font-size:14px;}
h3 {font-size:12px; margin:0 0 0 0;}

a:link, a:visited, a:active {
	color: #512601;
	text-decoration: none;
}
a:hover {
	color: #FF9933;
	text-decoration: none;
}
.menu {
	font-size: 12px;
	font-weight:bold;
}
.menu li {
  list-style-image: url(img/bul.gif);
	margin:0 0 10px -15px;
}
.menu a,
.menu a:link,
.menu a:visited,
.menu a:active {
	font-size: 12px;
	color: #512601;
	background-repeat: no-repeat;
	background-position: left;
  list-style-image: url(img/bul.gif);
}
.menu a:hover {
	color: #FF9933;
	background-repeat: no-repeat;
	background-position: left;
	list-style-image: url(img/bul-sel.gif);
}
.infotd {
  padding:25px 25px 25px 50px;
}
.seltext {
	color: #F5790C;
	font-weight: bold;
}
.infotd table {
  border-collapse:collapse;
}
.listlink, 
.listlink a,
.listlink a:link,
.listlink a:visited,
.listlink a:active{
	color: #000;
}
.listlink a:hover {
	color: #FF9933;
}