h1,h2,h3,h4,h5,p,a {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Light", Verdana, Arial, sans-serif;
	color: #333333;
	font-weight: normal;
}
#shadow #content #maincontent h1, #shadow #content #maincontentwide h1 {
	padding-bottom: 20px;
	padding-top: 5px;
	font-size: 25px;
	line-height: 27px;
}
#shadow #content #mainnavi a, #shadow #content #sidebar a {
	text-decoration: none;
}
#shadow #content #footer p {
	font-size: 80%;
	color: #999999;
}
#shadow #content #mainnavi a:hover, #shadow #content #sidebar a:hover {
	text-decoration: underline;
}
#shadow #content #maincontent p, #shadow #content #maincontentwide p {
	font-size: 13px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#shadow #content #maincontent #Form_Form {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 13px;
	line-height: 32px;
}
#shadow #content #maincontent #Form_Form fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#shadow #content #footer a {
	background-color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.yliviivaus {
	text-decoration: line-through;
}

/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
	}
	.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_word.png) no-repeat left center;
	}
	.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_excel.png) no-repeat left center;
	}
	.typography a[href$=".gz"],
	.typography a[href$=".GZ"],
	.typography a[href$=".gzip"],
	.typography a[href$=".GZIP"],
	.typography a[href$=".zip"],
	.typography a[href$=".ZIP"],
	.typography a.archive {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_zip.png) no-repeat left center;
	}
	.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/application.png) no-repeat left center;
	}
