BODY {
  color:          white;
  background:     silver;
  margin:         0px 0px 0px 0px;
  padding:        0px 0px 0px 0px;
}
TABLE {
  margin:         0px 0px 0px 0px;
  padding:        0px 0px 0px 0px;
}
TD {
  font-size:      14px;
  line-height:    120%;
  color:          black;
}

#news td{
	line-height:17px;}

TABLE.title {
  width:          540px;
  height:         26px;
  background : #3366cc url(../images/title_back.gif) no-repeat right top;
}
TD.title {
  font-weight:    bold;
  vertical-align: top;
  padding:        6px 0px 0px 16px;
  color:          white;
}
TABLE.frame {
  color:          black;
  background:     #778899;
  width:          660px;
  margin:         10px 0px 0px 0px;
}
TABLE.frame2 {
  color:          black;
  background:     #778899;
  width:          660px;
  padding:        10px 10px 10px 10px;
  margin:         10px 0px 0px 0px;
}
P.body {
	HEIGHT: 140PX; OVERFLOW-Y: scroll;
}

TABLE.body {
  color:          black;
  background:     white;
  width:          624px;
  margin:        4px 10px 10px 10px;

}

TD.itemname {
  font-weight:    bold;
  color:          black;
  vertical-align: top;
  background:     silver;
  width:          120px;
}
TD.itemdata {
  font-weight:    bold;
  color:          black;
  vertical-align: top;
  background:     white;
  width:          380px;
}

TABLE.iso {
  color:          black;
  background:     white;
  width:          660px;
  padding:        5px 5px 5px 5px;
  margin:         10px 0px 0px 0px;
}
TD.iso {
  font-size:      12px;
}

A {
  color:            blue;
  text-decoration:  none;
}
A:link    { color: blue; text-decoration: none; }
A:visited { color: blue; text-decoration: none; }
A:hover   { color: red;  text-decoration: none; }


#news{
	height:160px;
	overflow-y:scroll;
	width:640px;
	margin:6px auto 10px;
	}
	
#news table.body{
	margin:0;
	width:100%;}

.corona-body {
    background:#FF0004;
    width: 660px;
    margin-top: 10px;
    padding: 15px 0;
}

.impnews_title {
    font-weight: bold;
    color: #fff;
}

.impnews_txt {
    color: #FFFFFF;
    font-weight: bold;
}

.impnews_txt a{
    color: #fff;
    text-decoration: underline;
}
.impnews_txt a:hover{
    text-decoration: none;
}