﻿body {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.bodyBox {
	width: 100%;
}


.nsMenuContainer {
	width: 180px;
	height: 95px;
	float: left;
	font-family: Arial,Verdana;
	font-weight: normal; 
	font-size: 12px;
	line-height: 16px;
}
a.nsMenulink {
	color: #666666;
	text-decoration: none;
}
a.nsMenulink:hover {
	font-weight: bold;
}



.pageBox {
	width: 950px;
	text-align: left;
}
.pageHeader {
	position: relative;
	width: 950px;
	height: 100px;
	margin: 30px 0px 10px 0px;
}
.pageTopLine {
	width: 950px;
	height: 10px;
	background-color: #DADF71;
}
.pageFront {
	position: relative;
	width: 950px;
	background: url('/08/images/back_front.gif') no-repeat left bottom;
}
.frontImage {
	width: 490px;
	height: 300px;
	margin: 10px 0px 100px 0px;
}
.pageContent {
	position: relative;
	width: 950px;
	background: url('/08/images/back_front.gif') no-repeat left bottom;
}
.contentBox {
	position: relative;
	margin: 25px 25px 25px 25px;
	width: 680px;
}
.contentBack {
	background: url('/08/images/back_content.gif') no-repeat left bottom;
}

.fontMiljo {font-family: Arial;font-size: 18px;color: #006600;font-weight: bold;}