/* main stylesheets */
* body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 11px;
	background-color: black;
	color: #ffc000;
	min-height: 100%;
	height: 100%;
}

div.NSFrontEndPage {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	/* background-color: #339e35; */
	/* background-color: black; */
	background-image: url( '/images/contentbg.png' );
	background-repeat: repeat;
	min-height: 100%;
	height: 100%;
}

.pantone_bg_green { background-color: #339e35; }
.pantone_bg_black { background-color: #070c0f; }
.pantone_bg_orange { background-color: #ffc000; }

.pantone_fg_green { color: #339e35; }
.pantone_fg_black { color: #070c0f; }
/* .pantone_fg_orange { color: #ffc000; } */
.pantone_fg_orange { color: #FF840A; }

div.clr {
	clear: both;
}


div.NSContent {
}
