/*************************************************************************
* This is the border style style definition for the CSS menu.            *
* Feel free to customize this section.                                   *
* It defines the rounded borders                                         *
*************************************************************************/

.ls{	
	background-image: url(borders/left.jpg);
	background-repeat: repeat-y;	
	width: 30px;
}
.rs{	
	background-image: url(borders/right.jpg);
	background-repeat: repeat-y;	
	width: 30px;
}
.bottomborder{	
	background-image: url(borders/bottom.jpg);
	background-repeat: repeat-x;	
	height: 30px;
}
.topborder{	
	background-image: url(borders/top.jpg);
	background-repeat: repeat-x;	
	height: 30px;
}

.news_header {
	font-weight: normal;
	color: #0A2F76;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	margin-top: 3px;
}
.news_item_header {
	font-weight: normal;
	color: #0A2F76;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	margin-top: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #C2D0DA;
	padding-bottom: 1px;
}
.news_item {
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
