
@import url(./advanced.css);
@import url(./colour-schemes.css);
@import url(./banners.css);

@import url(./x-small.css);

/* Netscape 4 safe font sizes */
body, div, p, th, td, li, dd {
  font-family: arial, Verdana, helvetica, sans-serif;
  font-size: 11px;
}

body {
	background:#FFF url(./images/nws-background.jpg) no-repeat top left;
	color:#000;
}

h1 {
  font-size:160%;
  font-weight:normal;
  margin:0 0 0.9em 0;
}

h2 {
  font-size: 120%;
  margin:0 0 0.4em 0;
  font-weight:bold;
}
h3 {
	font-size:110%;
	margin:1.5em 0 0.7em 0;
}
h4 {
	font-size:100%;
	font-weight:bold;
	margin:0 0 0.2em 0;
}
p {
	margin:0 0 1em 0;
}
a {
	text-decoration:none;
	color:#00ACEE;
}
a:hover {
	text-decoration:underline;
	color:#c11a8d;
}
input:focus, textarea:focus {
	background-color:#DCF9FF;
}
ul, ol {
	margin:0 0 1em 25px;
}
li {
	margin:0 0 0.25em 0;
}
img {
	border:0;
}
.error, .feedback {
	color:#FF0000;
}
span.error {
	padding-left:18px;
}
.colour1 {
	color:#AF006E;
}
.colour2 {
	color:#5A4099;
}

