/* frontpage content elements */ @import url("frontpage.css");
/* navigation elements */ @import url("navi.css");
/* form elements */ @import url("forms.css");
/* page content elements */ @import url("pages.css");

 
body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

td	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}


a:link	{
	/*color: #7CAF4C;*/
	color: #135c2b;
	text-decoration: none;
}

a:active	{
	/*color: #7CAF4C;*/
	color: #135c2b;
	text-decoration: none;
}

a:visited	{
	/*color: #7CAF4C;*/
	color: #135c2b;
	text-decoration: none;
}

a:hover	{
	/*color: #7CAF4C;*/
	color: #135c2b;
	text-decoration: underline;
}

p	{
	margin-top: 0px;
	margin-bottom: 15px;
}


h1	{
	/*font-size: 16px;*/
	font-size: 115%;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}

h2	{
	/*font-size: 14px;*/
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 3px;
	font-weight: bold;
}

h3	{ 
	/*font-size: 13px;*/ 
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 3px;
	font-weight: bold;
	/*
		Muutos 17.5.2006 h3 vastaaman h2sta. Alla h3n alkuperäinen tila.
		font-size: 100%;
		font-weight: bold;
		margin-top: 0px;
		margin-bottom: 0px;
		color: #666666;
	*/
}

h4	{
	/*font-size: 12px;*/
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0px;
}