

h4 {
   font-family: georgia, 'times new roman', serif;
background: url(../images/news_top.jpg) top left no-repeat;

   font-size: 1.8em;
   line-height: 1.1em;
   font-weight: bold;
   padding-top: 20px;
   color: #333333;

}

#vert h4:hover {
	cursor:pointer;
}


h4 em {
   background: url(../images/news_bottom_arrow.jpg) bottom left no-repeat;
  display: block;
  padding-bottom: 20px;
  padding-left: 15px;
}

h4 em.open {
	background: url(../images/news_bottom.jpg) bottom left no-repeat;
}

div.news {
   padding: 3px 10px;
}

*:first-child+html div.news {
   margin: 10px;
}


