@charset "utf-8";
.ntechnews {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #1A2C5B;
	background-color: #FFFFFF;
	line-height: 125%;
	border: 2px solid #1A2C5B;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 4px 5px #ccc;
	-webkit-box-shadow: 2px 2px 4px 5px #ccc;
	box-shadow: 2px 2px 4px 5px #ccc;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.text .news p a {
	font-weight: bold;
}