@charset "utf-8";
/* CSS Document */

body {
	background-color:#201f1f;
	background-image: url(../images/NK_BACKGROUND.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
}

body.news {
	background-color:#FFF;
	background:url(../images/NK_screen.jpg) bottom right no-repeat;
	padding: 8px 0 6px 8px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
}

a {
	font-size:12px;
	color:#333;
}

a:hover {
	font-size:12px;
	color:#FF6600;
}

a:visited {
	font-size:12px;
	color: #333;
}

/*  Dreamweaver Styles  */

.style1 {
	font-size:12px;
	font-weight:bold;
}

.style2 {
	font-size:12px;
	/*line-height:1.6em;*/
}

.style2 a:hover {
	font-size:12px;
	color:#FF6600;
	text-decoration:none;
}

.style3 {
	font-size:10px;
}

.style3 a, .style3 a:visited {
	font-size:10px;
	text-decoration:none;
}

.style3 a:hover {
	font-size:10px;
	color:#FF6600;
	text-decoration:none;
}

.style4 {
	font-size:10px;
}

.style5 { /*  Not sure this is used  */
	
}

.scroll {
  height:238px;
  width:420px;
  overflow:auto;
}



