body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(stylepics/body_bg.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}
.otsikkoviiva {
	background-image: url(stylepics/line_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	text-align: right;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10%;
	margin-bottom: 0px;
}
.otsikkoviiva2 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 20%;
	margin-bottom: 0px;
	border-top-color: #DCE0EF;
	border-top-width: 1px;
	border-top-style: solid;
}

p.blue {
	font-weight: bold;
	color: #1F76BB;
}

li {
	list-style-image: url(stylepics/bullet.gif);
	list-style-type: disc;
	color: #3985C1;
	font-weight: bold;
}
.content {
	margin-left: 220px;
	margin-right: 10%;
}
.topbanner {
	margin-left: 220px;
	margin-top: 5px;
}
.navi {
	position: absolute;
	width: 170px;
	top: 125px;
	left: 5px;
}
div.navi div.current {
	background-image: url(stylepics/button_bg.jpg);
	height: 25px;
	width: 170px;
	border: 2px solid #A7B4D7;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 25px;
	padding-right: 5px;
}
div.navi div.naviitem {
	height: 25px;
	width: 170px;
	border: 2px solid #A7B4D7;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	line-height: 25px;
	font-weight: bold;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
}

div.navi div.naviitem2 {
	height: 25px;
	width: 170px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 25px;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 0.9em;
	margin-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}


h1 {
	font-size: 2em;
	font-weight: bold;
	color: #1F76BB;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #1F76BB;
}
.topleft {
	left: 0px;
	top: 5px;
	position: absolute;
	width: 180px;
	color: #669900;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	font-size: 1.3em;
}
.slogan {
	color: #1F76BB;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

