
#portletnews {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 2px 0px 2px 0px;
	width: 100%;
}

#portletnews .topleft {
	width: 10px;
	height: 10px;
	background: url(top_left_corner.gif) no-repeat bottom right;
}

#portletnews .top {
	height: 10px;
	background: url(top_line.gif) repeat-x bottom center;
}

#portletnews .topright {
	width: 10px;
	height: 10px;
	background: url(top_right_corner.gif) no-repeat bottom left;
}

#portletnews .bodyleft {
	width: 10px;
	background: url(left_line.gif) repeat-y right;
}

#portletnews .bodyright {
	width: 10px;
	background: url(right_line.gif) repeat-y left;
}

#portletnews .bottomleft {
	width: 10px;
	height: 10px;
	background: url(bottom_left_corner.gif) no-repeat top right;
}

#portletnews .bottom {
	height: 10px;
	background: url(bottom_line.gif) repeat-x top center;
}

#portletnews .bottomright {
	width: 10px;
	height: 10px;
	background: url(bottom_right_corner.gif) no-repeat top left;
}

#portletnews .title {
	text-align: center;
	color: #c00;
	font-size: 14px;
	font-weight: bold;
}

