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

.np {
	line-height: 150%;
	text-align: center;
	clear: both;
	
}
.np h2{
	margin:0 0 0px 0;
	width:98%;
	font-size:20px;
	background: url(../images/h2_bg.gif) no-repeat left bottom;
	padding:4px 0 6px 40px;
	color:#333;
	min-height:25px;
	float: inherit;
	clear:both;
	font-weight:bold;
	display:block;
	vertical-align:bottom;
}
.np h2 span{
	color:#333;
	float: inherit;
	padding:0px;
	margin:0px;
	background-image:none;
	text-decoration:none;
}
.np .nplist{
	margin: 10px auto 10px auto;
	padding:10px;
	width:90%;
}
.np .nplist li{
	display:block;
	font-size:125%;
	line-height:2em;
	margin: 0px 10px 15px 0;
	background: url(../images/np_li.png) no-repeat 0px 0px;
	padding: 0 0 0 30px;
	border-bottom:1px dotted #ccc;
}
.np .nplist li:hover{ color:#06C;}

.np li .From {
	margin-left: 1em;
}
.np .quickLink ul{ margin:0px; padding:0px; float:right;}
.np .quickLink li{ background-image: none; display:inline; margin:0px; padding:0px;}
.np .quickLink li a, .np .quickLink li a:hover{ padding: 2px 14px 13px 32px; }