/** perusmuotoilut **/
body {
	background-color:#FFFFFF; 
	color:#000000; 	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/** linkkifontit **/
a:link 				{ color:#000000; text-decoration: underline;}
a:visited 			{ color:#000000; text-decoration: underline; }
a:hover 			{ color:#457AB0; text-decoration: underline; }
a.underline 			{ color:#000000; text-decoration: underline;}
a.underline:visited		{ color:#000000; text-decoration: underline; }
a.underline:hover 		{ color:#457AB0; text-decoration: underline; }
a.whitelink			{ color:#FFFFFF; text-decoration: underline;}
a.whitelink:visited 		{ color:#FFFFFF; text-decoration: underline;}
a.whitelink:hover 		{ color:#223290; text-decoration: underline;}
a.bluelink			{ color:#0D89C3; font-weight:bold; font-size: 90%; text-decoration: none;}
a.bluelink:visited 		{ color:#0D89C3; font-weight:bold; text-decoration: none;}
a.bluelink:hover 		{ color:#0D89C3; font-weight:bold; text-decoration: underline; }
a.darklink			{ color:#00337F; font-weight:bold; }
a.darklink:visited 		{ color:#00337F; font-weight:bold; }
a.darklink:hover 		{ color:#457AB0; font-weight:bold; }
a.naviselect			{ color:#223290; text-decoration: none; }
a.naviselect:visited 		{ color:#223290; text-decoration: none; }
a.naviselect:hover 		{ color:#223290; text-decoration: underline; }
a.navlink			{ color:#000000; text-decoration: none; }
a.navlink:visited 		{ color:#000000; text-decoration: none; }
a.navlink:hover 		{ color:#223290; text-decoration: underline; }
a.murupolku			{ color:#0D89C3; text-decoration: none; }
a.murupolku:visited 		{ color:#0D89C3; text-decoration: none; }
a.murupolku:hover 		{ color:#0D89C3; text-decoration: underline;}
a.toplink			{ color:#133D67; font-weight:bold; font-size: 90%; text-decoration: none;}
a.toplink:visited 		{ color:#133D67; font-weight:bold; text-decoration: none;}
a.toplink:hover 		{ color:#3366CC; font-weight:bold; text-decoration: underline;}

/** erikoisfontit **/
.bluebold		{ color:#457AB0; font-weight:bold; }
.whitetext		{ color:#FFFFFF; margin-left: 6px;}
.smalltext		{ font-size: small; }
.brown			{ color:#76654A; } /** Uutispäiväyksien väri **/
.nav_selected		{ color:#346699; }
.greytext		{ color:#5983AE; }
.murupolku		{ color:#0D89C3; }

/** taulukkojen taustavärit **/
.topbar			{ background-color: #BEDFEF; } /** Yläpalkin väri **/
.bottombar		{ background-color: #BEDFEF; } /** Alapalkin väri **/
.whitecell		{ background-color: #FFFFFF; } /** Valkoiset solut **/
.sidebar		{ background-color: #7ABEDE; } /** Vasemman ja oikean palkin väri **/
.main_bar		{ background-color: #0D89C3; } /** Pääsivujen tumma väri (esim. pääkuvan oikealla puolella laatikko) **/
.main_dark		{ background-color: #0D89C3; } /** Pääsivujen vielä tummempi laatikkoväri **/
.main_back		{ background-color: #FFFDF5; } /** Vaalea tausta  **/
.navigation		{ background-color: #EDF4F6; } /** Päänavigaation taustaväri **/
.news_bar		{ background-color: #0D89C3; } /** Uutispalkin väri **/
.news_back		{ background-color: #FFFFFF; } /** Uutispalkin taustaväri **/
.know_bar		{ background-color: #006699; } /** Henkilöstökeskuksen toiminta-palkin palkkiväri **/
.know_back		{ background-color: #FFFFFF; } /** Henkilöstökeskuksen toiminta-palkin taustaväri **/
.navmargin		{ margin-top:10px; margin-bottom:10px; }
