@CHARSET "UTF-8";
/* newsletter.css */
#nlBanner {
 	height: 45px;
 	margin: 0;
 	border-width: 0;
 	padding: 10px 0 0 0;
}
#nlContent {
 	font: 0.9em Trebuchet MS, Arial, Sans-Serif;
 	margin: 0;
 	padding: 0 10px 0 10px;
}
#nlToc {
	float: right;
	width: 172px;
	padding: 10px 0 0 0;
	text-align: center;
}
#nlMarketLists {
    width: 100%;
    margin : 0em;
    padding: 0em;
/*  clear: both; */
}
#nlMarketLists ul {
	margin-left: 0;
	padding-left: .5em;
	margin-top: 3px;
	margin-bottom: 10px;
	list-style-type: disc;
	list-style-position: inside;
}
#nlSesList {
	position: relative;
	float: left;
	margin: 0 0 0 30px;
}
#nlPsList {
	position: relative;
	float: left;
	margin: 0 0 0 30px;
}
#nlElList {
	position: relative;
	float: left;
	margin: 0 0 0 30px;
}
#nlMarketReport {
    width: 100%;
    margin : 0em;
    padding: 0em;
    clear: both;
}
.nlSearchLists {
	margin: 0 0 0 15px;
	clear: both;
}
.nlHeader {
	font-size: 1.2em;
	color: #000066;
	font-weight: bold;
	padding: 0;
	margin: 5px 0;
}
.nlRadio input {
	border : 0;
}
.nlSubmit input {
	border: 2px outset #568f56;
}
.nlArchiveLists {
	width: 525px;
}
a.nlLink {
	font-size: 1.1em; font-weight: bold; color: #000066; text-decoration: none;
}
a.nlLink:hover {
	font-size: 1.1em; font-weight: bold; color: #000066; text-decoration: underline;
}

dl {
	margin: 0;
}
dt {
	font-weight: bold;
}
