@charset "utf-8";

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.displayBlock {
	display: block;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignJustify {
	text-align: justify;
}

.marginAuto {
	margin: auto;
}

.clearRight {
	clear: right;
}

.clearLeft {
	clear: left;
}

.clearBoth {
	clear: both;
}

.bold {
	font-weight: bold;
}

.bolder {
	font-weight: bolder;
}

.italic {
	font-style: italic;
}

.noDecoration {
	text-decoration: none;
}

.leftMarginFive {
	margin-left: 5px;
}

.leftMargin15 {
	margin-left: 15px;
}

.rightMargin15 {
	margin-right: 15px;
}

.bottomMargin15 {
	margin-bottom: 15px;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 140%;
}

.infotext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 130%;

}

.imgtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: normal;
}

.black {
	color: #000000;
}

.red {
	color: #660000;
}

.hakasulut {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #CCCC99;
}
.frontpage-header {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #999966;
	text-transform: uppercase;
}

.rounded-pic {
	display: block;
	margin-top: 0px;
	padding-top: 0px;
}

.link-black {
	color: #000000;
}

.link-white {
	color: #ffffff;
}

.underline {
	text-decoration:underline;
}

.hakanuolet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-right: 5px;
}

.height-50 {
	height: 50px;
}

.noMargin {
	margin: 0px;
}

.noPadding {
	padding: 0px;
}

.marginAuto {
	margin: auto;
}

.noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.etusivulinkki {
	position: absolute;
	top: 0px;
	left: 38%;
	right: 38%;
	z-index: 2;
	display: block;
	width: 290px;
	height: 160px;
	margin: auto;
}
