/* CSS Document */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e2deae;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #000000;
}

.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #9C9101;
}

.taulu {
	float: right;
	width: 100%;
	height: 100%;
}

.taulu-ylos {
	height: 195px;
	background-image: url(ylaosa.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

.taulu-oikea {
	background-image: url(viittaseisoo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 336px;
}

.taulu-tekstipohja {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	height: 50px;
	word-spacing: 10pt;
}
.sukutaulu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

