
p,ul,li {
  font-family:verdana,geneva,helvetica,sans-serif;
/* font-size:12px;*/
  color:black;
/*	font-weight: bold;*/
}

.news {
  font-family:verdana,geneva,helvetica,sans-serif;
  font-size:14pt;
  color:red;
  letter-spacing:2px;
  font-weight: bold;
  font-style:italic;
	background-color: #ffff00;
}

.newsdate {
  font-family:verdana,geneva,helvetica,sans-serif;
  font-size:10pt;
  color: 404040;
  letter-spacing:0px;
  font-weight: bold;
  /*background-color: #ffff00;*/
}

tt,pre {
  font-family:courier new,courier;
  white-space:0px;
  font-size:8pt;
  color:black;
  letter-spacing:0px;
  font-weight: normal;
	margin-top: 0;
/*	line-height:9pt;*/
}

TABLE {
	font-size: 9pt; 
	font-family: verdana,helvetica; 
	text-decoration: none;
/*	white-space:nowrap;*/
/*	vertical-align:top;*/
}

BODY {
	margin-top: 4px;
	margin-left: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-height: 0;
	margin-width: 0;
/*	background-color: white;*/
	background-color: #d0d0d0;
  font-family:verdana,geneva,helvetica,sans-serif;
  font-size:10pt;
  color:black;

}

A:hover   {
/*	text-decoration: underline;*/
	text-decoration: none;
	color: red;
}

A {
	text-decoration: none;
	color: blue;
}

