div.newsblock {
	margin: 0px;
	padding: 0px;
	width:  230px;
	text-align: left;
}

div.nb_top {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	background-image: url('images/top.gif');
	background-repeat: no-repeat;
	width: 225px;
	height:	61px;
}

div.nb_bodybox {
	position: relative;
	margin-top: 0px;
	padding-top: 5px;
	background-image: url('images/middle.gif');
	background-repeat: repeat-y;
}
div.nb_date {
	position: relative;
	margin: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-family: verdana;
	font-size:11px;
	font-weight: normal;	
}

div.nb_title {
	width: 190px;
	position: relative;
	margin-left: 5px;
}

div.nb_title_text {	
	background-color: black;
	display: inline;
	color: #ffffff;
	font-size: 20px;
	font-family: verdana;
	font-weight: bold;
	padding-right: 5px;
}

div.nb_title_text span {	
	color: white;
	font-size: 23px;
	line-height: 30px;
}

div.nb_bottom {
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url('images/bottom.gif');
	background-repeat: no-repeat;
	width: 225px;
	height: 61px;
}
	
div.nb_bodytext {
	margin: 15px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
  	position: relative;
	width: 180px;
	line-height: 16px;
	color: #000000;
	overflow: hidden;
	font-family: verdana;
	font-size:12px;
	font-weight: normal;
}	

div.nb_link  {
	margin: 0px;
	margin-right: 30px;
	padding-top: 15px;
  	position: relative;
	color: #ffffff;
	font-family: verdana;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	text-align: right;
}

div.nb_link a {
	color: #ffffff;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}

div.nb_link a:hover {
	color: #000000;
}
	



