body{
	background-color: 000000;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
}

.oikea{ float: right; }
.vasen{ float: left; }


table.main{
	width: 904px;
        background-image: url('kuvat/sivu_tausta.jpg');
        background-repeat: repeat-y;
        font-size: 12px;

}
table.sisalto{
	width: 683px;
        padding: 6 0 0 0;
	vertical-align: top;
        font-size: 12px;
}
td.navi{
	width: 904px;
	height: 75px;
        background-image: url('kuvat/linkkikuva.jpg');
        background-repeat: no-repeat;
        font-family: arial, verdana, helvetica;
	color: #000000;
        font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
        padding: 0 0 0 20;
        margin: 0 0 0 0;
	text-align: center;
}

td.navi_vasen{
	width: 120px;
        padding: 0 0 0 15;
	border-right: 1px solid #000000;
}

td.otsikko{
        margin: 0 0 0 0;
        padding: 10 0 0 100;
	color: #fffc69;
        font-family: arial, verdana, helvetica;
        font-size: 18px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
}
th.otsikko{
	text-transform: uppercase;
	color: #fffc69;
        font-size: 12px;
	font-weight: normal;
        font-family: arial, verdana, helvetica;
        font-weight : bold;
}

td.normaali{
	vertical-align: top;
	color: #fffc69;
        font-family: arial, verdana, helvetica;
        font-size: 12px;

}
	
a  {
        font-size: 12px;
        font-family: arial, verdana, helvetica;
        font-weight : bold;
        font-style : normal;
        text-decoration : none;
	color: #fffc69;
}

a:hover  {
        font-size : 12px;
        font-family: arial, verdana, helvetica;
        font-weight : bold;
        font-style : normal;
        text-decoration : underline;
	color: #fffc69;
}

a:active  {
        font-size : 12px;
        font-family: arial, verdana, helvetica;
        font-weight : bold;
        font-style : normal;
        text-decoration : none;
	color: #fffc69;
}

a:visited  {
        font-size : 12px;
        font-family: arial, verdana, helvetica;
        font-weight : bold;
        font-style : normal;
        text-decoration : none;
	color: #fffc69;
}

a:visited:hover  {
        font-size : 12px;
        font-family: arial, verdana, helvetica;
        font-weight : bold;
        font-style : normal;
        text-decoration : underline;
	color: #fffc69;
}

div.valinta_paa{
        font-size : 10pt;
        font-weight : bold;
	font-variant: small-caps;

        padding: 3 0 0 5;
        margin: 0 0 0 0;
}
div.valinta_paa_on{
        font-size : 10pt;
        font-weight : bold;
	font-variant: small-caps;

        padding: 3 0 0 5;
        margin: 0 0 0 0;
}
div.valinta_ala{
        font-size : 10pt;
        font-weight : bold;
	font-variant: small-caps;

        padding: 3 0 0 5;
        margin: 0 0 0 10;
}
div.valinta_ala_on{
        font-size : 10pt;
        font-weight : bold;
	font-variant: small-caps;

        padding: 3 0 0 5;
        margin: 0 0 0 10;
}
a.navi, a.navi:visited {
        font-family: Arial, Verdana, Helvetica;
        font-size: 12px;
        font-weight: bold;
	color: #000000;
        text-decoration : underline;
}
a.navi:hover, a.navi:active, a.navi:visited:hover  {
        font-family: Arial, Verdana, Helvetica;
        font-size: 12px;
        font-weight: bold;
        text-decoration : underline;
	color: #fffc69;
}


