/* CSS Document */

@charset "utf-8";

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #DEE0E2;
	background-image: url(images/pohja.gif);
	background-repeat: repeat-y;
	background-position: top;
}
#pohjadiv {
	position:absolute;
	left:50%;
	width:800px;
	margin-left:-400px;
	text-align: left;
}
.valkoinen {
	background-color: #FFFFFF;
}

.linkkisolu {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #165788;
	text-align: center;
	font-size: 12px;
}
.linkkisolu a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.linkkisolu a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.linkkisolu a:hover {
	font-weight: bold;
	color: #DEE0E2;
	text-decoration: none;
}
.linkkisolu a:active {
	font-weight: bold;
	color: #DEE0E2;
	text-decoration: none;
}
.linkkipohja {
	vertical-align: top;
}
.tekstisolu {
	padding: 20px;
	vertical-align: top;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #165788;
	font-style: italic;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #93C531;
}
p {
	font-size: 12px;
}
table {
	font-size: 12px;
}
.copy {
	font-size: 10px;
	color: #8CC028;
}
.box {
	background-color: #D3DEE4;
	padding: 5px;
	text-align: center;
}
.copy {
	font-size: 10px;
	color: #6B91A3;
	text-align: center;
}

