/* Texts CSS Document */
h1 {
	font-size: 16px;
	font-weight: bold;
	/*margin-top: 4px;*/
	margin-bottom: 4px;
	margin-right: 2px;
}
h2 {  
font-size: 12px; 
font-weight: bold
}
h3 {  
	font-size: 11px
}
h4 {
	font-size: 11px;
	font-weight: bold;
	

}
.Otsikko1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 2px;
}
.Otsikko2 {
font-size: 12px; 
font-weight: bold
}
.Otsikko3 {
	font-size: 11px
}
.Otsikko4 {
	font-size: 11px;
	font-weight: bold;
	
}
.Ingress {
	font-weight: bold;
}
.alternateRow {
	background:#F8F6EB;
	
}