

/* Tyylit */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	margin:0;
}

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1f65b0;
	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: Georgia, "Times New Roman", Times, serif !important;
	color: #1f65b0 !important;
	text-decoration: none !important;
}



a.news, a.news:link, a.news:visited {
	color:#1f65b0;
	text-decoration: none;
}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

input, select, textarea {
	font-size: 12px;
}
.text{
	width:100%;
}

h1 {
	font-size: 20px;
	color: #1a3b5e;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

h4 {
	color: #333333;
	font-weight: bold;
}

h5 {
	color: #333333;
	font-weight: bold;
}

h6 {
	color: #333333;
	font-weight: bold;
}


#menu2 a{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #053377;
	line-height: 22px;
	width: 180px;
}

#menu2_hdr{
	height: 20px; padding-left: 25px; padding-top: 3px; background: #660066;;
}

#menu2_hdr a{
		font-family: Tahoma, Geneva, sans-serif; font-size: 12px; color: #ffffff;
}


