/* Texts CSS Document */
.Otsikko1, .Otsikko2,.Otsikko3,.Otsikko4,.OtsikkoGreyBox,.OtsikkoLoginBox, h1,h2,h3 {
	margin:4px 0 4px;
	font:Georgia, "Times New Roman", Times, serif;
}
h1,.Otsikko1{
	font:160.1%/150% Georgia, "Times New Roman", Times, serif;
	color: #660000;	
}
h2, .Otsikko2{
	font:bold 136.1%/150% Georgia, "Times New Roman", Times, serif; 
	color: #660000;
	
}
h3, .Otsikko3{font:bold 90.1%/150% verdana, sans-serif;border-bottom: 1px dashed #999999;}
h4,.Otsikko4{font:bold 82.1%/150% verdana, sans-serif;}
.imgLeft {
	float:left;
	clear:left;
	margin: 0px 10px 10px 0px;
}
.imgRight {
	float:right;
	clear:left;
	margin: 0px 0px 10px 10px;
}
p {line-height: 120%}
.headerRow {
background:#E9E2C0;
} 
.tablePresentation {
	border-top: 2px solid #E9E2C0;
}
.tablePresentation td {
border-top: 1px solid #E9E2C0;
padding:4px;
}
.alternateRow {
	background:#F8F6EB;
	
}