

/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #515151;
	line-height: 16px;
	font-weight: 400;
	margin:0;
}

#wrapper {
	background-image:url(../img/wrapper_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

p{
	margin:10px 0;
	font-size: 11px;
	color: #515151;
}

a, a:link, a:visited, a:active{
	font-family: arial;
	color: #0066b3;
	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 !important;
	color: #ab0000 !important;
	text-decoration: none !important;
}
.mceContentBody{
	background:transparent !important;
}



a.news, a.news:link, a.news:visited {
	color:#0c6c94;
	text-decoration: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #515151;

}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text{
	width:100%;
}

h1 {
	font-size: 21px;
	font-family: trebuchet ms;
	color: #0066b3;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	font-size: 14px;
	color: #000000;
}

h3 {
	font-size: 12px;
	color: #000000;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}


img {
	border: 0px;
}



