/* The images which help create rounded corners depend on the 
   following widths and measurements. If you want to change 
   these measurements, the images will also need to change.
   */

#newsbox {
	FONT-SIZE: 90%;
}



#newsbox UL {
	position: relative;
	FLOAT: left;	
	WIDTH: 360px;

}
#newsbox LI {
  BACKGROUND: url(images/whitetop360.gif) #F3F8A0 no-repeat left top; 
	MARGIN: 0px 0px 0px 0px; 
	PADDING: 5px 5px 5px 5px;
	BORDER-BOTTOM: #5A5B48 1px dotted;
	text-align:left;
	FONT-FAMILY: Verdana, sans-serif;
	FONT-SIZE: 12px; 
	COLOR: #5A5B48
}


#newsbox LI a {
	text-decoration:none;
  COLOR: #000
  }
#newsbox LI a:link {
  color:#000;
  }
#newsbox LI a:visited {
  color:#000;
	}
#newsbox LI a:hover {
  color:#000;
  }	

#newsbox OL {
	MARGIN: 0px 5px 0px 0px; 
	PADDING: 2px 3px 4px 5px;
  text-align:justify;
	text-decoration:none   
	}

#newsbox OL a {
  MARGIN: 0px 0px 0px 0px; 
	PADDING-TOP: 20px;
  PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 20px;
	PADDING-RIGHT: 0px; 
	FONT-SIZE: 80%;
	text-decoration:none;
  COLOR: #666
  }
#newsbox OL a:link {
  color:#666;
  }
#newsbox OL a:visited {
  color:#666;
  }
#newsbox OL a:hover {
  color:#000;
  }