html,body,#contents  {

	font-family: Verdana, Tahoma, Verdana, Arial;
	font-size: 11px;
		min-height: 100%;
	width: 100%;
	height: 100%;
}

.form {
font-family: Verdana, Georgia, Arial, Helvetica, sans-serif; font-size: 12px; background-color: #b1b1b1;
border: 1px solid #d8d8d8; color: #000000;
}


#contents {
	position: absolute;
	top: 0;
    left: 0;

}

td {
	font-family: Verdana, Tahoma, Verdana, Arial;
	font-size: 11px;
}

h1 {
	font-weight: bold;
	font-size: 11px;
}
.otsikko1 {
	font-weight: bold;
}

.otsikko2 {
	font-family: Verdana, Tahoma, Verdana, Arial;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color:#666666;
}

.otsikko3 {
	font-family: Verdana, Tahoma, Verdana, Arial;
	font-size: 12px;
	color:#336699;
	font-weight: bold;
	text-transform: uppercase;
}

.normaali {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}

a { text-decoration: none; color:#003a56 }
a.menu { text-decoration: none; font-weight : bold; }
a:hover { text-decoration: none; color:#0096c8}
a.link { text-decoration: none; font-weight : bold; }
a:hover.link { text-decoration: underline; font-weight : bold; }



html>body, html>body #contents {
	height: auto;
}

#footer {
	position: absolute;
	bottom: 0;

	left: 0;
	text-align: center;

	width: 100%;
}



