/** 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; 
	font-size:small; /** FONTTIKOKO **/
}

/** 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:#0072C6; font-weight:bold; font-size: 90%; text-decoration: none; }
a.bluelink:visited 		{ color:#0072C6; font-weight:bold; text-decoration: none; }
a.bluelink:hover 		{ color:#0072C6; font-weight:bold; }
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:#000000; text-decoration: underline; }
a.navlinkwhite		{ color:white; text-decoration: none;}
a.navlinkwhite:visited	{ color:white; text-decoration: none;}
a.navlinkwhite:hover		{ color:white; text-decoration: underline; }
a.murupolku			{ color:#0072C6; text-decoration: none; }
a.murupolku:visited 		{ color:#0072C6; text-decoration: none; }
a.murupolku:hover 		{ color:#0072C6; text-decoration: underline; }
a.toplink			{ color:#034D86; font-weight:bold; font-size: 90%; text-decoration: none; }
a.toplink:visited 		{ color:#034D86; font-weight:bold; text-decoration: none; }
a.toplink:hover 		{ color:#034D86; font-weight:bold; }

/** erikoisfontit **/
.bluebold			{ color:#389689; font-weight:bold; }
.whitetext			{ color:#FFFFFF; margin-left: 6px; }
.smallwhite			{ color:#FFFFFF; font-weight:bold; font-size: 85%;}
.smalltext			{ font-weight:bold; font-size: 90%; }
.brown				{ color:#76654A; } /** Uutispäiväyksien väri **/
.nav_selected			{ color:#346699; }
.greytext			{ color:#666666; }
.murupolku			{ color:#0072C6; }
.toptext			{ color:#034D86; }
.updated			{font-size: 80%;}


/** taulukkojen taustavärit **/
.topbar			{ background-color: #E5F1FF; } /** Yläpalkin väri **/
.bottombar			{ background-color: #E5F1FF; } /** Alapalkin väri **/
.whitecell			{ background-color: #FFFFFF; } /** Valkoiset solut **/
.sidebar			{ background-color: #699BD2; } /** Vasemman ja oikean palkin väri **/
.main_bar			{ background-color: #0072C6; } /** Pääsivujen tumma väri (esim. pääkuvan oikealla puolella laatikko) **/
.main_dark			{ background-color: #38508E; } /** Pääsivujen vielä tummempi laatikkoväri **/
.main_back			{ background-color: #C3EAFD; } /** Vaalea tausta  **/
.navigation			{ background-color: #E5F1FF; } /** Päänavigaation taustaväri **/
.news_bar			{ background-color: #0072C6; } /** Uutispalkin väri **/
.news_back			{ background-color: #FFFFFF; } /** Uutispalkin taustaväri **/
.know_bar			{ background-color: #0072C6; } /** Alalaidan palkkien väri **/
.know_back			{ background-color: #FFFFFF; } /** Alalaidan palkkien taustaväri **/
.navbox				{ vertical-align: baseline; }
.navmargin			{ margin-top: 10px; margin-bottom:10px; }
