div.newsBox {
   display:none;
   height:430px;
   width:500px;
   -moz-opacity:0.5;   /*moz*/
   opacity: 0.5; /*opera,etc..*/
   zoom:1; /* to fix IE opacity bug*/
}
div.pageOne {
   height:430px;
   width:540px;
   margin-left:50px;
}
div.newsFormbox {
 position:absolute; 
 margin-left:32px;
 margin-top:38px;

}
div.newsInnerBox {
  border-top:2pt dotted  gray;
 overflow-y:scroll;
 overflow-x:hide; 
  font-family:georgia, "times new roman", sans;
 height:330px;
 width:570px;
}
.newsElement {
  padding-bottom:10px;
}
.newsHeadline{
  font-size:12pt; 
  font-weight:bold;
 }

.newsLink {
  font-style:oblique;
  color:blue;
  cursor:pointer;
  cursor:hand;
}
div.newsField {
  font-size:10pt;
  padding-top:2px;
  margin-left:30px;
  margin-right:30px; 
}
div.startBlank{
 zoom:1; /* to fix IE opacity bug*/
 filter:alpha(opacity=0);
 opacity:0;
}