/* Standardi otsikkotyylit */ 
h1 {
	font-family: "Georgia, Times New Roman, serif";
	font-size: 15pt;
	font-weight: bold;
	color: #3c5154;
	margin-bottom: 0.2cm;
}

h2 {
	font-family: "Georgia, Times New Roman, serif";
	font-size: 14pt;
	font-weight: bold;
	color: #3c5154;
	margin-bottom: 0.2cm;
	border-bottom: 1px solid #3c5154;
	
}

h3 {
	font-family: "Georgia, Times New Roman, serif";
	font-size: 13pt;
	font-weight: bold;
	color: #3c5154;
        line-height: 1.2em;
	margin-bottom: 0.2cm;
	margin-bottom: 0.2cm;
}

h4 {
	font-family: "Georgia, Times New Roman, serif";
	font-size: 12pt;
	font-weight: bold;
	color: #3c5154;
}

h5 {
	font-family: "Georgia, Times New Roman, serif";
	font-size: 11pt;
	color: #3c5154;
}

h6 {
	font-family: "Georgia, Times New Roman, serif";
	font-size: 11pt;
	color: #3c5154;
}

td {
	font-family: "Georgia, Times New Roman, serif";
	font-size: 11pt;
	color: #333333;
	font-weight: normal;
	font-variant: normal;
}

/* Standardi kappaletyyli */ 
p {
	font-family: "Georgia, Times New Roman, serif";
	font-size: 11pt;
	color: #3c5154;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
}
.p {
	font-family: "Georgia, Times New Roman, serif";
	font-size: 11pt;
	color: #3c5154;
	line-height: 1.1em;
	font-weight: normal;
	font-variant: normal;
}

/* Omat kappaletyylit */ 
.p1 { /* Leipäteksti */
	font-family: "Georgia, Times New Roman, serif";
	font-size: 11pt;
	color: #3c5154;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
}

.p2 {
	font-family: "Georgia, Times New Roman, serif";
	font-size: 11pt;
	color: #3c5154;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;	
}

.p3 {
	font-family: "Georgia, Times New Roman, serif";
	font-size: 11pt;
	color: #3c5154;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
}

li {
	
	font-family: "Georgia, Times New Roman, serif";
	font-size: 11pt;
	color: #3c5154;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	margin: 0.5em;
   	padding: 1;
        

}


/* Omat luettelotyylit */
.li1 {
	list-style-type: upper-alpha;
	font-family: "Georgia, Times New Roman, serif";
	font-size: 11pt;
	color: #3c5154;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	margin: 0.5em;
  	padding: 0;
	


}

.li2 {
	list-style-type: lower-alpha;
	font-family: "Georgia, Times New Roman, serif";
	font-size: 11pt;
	color: #3c5154;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	margin: 0.5em;
  	padding: 0;

}

ol {
	font-family: "Georgia, Times New Roman, serif";
	font-size: 11pt;
	color: #3c5154;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
}

ul {
	font-family: "Georgia, Times New Roman, serif";
	font-size: 11pt;
	color: #3c5154;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	list-style-type: none;
	list-style-image: url(../images/ico_list.gif);
	margin: 0.5em;
  	padding: 1;
	
}
