


td.newsmonth {
background-color: transparent;
padding-left: 5px;
padding-top: 10px;
margin-top: 10px;
border-top: thin #ccccdd solid;
font-family: Helvetica;
font-size: 14pt;
text-align: center;
font-bold: true;
color: #555588;


}


/* the main news panel containers clip: rect(0,0,250px,0); */

div.border {
position: relative;
width: 100%;
top: 0px;
left: 0px;

border: 4px yellow solid; 
}

div.hold {
position: relative;
width: 100%;
left: 0px;
Top: 0px;

border: 1px #ddddee solid;
}


div.news {
position: absolute;
width: 100%;
top: 0px;
left: 0px;
padding: 0px,0px,0px,0px;
valign:top;
horizontal-align:center;
border:1px green solid;
}


/* headings on the news area */

td.date {
width: 8%;
font-family: Helvetica;
font-size: 8pt;
background-color: #bbbbcc;
padding-left: 10px;
padding-top: 2px;
padding-bottom: 2px;

}

td.mainheading {
width: 100%;
font-family: Arial;
font-size: 9pt;
background-color: #bbbbcc;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 10px;

}

td.subheading {
font-family: 'Times New Roman';
font-size: 11pt;
background-color: #ddddee;
padding: 2px 0px 2px 10px;
margin-top: 5px;
}

/* the news text */

td.newstext {
border: thin #ddddee solid;
padding: 7px 20px 10px 10px;
font-family: Arial;
font-size: 9pt;
background-color: white;

}

div.footer {
position: relative;
right:0px;
width:10%
top: -10px;
background-color: white;
}

