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

	body {
		background:#F4F4E2;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #000;
		}
	img {
		border:none;
		}
	#homeheader {
		background: #d61f38 url(../images/NB_MobileWeb_homeheader.png) top left no-repeat;
		margin: 0 0 20px 0;
		height:48px;
		background-size: 320px 48px;
		}
	#interiorheader {
		background: #cb2030 url(../images/NB_MobileWeb_interiorheaderLogo.png) top left no-repeat;
		height:48px;
		background-size: 133px 48px;
		margin: 0 0 20px 0;
		}
		#SKheader {
			background: #cb2030 url(../images/NB_MobileWeb_SKheaderLogo.png) top left no-repeat;
			height:48px;
			background-size: 228px 48px;
			margin: 0 0 20px 0;
			}
	#headerBack {
		float:right;
		}
	#alert {
		text-align:center;
		font-size:10px;
		padding: 0 0 10px 0;
		}
		#alert a {
			text-decoration:none;
			color: #00F;
			}
	#content {
		padding:0 20px 0 20px;
		}
		#content a:link {
			color: #00F;
			}
		#content a:visited {
			color: #90F;
			}
	
	.body_text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		color: #000;
		}
	.head_text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16pt;
		color: #900;
		}
	#homefooter {
		text-align:center;
		font-size:10px;
		}
		#homefooter a {
			text-decoration:none;
			color: #1B75BB;
			}