body { margin: 0px; }
LI {
	line-height: 150%;
	margin: 8px 0px 2px 0px;
	}

#nts, #nts td {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 13px;
	}
#nts-wrap {
	width: 100%;
	padding: 0;
	}

#nts {
	padding: 0.5em 1em;
	}
	
#nts-menu1 {
	background: #6da6d1;
	margin: 0;
	padding: 0.25em 1em;
	}

#nts-menu1 .current, #nts-menu2 .current {
	font-weight: bold;
	}

#nts-menu1 a {
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 0.25em 0.5em;
	text-decoration: none;
	}

#nts-menu1 a:hover, .current {
	background: #ddeaf4;
	color: #333;
	}

#nts-menu1 li, #nts-menu2 li {
	display: inline;
	line-height: 200%;
	list-style: none;
	text-align: center;
	}

#nts-menu2 {
	background: #0d324f;
	border-bottom: none;
	margin: 0;
	padding: 0.25em 1em 0 1em;
	}

#nts-menu2 .current {
	background: #f9fcfe;
	color: #000;
	text-decoration: none;
	}

#nts-menu2 a {
	border: none;
	color: #fff;
	padding: .3em .4em .33em;
	}

#nts-menu2 a:hover {
	background: #ddeaf4;
	color: #393939;
	}

#nts-menu2 li {
	line-height: 150%;
	}

ul#nts-announce {
	margin: 0.5em 0;
	}

ul#nts-announce {
	padding: 0.5em 2em;

	background: #ccffcc;
	color: #336633;
	border: #336633 1px solid;
	}
ul#nts-announce.error {
	background: #ffcccc;
	color: #663333;
	border: #663333 1px solid;
	}

ul#nts-announce li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
ul#nts-announce li ul {
	margin: 0.25em 0;
	padding: 0;
	}
ul#nts-announce li ul li {
	margin: 0.25em 0;
	padding: 0;
	}

#nts table {
	border-collapse: collapse;
	margin-left: 10px;
	}
#nts table th {
	/*background-color: #808080;*/
	color: #ffffff;
	padding: 0.25em 0.5em;
	font-size: 100%;
	text-align: left;
	}
#nts table td {
	padding: 0.5em 1em;
	}

#nts table .even {
	background-color: #dddddd;
	}
#nts table .odd {
	background-color: #ffffff;
	}

#nts form table th {
	/*background-color: #ffffff;*/
	color: #000000;
	font-size: 90%;
	text-align: right;
	}

.profit, .profit a {
	color: #009900;
	}
.loss, .loss a {
	color: #990000;
	}

#nts-footer {
	margin: 2em 0;
	padding: 0.5em;
	font-size: 80%;
	border-top: #bbbbbb 1px dotted;
	display: none;
	}

#nts .alert {
	color: #cc0000;
	}
#nts .ok {
	color: #00cc00;
	}

.submitBtn { background: url(../../images/locator/btn-search.png) left top no-repeat; }

#introCopy { border-bottom: #bbbbbb 1px dotted; padding: 0px 5px 15px 5px; margin-bottom: 15px; }
	#introCopy p {  }
