div.NSRightPanel {
	float: left;
	width: 590px;
	padding: 5px;
}

.NSRightPanelContent {
	background-color: black;
	/* color: #ffc000; */
	color: #FF840A;
	font-family: Verdana;
	font-size: 10pt;
}

.NSRightPanelContent a {
	/* color: #ffc000; */
	color: #FF840A;
	text-decoration: underline;
}

.NSRightPanelContent a:visited {
	/* color: #ffc000; */
	color: #FF840A;
	text-decoration: underline;
}

.NSRightPanelContent a:active {
	/* color: #ffc000; */
	color: #FF840A;
	text-decoration: underline;
}

.NSRightPanelContent a:hover {
	text-decoration: none;
}

.NSRightPanelContent h1 {
	font-weight: normal;
	font-size: 16pt;
}

.NSRightPanelContent h2 {
	font-size: 14pt;
	font-weight: normal;
}

.NSRightPanelContent h3 {
	font-size: 12pt;
	font-weight: normal;
}

.NSRightPanelContent h4 {
	font-size: 11pt;
	font-weight: normal;
}

.NSRightPanelContent h5 {
	font-size: 8pt;
	font-weight: normal;
}

