/*body {
	margin-top: 2%;
	margin-left: 8%;
	margin-right: 8%;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	border-right-color: Blue;
}
h4 {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #9400D3;
}*/
h2 {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	color: blue;
}
.lomakeotsikko{
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}
.sisenna{
	text-indent: 20pt;
}
hr{
	color: #8edd8f;
}
table.paahenkilo{
	border: thin solid green;
	font-size: 11pt;
}
td.paahenkilo{
	background-color: lightgreen;
	font-weight: bold;
}
td.paahenkilo1{
	border-top-style: solid;
	border-top-width: medium;
	border-top-color: green;
}

table.puoliso{
	border: thin solid brown;
	font-size: 11pt;
}
td.puoliso{
	background-color: #ce7144;
	font-weight: bold;
}
td.puoliso1{
	border-top-style: solid;
	border-top-width: medium;
	border-top-color: Brown;
}

table.lapset{
	border: thin solid blue;
	font-size: 11pt;
}
td.lapset{
	background-color: lightblue;
	font-weight: bold;
}
td.lapset1{
	border-top-style: solid;
	border-top-width: medium;
	border-top-color: blue;
}


table.ilmoittaja{
	border: thin solid #ff1111;
	font-size: 11pt;
}
td.ilmoittaja{
	background-color: #ff7575;
	font-weight: bold;
}
td.ilmoittaja1{
	border-top-style: solid;
	border-top-width: medium;
	border-top-color: #ff1111;
}


table.kommentti{
	border: thin solid #8a2be2;
	font-size: 11pt;
}
td.kommentti{
	background-color: #c49bea;
	font-weight: bold;
}
td.kommentti1{
	border-top-style: solid;
	border-top-width: medium;
	border-top-color: #8a2be2;
}

input.textbox1{
	background-color: #e1e1e1;
	font-weight: bolder;
	color:blue;
	width: 95%;
}
input.textbox2{
	background-color: #e1e1e1;
	font-weight: bolder;
	color: blue;
	width: 9em;
	text-align: center;
}
textarea.textbox3{
	background-color: #e1e1e1;
	font-weight: bolder;
	color: blue;
	width: 95%;
	height: 5em;
}
textarea.textbox4{
	background-color: #e1e1e1;
	font-weight: bolder;
	color: blue;
	width: 99%;
	height: 7em;
}
textarea.textbox5{
	background-color: #e1e1e1;
	font-weight: bolder;
	color: blue;
	width: 99%;
	height: 4em;
}