body {
	background-color: #000066;
	color: #FFCC00;
	margin:0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.nav {
	font-weight: bold;
	color: #FFCC66;
	background-color: #000066;
}

.nav a:link {
	font-weight: bold;
	color: #FFCC66;
	background-color: #000066;
}

.nav a:visited {
	font-weight: bold;
	color: #FFff99;
	background-color: #000066;
}

.nav a:hover {
	font-weight: bold;
	color: #FFCC66;
	background-color: #6666ff;
	border: 2px navy inset;
}

.nav li {
	margin-left:-1em;
}

.masthead {
	background-image:url(images/NSAk-masthead.jpg);
	background-repeat:no-repeat;
	background-color:#000066;
	height:50px;
	width:100%;
}


.urgent {
	background-color:#ddddff;
}

.urgent td, .urgent th {
	background-color:#ddddff;
}

.urgent td, .urgent th {
	background-color:#ddddff;
	color:#000066;
	font-weight:bold;
	text-align:center;
}

.xsmall {
	font-size:x-small;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
