@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;
}

.hakasulut {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #FF6600;
}