BODY {
  background-color : #F6F7F9;
  background-image : url('../images/bg_iso.jpg');
  background-repeat: repeat-x;
  background-attachment : fixed;
  margin-bottom : 10px;
  margin-top : 10px;
  padding-right : 0px;
  padding-left : 0px;
  padding-bottom : 0px;
  padding-left : 0px;
  padding-right : 0px;
}

BODY.admin {
 background-color : #FBE5BF;
}

A:link, A:active, A:visited  {
  font-family : Verdana, Arial, Helvetica, Sans-serif;
  color : #576A74;
  background : transparent;
  text-decoration : underline;
}

A:hover {
  color : #434C51;
  background : transparent;
  text-decoration : none;
}

P {
  color : #000000;
  font-family : Verdana, Arial, Helvetica, Sans-serif;
  font-size : 11px;
  margin-left : 0px;
  margin-right : 0px;
  padding-top : 0px;
  padding-left : 0px;
  line-height: 1.4;
}

P.copyright {
  color : #AFB6C4;
  font-size : 11px;
}

A:link.copyright, A:active.copyright, A:visited.copyright {
  font-family : Verdana, Arial, Helvetica, Sans-serif;
  color : #959DAE;
  background : transparent;
  text-decoration : none;
}

A:hover.copyright {
  color : #C5CAD4;
  background : transparent;
  text-decoration : underline;
}

P.small {
  font-size : 60%;
  text-align : right;
}

P.vasen_puoli {
  text-align : left;
}

P.center {
  text-align : center;
}

P.name {
  color : #700000;
}


H3 {
  font-family : Verdana, Arial;  
  color : #714A0F
}

H4 {
  font-family : Verdana, Arial;
  color : #714A0F;
}

P.short {
  font-size : 60%;
  text-align : left;
}

P.copy {
  text-align : center;
}

P.right {
  text-align : right;
}

P.left {
  text-align : left;
  font-size : 80%;
}

FORM {
  padding-left : 5px;
}

INPUT.palaute
{
  font-family : Verdana, Arial;
  font-size : 11px;
  width : 100%;
  color : #000000;
}

TEXTAREA
{
  font-family : Verdana, Arial;
  font-size : 11px;
  color : #000000;
  width: 100%;
}

INPUT.button
{
  font-family : Verdana, Arial;
  font-size : 11px;
  color : #000000;
}


