* {
	margin:0;
	padding: 0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #555555;
	background:url(images/background.gif) repeat-x #ffffff;
}

p, h1, h2, h3, h4, h5, h6, ol, ul {
	margin-bottom:10px;
}
li {
	margin-bottom:2px;
}
ul li, ol li {
	margin-left:15px;
}
.yald_body a:hover {
color:red;
}
.yald_body {
padding:4px;
}
.subcats {
margin-left:10px;
}
#wrap {
	width:800px;
	text-align:left;
}
#header {
	height:75px;
	margin-bottom:15px;
}
#footer {
	margin: 15px 0px;
	padding-top:15px;
	border-top: 1px solid #eaeced;
}
h1 {
	font-size: 16pt;
	font-weight: normal;
	line-height:75px;
}
.searchform {
	width:300px;
/*	background-color: #e3eefb;
	border: 1px solid #d9d9d9; */
	padding: 15px 0px;
	margin-bottom:25px;
	text-align:center;
}
.breadcrumbs {
	color: #999;
	margin-bottom:15px;
}
.breadcrumbs a {
	color: #999;
	text-decoration: none;
}
.cat {
	font-size: 10pt;
	font-weight: bold;
	color: #003471;
}
.cat a {
	color: #003471;
	text-decoration: none;
}
a {
	color: #555555;
	text-decoration: none;
}
li {
	margin-bottom:10px;
}
ul li {
	list-style: none;
}
/* forms */
input {
	border: 1px solid #eaeced;
	padding:2px;
}
.search {
	background:url(images/button_search.gif) no-repeat;
	width:100px;
	height:25px;
	border:0px;
}
