﻿/* the news box */
#ctl00_newsplaceholder_HomePageNews1_DLoverviewbullets
{
   width:210px;
}
#news
{
	
	font: 1em Georgia;	
	
	
}
#news .bold
{
    font-weight:normal;
    
}

#ctl00_ContentPlaceContent_HomePageNews1_DLoverviewbullets table td
{
     
}
#news a:visited
{
    color: #000066;
    padding-bottom: 5px;
    font-size: 10px;
    text-decoration: none;
}
#news a
{
    color: #000066;
    padding-bottom:5px;
    font-size:10px;
    text-decoration: none;
}

#news a:hover
{
    color: #000066;
    padding-bottom: 5px;
    font-size: 10px;
    text-decoration: underline;
}


#news div
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news div{
	line-height:1em;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:200px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS div
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}