body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 16px;
	color: #000;
	background-attachment: fixed;
	background-color: #fff;
	background-image: url(images/bgr.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contenttable {
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-style: solid;
	border-color: #e5e5e5;
}
.menucell {
	text-align: center;
	background-image: url(images/menubgr.jpg);
	background-position: center;
	padding: 8px;
	text-transform: uppercase;
	font-size: 11px;
}
.menucell a {
	text-decoration: none;
	color: #666;
	padding-right: 13px;
}
.contentcell {
	background-color: #fff;
	padding: 15px;
	padding-top: 30px;
}
.contentcell a {
	color: #333;
	text-decoration: underline;
}
.contentcell table {
	margin-bottom: 10px;
}
.submenucell {
	line-height: 18px;
	background-color: #fff;
	vertical-align: top;
	padding: 15px;
	padding-top: 30px;
}
.submenucell a {
	font-size: 12px;
	line-height: 18px;
	color: #666;
}
.submenucell a:hover {
	text-decoration: none;
}
.activesubmenuitem {
	text-decoration: underline;
}
.passivesubmenuitem {
	text-decoration: underline;
}
.otsikko {
	font-size: 16px;
	font-weight: bold;
	color: #6074a7;
}
.alaotsikko1 {
	font-size: 11px;
	margin: 0px;
	color: #6074a7;
	text-transform: uppercase;
}
.teksti {
	margin-top: 12px;
	line-height: 18px;	
	text-align: justify;
}
.teksti a {
	color: #6074a7;
	text-decoration: underline;
}