/* Tyylit */
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #787878;
	font-size: 10px;
	margin:0;
}

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	font-family: arial;
	color: #33741f;
	text-decoration: none;
}

a.menu, a.menu:link, a.menu:visited, a.menu:active{
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a.menu_2010 {
	font-family: 'bignoodle';
	font-size: 18px;
	text-transform: uppercase;
	color: white;
}

a.menu_a2010 {
	font-family: 'BigNoodle';
	font-size: 18px;
	text-transform: uppercase;
	color: #8eb6c7;
}
a.menu_a, a.menu_a:link, a.menu_a:visited, a.menu_a:active{
	font-family: arial;
	font-size: 11px;
	color: #8eb6c7;
	text-decoration: none;
}

a.top_link, a.top_link:link, a.top_link:visited, a.top_link:active{
	font-family: arial;
	font-size: 10px;
	color: #787878;
	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;
	line-height: 150%;

}

td.top {
	height: 365px;
}

td.oik{
	width: 330px;
}


.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 {
	margin-top: 0px;
	font-size: 19px;
	color: #6b6a6a;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	color: #6b6a6a;
}

h3 {
	font-size: 14px;
	color: #6b6a6a;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}


.error_message{
	color:#ab0000;
	margin:10px 0 20px 0;
}
.success_message{
	color:#368b1c;
	margin:10px 0 20px 0;
}
