/* SIVUSTON YLEISET (TEKSTI)TYYLIT */

/* tyylitiedostolinkit */

/* page structure elements */ @import url("pages.css");
/* navigation elements */ @import url("navi.css");
/* frontpage elements */ @import url("frontpage.css");
/* form elements */ @import url("forms.css");


/* YLEISET TYYLIT */

body	{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
}

/* lomake-elementit */

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* tekstikappale (marginaalit) */
p		{margin: 0px 0px 25px 0px;}

/* taulukon solun sisalla oleva kappale */
td p	{margin-bottom: 5px;}

/* kursivoitu teksti */
i, em			{font-style: italic;}

/* lihavoitu teksti */
b, strong	{font-weight: bold;}

small	{font-size: 95%;}


/* LINKIT */

a:link, a:active	{
	text-decoration: none;
	color: #033677;
}

a:visited	{
	color: #033677;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}


/* OTSIKOT */

h1	{
	font-size: 200%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: normal;
}

h2	{
	font-size: 125%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3	{
	font-size: 100%;
	margin-bottom: 3px;
	margin-top: 0px;
}