/* CSS Document */
html {height: 100%;}

BODY {
	background-color: #A4ACA3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin-bottom: 1px;
}
a:link {text-decoration: underline; color:#ffffff}
a:hover {text-decoration: underline; color:#000000}
a:active {text-decoration: underline; color:#000000}
a:visited {text-decoration: underline; color:#ffffff}

.table{
	border: 3px solid #7D8176;
	background-color: #C8CEBE;
}

.tableInside {
	background-color: #C8CEBE;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7D8176;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 20px;
	font-size: 12px;
}

.otsikko {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding-left: 20px;
	background-color: #B8BFAA;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7D8176;
}

.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7D8176;
	padding: 10px;
	background-color: #B8BFAA;
	height: 20px;
}
.links a {text-decoration: none; color: #ffffff;}
.links a:hover {text-decoration: none; color: #000000; }
.links a:active {text-decoration: none; color: #000000; }
.links a:visited {}

.linksBottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7D8176;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7D8176;
	padding: 10px;
	background-color: #B8BFAA;
}
.linksBottom a {text-decoration: none; color: #ffffff;}
.linksBottom a:hover {text-decoration: none; color: #000000; }
.linksBottom a:active {text-decoration: none; color: #000000; }
.linksBottom a:visited {}


.od {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-left: 5px;
}
.od a {text-decoration: none; color: #4F5641;}
.od a:hover {text-decoration: none; color: #000000; }
.od a:active {text-decoration: none; color: #000000; }
.od a:visited {}
iframe {
	height: 300px;
	width: 100%;
	border: thin solid #B8BFAA;
}
