/* CSS Document */

/* standard style sheet for NTC pop-up web pages, such as 
those used for disclaimers, copyright, etc.*/

body {
	background-color: #000000;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffcc;
	font-size 100%
    width: 750;
	margin: 0;
	text-align: justify;
	}
h1 {
	font-size: 1.1em;
	text-align: center;
	}
h2 {font-size: 1.2em;
	text-align: center;
	}
#subheadtext {
	width: 750;
	margin: 0 50px 0 50px;
	}
#subheadtext p:first-line {
    font-size: 1.2em;
	}
#subheadtext a {
    color: #ffffcc;
	text-decoration: none;
	}
	

