.documentTitleBullet {
  font-size: 18pt;
  color: #000000;
}

.documentTitleNormal {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 18px;
  font-weight: bold;
	padding-left:0px;
	margin-left:0px;
	padding-bottom:10px;
	color: #454545;
}

.documentInfotextHeader {
  font-weight: bold;
	color: #454545;
}

.documentAbstract {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	font-weight:bold;
	color: #545A60;
  text-align: justify;
}

.documentBody {
	font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color:#111111;
	text-align: justify;
}

.horizontalRow {
  color: #CCCCCC;
}

.teaserHeader {
  font-size: 15px;
  font-weight:bold;
  color: #454545;
}

.teaserSubHeader {
	color: #777777;
}

.searchQueryFoundTitle {
  color: #999999;
  text-decoration: underline;
}

.searchQueryFoundAbstract {
  color: #999999;
  font-weight: bold;
  text-decoration: underline;
}

td.editor {
  font-size: 8pt;
  color: #777777;
}

td.links {
  font-size: 8pt;
  text-decoration: underline;
  color: #777777;
}

td.documentSubTitle {
  font-weight: bold;
  font-size: 8pt;
  color: #000000;
}


td.copyright {
  font-size: 8pt;
  color: #CCCCCC;
}

td.content {
  background-color: #F9F9F9;
  color: #333333;
}

a:link {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:active {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #333333;
  text-decoration: underline;
}
