body {
background-color: #ffffff;
background-image: URL('images/backbg.png');
background-repeat: repeat-x;
font-family: Arial, tahoma, sans-serif, verdana;
color: #58185a;
font-size: 12px;
line-height: 17px;
text-align: justify;
}

A:link {color: #21200f; text-decoration: underline; font-weight: normal;}
A:visited {color: #333219; text-decoration: underline; font-weight: normal;}
A:active { color: #21200f; text-decoration: underline; font-weight: normal;}
A:hover { color: #858369; text-decoration: none; font-weight: normal;}

/* TAULUKOT */

table.perus {
position: absolute;
top: 0px;
left: 0px;
width: 100px;
}

td.main {
background-image: URL('images/mainbg.jpg');
background-repeat: repeat-y;
width: 591px;
padding-left: 15px;
padding-right: 40px;
}

td.ala {
background-image: URL('images/alabg.jpg');
background-repeat: no-repeat;
padding: 0px 30px 0px; 0px;
}

table.rotitiedot {
width: 300px;
}

td.rotitdp {
border-bottom: 1px solid #fbc332;
}

td.rotitd {
border-bottom: 1px solid #fbc332;
}

td.pedi1
{
background-color: #fef7e6;
font-family: Arial, tahoma, sans-serif;
color: #20333C;
font-size: 10px;
text-valign: center;
text-align: left;
padding: 3px;
}

td.pedi2
{
background-color: #f2e5e2;
font-family: Arial, tahoma, sans-serif;
color: #20333C;
font-size: 10px;
text-valign: center;
text-align: left;
padding: 3px;
}


/* KUVAT */

.kuva
{
border: 3px solid #8cbe8b;
margin-top: 5px; margin-left: 5px; margin-bottom: 5px; margin-right: 5px;
}

.oikea
{
float: right;
border: 3px solid #8cbe8b;
margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px;
}

/* OTSIKOT*/

p.title {
font-weight: bold;
text-transform:uppercase;
color: #e6a50a;
font-size: 14px;
line-height: 17px;
text-align: left;
}

p.copy
{
font-family: Arial, tahoma, sans-serif, verdana;
color: #747252;
font-size: 11px;
line-height: 17px;
text-align: left;
}