/* COMMON STYLE
--------------------------------------------------------- */
body {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #000000;
    font-weight: normal;
    line-height: 20px;
}
.Rubrik{
    font-family: Georgia, Times New Roman;
    font-size: 12pt;
    color: #2f2f1e;
    font-weight: bold;
    letter-spacing: 2px;
}
a{
    font-family: Georgia, Times New Roman;
    font-size: 9pt;
    font-style: oblique;
    color: #31848a;
    font-weight: normal;
    line-height: 14px;
    text-decoration: underline;
}
a:hover{
    font-family: Georgia, Times New Roman;
    font-size: 9pt;
    font-style: oblique;
    color: #31848a;
    font-weight: normal;
    text-decoration: none;
}
td.dotted_underline{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-style: normal;
    color: #1D2205
    font-weight: normal;
    text-decoration: none;
	background-image: url(http://www.knipan.fi/code/images/layout/dots.gif);
	background-position: left bottom;
    padding: 6px;

}
td.no_dotted_underline{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-style: normal;
    color: #1D2205
    font-weight: normal;
    text-decoration: none;
}
.smaller_grey{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
    color: #969e99
    font-weight: normal;
    text-decoration: none;
}
.separator{
    width: 100%;
    height: 2px;
    background-image: url(http://www.knipan.fi/code/images/layout/dots2.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding: 8px;
}
td.sippan{
	font-family:  Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
	padding-left: 32px;
}
td.sippan_new{
	font-family:  Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
	padding-left: 1px;
}
td.sippan_top{
	    font-family:  Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
	padding-left: 30px;
		padding-top: 100px;
	
}
td.sippan_top_new{
	    font-family:  Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
	padding-left: 0px;
		padding-top: 80px;
	
}
td.kallaren{
	font-family:  Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
	padding-left: 32px;
}
td.kallaren_top{
	    font-family:  Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
	padding-left: 30px;
		padding-top: 100px;
	
}






