/** 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        			{color:#000000; TEXT-DECORATION: underline}
A:visited 			{COLOR: #330033; TEXT-DECORATION: underline}
A:hover  			{color:#3366CC; TEXT-DECORATION: underline}

A.underline           		{color:#000000; TEXT-DECORATION: underline}
A.underline:visited   		{color:#000000; TEXT-DECORATION: underline}
A.underline:hover     		{color:#3366CC; TEXT-DECORATION: underline}

a.whitelink			{ color:#FFFFFF; text-decoration: underline;}
a.whitelink:visited 		{ color:#FFFFFF; text-decoration: underline;}
a.whitelink:hover 		{ color:#85B0D4; text-decoration: underline;}
a.bluelink			{ color:#457AB0; font-weight:bold; text-decoration: none;}
a.bluelink:visited 		{ color:#457AB0; font-weight:bold; text-decoration: none;}
a.bluelink:hover 		{ color:#3366CC; 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:#3366CC; font-weight:bold; }
a.naviselect			{ color:#457AB0; text-decoration: none;}
a.naviselect:visited 		{ color:#457AB0; text-decoration: none;}
a.naviselect:hover 		{ color:#3366CC; text-decoration: underline;}
a.navlink			{ color:#000000; text-decoration: underline;}
a.navlink:visited		{ text-decoration: underline;}
a.navlink:hover			{ color:#3366CC; text-decoration: underline;}
a.murupolku			{ color:#346699; text-decoration: none;}
a.murupolku:visited 		{ color:#346699; text-decoration: none;}
a.murupolku:hover 		{ color:#00337F; 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;}

/** erikoisfontit **/
.bluebold			{ color:#00337F; 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;}
.updated			{font-size: 80%;}

/** taulukkojen taustavärit **/
.topbar			{ background-color: #A2BDD8; } /** Yläpalkin väri **/
.bottombar			{ background-color: #8FAFD0; } /** Alapalkin väri **/
.whitecell			{ background-color: #FFFFFF; } /** Valkoiset solut **/
.sidebar			{ background-color: #C8D7E7; } /** Vasemman ja oikean palkin väri **/
.main_bar			{ background-color: #457AB0; } /** Pääsivujen tumma väri (esim. pääkuvan oikealla puolella laatikko) **/
.main_dark			{ background-color: #346699; } /** Pääsivujen vielä tummempi laatikkoväri **/
.main_back			{ background-color: #EEF2F6; } /** Vaalea tausta (esim. "Asioi ja osallistu verkossa") **/
.navigation			{ background-color: #E1E7EF; } /** Päänavigaation taustaväri **/
.news_bar			{ background-color: #A39784; } /** Uutispalkin väri **/
.news_back			{ background-color: #F7F1E7; } /** Uutispalkin taustaväri **/
.events_bar			{ background-color: #A2A93F; } /** Tapahtumapalkkien väri **/
.events_back		{ background-color: #F7F1E7; } /** Tapahtumapalkkien taustaväri **/
.navbox			{ vertical-align: baseline;	 }
.navmargin			{ margin-top:10px; margin-bottom:10px; }

