.text
{
color:#000000;
font-size:12px;
font-family:Arial;
  }
  
  .textcolor
{
color:#003399;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
  }
    .name
{
color:#003399;
font-size:12px;
font-family:Arial;
  }
  #news
{
	width:212px;
}
#news a
{
	color:#000;
}


/* the news box when JavaScript is available */
#news.hasJS
{
	height:45px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */

#news.hasJS ul
{
	position:absolute;
	top:10px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
