﻿@charset "UTF-8";
/* CSS Document */

#newsbox{
	margin-top: 6px;
	width: 240px;
	height: 160px;
	background: #333333 url(/images/v2/core/rt_grey.gif) no-repeat top right;  
	
}

#newsbox div { 
 background: transparent url(/images/v2/core/lt_grey.gif) no-repeat top left;
 width: 240px;
 height: 160px;

} 

#newsbox div div {
	width: 240px;
	height: 160px;
    background: transparent url(/images/v2/core/rb_grey.gif) no-repeat bottom right; 
}
 
#newsbox div div div { 
	width: 240px;
	height: 157px;
	padding-top: 3px;
	background: transparent url(/images/v2/core/lb_grey.gif) no-repeat bottom left; 

}

#newsbox td {
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 6px;
}