html, body{
  font-family: sans-serif, serif, courier, times;
}


h1, h2, h3 {
  font-family: Arial, times;
}


p {

  text-align: justify;
  font-size: 10pt;
  text-indent: 2em;
}

p.objectDescription, p.pageDescription {
  text-indent: 0;
  font-weight: bold;
}


#banner, #leftContent, #rightContent, #footer, #userPanel, #objectActionContainer, #documentActions, .newsPageParentURL {
  display: none;
}

a img {
  border: 0;

}

#page {
  padding: 2px;
}

a {
font-size: 8pt;
}




/**
 **  N Y H E T E R 
 **/



.clearer {
	margin-top: 1em;
	margin-bottom: 2em;
}

#newsArchive {
	clear:both;
}

div.newsItem {
  width: 30%;
  padding: 10px;
}
div.newsItem.even {
  float: left;
  border-left: 2px dotted #666666;
  border-right: 2px dotted #666666;
}

div.newsItem.odd {
  float: left;
}
