/** 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:medium; /** SAITIN FONTTIKOKO **/
}

/** linkkifontit **/
a:link 			{ color:#336699; text-decoration: none; }
a:visited 		{ color:#336699; text-decoration: none; }
a:hover 		{ color:#3366CC; text-decoration: underline; }
a.underline:link	{ color:#000000; text-decoration: underline;}
a.underline:visited	{ color:#000000; text-decoration: underline; }
a.underline:hover 	{ color:#7B8678; text-decoration: underline; }
a.whitelink:link	{ color:#FFFFFF; text-decoration: underline;}
a.whitelink:visited 	{ color:#FFFFFF; text-decoration: underline;}
a.whitelink:hover 	{ color:#CCCCCC; text-decoration: underline;}
a.bluelink:link		{ color:#818080; font-weight:bold; text-decoration: none; }
a.bluelink:visited 	{ color:#818080; font-weight:bold; text-decoration: none; }
a.bluelink:hover 	{ color:#818080; font-weight:bold; text-decoration: underline; }
a.darklink:link		{ color:#00337F; font-weight:bold; text-decoration: none; }
a.darklink:visited 	{ color:#00337F; font-weight:bold; text-decoration: none; }
a.darklink:hover 	{ color:#7B8678; font-weight:bold; text-decoration: underline; }
a.naviselect:link	{ color:#457AB0; text-decoration: none; }
a.naviselect:visited 	{ color:#457AB0; text-decoration: none; }
a.naviselect:hover 	{ color:#3366CC; text-decoration: underline; }
a.navlink:link		{ color:#000000; text-decoration: none; }
a.navlink:visited	{ color:#000000; text-decoration: none; }
a.navlink:hover		{ color:#7B8678; text-decoration: underline; }
a.murupolku:link	{ color:#6E7969; text-decoration: none; }
a.murupolku:visited 	{ color:#6E7969; text-decoration: none; }
a.murupolku:hover 	{ color:#888888; text-decoration: underline; }
a.toplink:link		{ color:#133D67; font-weight:bold; font-size: 90%; text-decoration: none; }
a.toplink:visited 	{ color:#133D67; font-weight:bold; font-size: 90%; text-decoration: none; }
a.toplink:hover 	{ color:#3366CC; font-weight:bold; font-size: 90%; text-decoration: underline; }
.lisatieto a:link	{ color:#000000; text-decoration: underline;}
.lisatieto a:visited	{ color:#000000; text-decoration: underline; }
.lisatieto a:hover 	{ color:#7B8678; text-decoration: underline; }

/** erikoisfontit **/
.murupolku		{ color:#0093B1; }
.bluebold		{ color:#7B8678; font-weight:bold; }
.whitetext		{ color:#FFFFFF; margin-left: 6px;}
.brown			{ color: #76654A; } /** Uutispäiväyksien väri **/
.nav_selected		{ color:#346699; }
.toptext		{ color:#133D67; font-weight: bold;}
.greytext		{ color:#666666; }
.updated		{font-size: 80%;}

/** taulukkojen taustavärit **/
.topbar			{ background-color: #DCDCDC; } /** Yläpalkin väri **/
.bottombar		{ background-color: #DCDCDC; } /** Alapalkin väri **/
.whitecell		{ background-color: #FFFFFF; } /** Valkoiset solut **/
.sidebar		{ background-color: #D8DBD2; } /** Vasemman ja oikean palkin väri **/
.sidebar2		{ background-color: #D8DBD2; height: 170px; } /** Vasemman ja oikean palkin väri **/
.main_bar		{ background-color: #818080; } /** Pääsivujen tumma väri (esim. pääkuvan oikealla puolella laatikko) **/
.main_dark		{ background-color: #818080; } /** Pääsivujen vielä tummempi laatikkoväri **/
.main_back		{ background-color: #F7F7F7; } /** Vaalea tausta (esim. "Asioi ja osallistu verkossa") **/
.navigation		{ background-color: #EEEEEE; } /** Päänavigaation taustaväri **/
.news_bar		{ background-color: #AFB4AB; } /** Uutispalkin väri **/
.news_back		{ background-color: #F7F7F7; } /** Uutispalkin taustaväri **/
.navbox			{ vertical-align: baseline;	 }
.navmargin		{ margin-top: 10px; margin-bottom:10px; }

