

/* Tyylit */
body {
	font-family: Arial, Times New Roman, Helvetica, sans-serif;
	font-size: 13px;
	margin:0;
}

p{
	margin:10px 0;
}

div {
	font-family: Arial, Times New Roman, Helvetica, sans-serif;
	font-size: 14px;

}
a.menu_sel, a.menu_sel:link, a.menu_sel:visited, a.menu_sel:active{
	color: #f90008;
	text-decoration: underline;	
}

a.menu, a.menu:link, a.menu:visited{
	color: #364e96; 
	font-size: 12px;
}

a.menu:hover{
	color: #005cfe; 
	font-size: 12px;
}

a.menu:active{
	color: #f90008;
	text-decoration: underline;	
}

a, a:link, a:visited, a:active{
	color: #006ed2;
	text-decoration: none;
}

a.bc, a.bc:link, a.bc:visited{
	font-family: Arial, Times New Roman;
	color: #0060b6;
	text-decoration: none;
}

a.bc:hover{
	font-family: Arial, Times New Roman;
	color: #007def;
	text-decoration: none;
}

a.bc:active{
	font-family: Arial, Times New Roman;
	color: #ed1c24;
	text-decoration: none;
}

/* Tällä pakotetaan editorin sisällön linkit oikean näköisiksi
   Eli yleensä sama tyyli kuin tuossa yllä a-elementille, mutta jokaisen perään !important */
.mceContentBody a,.mceContentBody a:link, .mceContentBody a:visited{
	font-family: Arial, Times New Roman !important;
	color: #006ed2 !important;
	text-decoration: none !important;
}



a.news, a.news:link, a.news:visited {
	color:#0c6c94;
	text-decoration: none;
}

td {
	font-family: Tahoma, Arial, Times New Roman, Helvetica, sans-serif;
	font-size: 12px;
	color: #06345e;
	letter-spacing: 0.2px;
	line-height: 130%;

}
.login {
	font-family: Arial, Times New Roman, Helvetica, sans-serif;
	font-size: 12px;

}

input, select, textarea {
	font-family: Arial, Times New Roman, Helvetica, sans-serif;
	font-size: 10px;
}
.text{
	width:100%;
}

h1 {
	font-family: Georgia;
	letter-spacing: -0.2px;
	font-size: 18px;
	color: #00529c;
}

h2 {
	font-family: Georgia;
	font-size: 12px;
	color: #555555;
}

h3 {
	font-size: 12px;
	color: #000000;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}

ul.ehdot {
	list-style-type: inherit;
	list-style-image: url(../img/pykala.gif);
	}
	
ul.ehdot li{
	margin-top: 5px;
	}




