table.shortnews {
	width: 651px;
}
table.shortnews tr td {
	padding:3px;
}
.shortnews-title {
	font-weight: bold; font-size: 1.0em;
}
.shortnews {
	font-size: 1.0em;
}
td.shortnews-separator {
	/*border-top: #69c63c 1px solid; height: 1px*/
}

/* -------------- */
/* News-List-Page */
/* -------------- */
table.longnewslist tr td
{
	vertical-align:top;
	padding-right: 10px;
	padding-bottom: 10px;
}

table.longnewslist tr td p
{
	margin: 0px 0px 5px 0px;
}

.newslistheader
{
  margin-bottom:0.7em;
  font-family : Helvetica, Arial, Geneva, sans-serif;
  font-size : 1em;
  font-weight : bold;
}

.newslisttext
{
  margin-top : 0.5em;
  margin-bottom:0.5em;
  font-size : 1em;
  font-weight : normal;
}

a.newslistmorelink
{
  font-size : 1em;
  color : red ;
}

p.news-goto-toc
{
  font-size : 1em;
  text-align : right;
}

/* --------- */
/* News-Page */
/* --------- */
table.newstable
{
  width:100%;
  margin-left: 0px;
  padding-left: 0px;
}

table.newstable tr td
{
	vertical-align: top;
	margin-left: 0px;
	padding-left: 0px;
}

table.newstable h2
{
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

table.newstable td.news-date
{
  white-space: nowrap;
  text-align : right;
}
