h1 {
	background:url(../images/bg-headline.gif) no-repeat 0 0;
	height:30px;
	line-height:26px;
	margin-bottom:20px;
	overflow:hidden;
	font-size:14px;
	padding-left:32px;
}
h2 {
	color:#008D73;
	font-size:15px;
  margin-bottom:5px;
}
h3 {
  font-weight:normal;
  margin-bottom:5px;
}
h4 {
}
h5 {
}
h6 {
}
p {
	margin-bottom:20px;
}
td p {
	margin-bottom:0;
}

p.alignright, p.align-right {
  text-align:right;
}
a,a:hover {
	color: #008d73;
	text-decoration:none;
}
a:hover {
	color:#009999;
}
a.download-block, a.download-block:hover {
  display:block;
}
a.external-link-block, a.external-link-block:hover {
  display:block;
}

hr {
  border: none 0;
  border-top: 1px solid #777;
  height:1px;
} 

ol {
  padding-left:18px;
}

ul li {
	background:url(../images/li.gif) no-repeat left 10px;
	padding-left:12px;
}
ul li ul li {
	background:url(../images/ulli.gif) no-repeat left 10px;
	padding-left:12px;
}

ul ul {
  margin-bottom:0;
  margin-top:5px;
}
ul, ol {
	margin-bottom:0;
}

ul li {
}
ol li {
}

a,img {
	outline:none;
	border:0 none;
}

span.nowrap {
  white-space:nowrap;
}
span.green {
	color:#008D73;
}
