body {
	background-color: #FFFFEE;
	font-family: Verdana, arial, helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a {
	text-decoration: none;
}
a:hover {
	COLOR: #FF9D5B;
	TEXT-DECORATION: none;
}
p {
	font-size: x-small;
}
#p1 {
	font-size: 6pt;
	color: Blue;
}
#p2 {
	font-size: 11pt;
	text-align: center;
}

.th0, .th1, .th2, .th3, .th4, .th9, .td6, .td7, #otsikko {
	font-size: x-small;
   background-color: #d8d8d8;
}

.td1, .td2, .td3, .td4 {
   font-size: x-small;
   background-color: #F6F6F6;
   border: 1px;
}

.td2 {
   padding-left: 8px;
}
.th0 {
   text-align: center;
	margin-top: -1px;
	margin-bottom: -2px;
	margin-left: 1px;
	border-top: 1px dotted rgb(0,0,0);
	border-right: 1px dotted rgb(0,0,0);
	border-bottom: none;
	border-left: 1px dotted rgb(0,0,0);
	width: 99.8%;
	height: 16px;
}

.th1 {
	text-align: center;
	border-top: none;
	border-right-color: rgb(216,216,216);
	border-bottom: 1px dotted rgb(0,0,0);
	border-left: 1px dotted rgb(0,0,0);
	width: 5%;
}

.th2 {
	text-align: center;
	border-top: none;
	border-right-color: rgb(216,216,216);
	border-bottom: 1px dotted rgb(0,0,0);
	border-left-color: rgb(216,216,216);
	width: 10%;
}

.th3 {
	text-align: center;
	border-top: none;
	border-right-color: rgb(216,216,216);
	border-bottom: 1px dotted rgb(0,0,0);
	border-left-color: rgb(216,216,216);
	width: 10%;
}

.th4 {
	text-align: center;
	border-top: none;
	border-right: 1px dotted rgb(0,0,0);
	border-bottom: 1px dotted rgb(0,0,0);
	border-left-color: rgb(216,216,216);
	width: 73%;
}

#otsikko {
	font-weight: bold;
	padding: 1px;
	margin-top: 2px;
   margin-bottom: -1px;
}

