/* These styles are for NN4 only. */

/* Feed these styles only to NN4.... */
/*/*/ /*/
body {
	margin: 0px;
	padding: 0px; 
	color: #ffffff;
	background-color: #4474B7; 
	font-family: "Times New Roman", serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6, p, li, a {
	color: #ffffff;
}

table {
	border-width: 0px;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}

h1 {
	text-align: right;
	font-size: 48px;
	margin-right: 1em;
}


.admin h1 {
	text-align: right;
	font-size: 18px;
}

.admin body {
	background-image: url("../images/layout/inside/background.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px; 
	color: #FFFFFF;
	background-color: #4474B7; 
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: #333333 2px 2px 5px;
	font-size: 13px;
	width: 100%;
	margin-top: 2px;
}

#footer {
	vertical-align: middle;
	margin: 1em 2em;
	font-size: .9em;
	
}

#navigation {
	text-align: center;
}

a {
	color: #ffffff;
}

#footer a, #navigation a, h1 a {
	text-decoration: none;
}


/* Okay, we can let the others back in.... */