body,
table th,
table td
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
}

a img
{
  border:none;
}

input,
textarea
{
  background-color:#F0F0F0;
  border: 1px black solid;
}

p,
li,
div.tyyli
{	
  color: #333333;
  line-height: 16px;
  text-align: justify;
  margin-left: 5px;
  margin-right: 10px;
}

p.nojustify
{
  text-align:center;
}

.header
{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}

h1
{
  font-size: 150%;
}

h2
{
  font-size: 110%;
  color: #333333;
  letter-spacing: 2px;
}

h3
{
  font-size: 100%;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333333;
}

.submit
{
  border: 1px solid #000000;
  background-color: #F0F0F0;
}

.linkki:link
{
  color: #666666;
  line-height: 16px;
  text-decoration: none;
}

.linkki:visited
{
  color: #666666;
  line-height: 16px;
  text-decoration: none;
}

.linkki:hover
{
  color: #666666;
  line-height: 16px;
  text-decoration: underline;
}

a:link
{
  color: #666666;
  line-height: 16px;
  text-decoration: none;
}

a:visited
{
  color: #666666;
  line-height: 16px;
  text-decoration: none;
}

a:hover
{
  color: #666666;
  line-height: 16px;
  text-decoration: underline;
}

#navigation-cell
{
  background-position: top left;
  background-color: white !important;
  font-size: 12px;
}

#navigation-cell ul
{
  padding: 0;
  margin: 0;
  list-style: none;
  text-transform: uppercase;
}

#navigation-cell ul li
{
  border-style: solid none;
  border-width: 1px;
  border-color: white;
  padding: 6px;
  margin: 0;
  display: block;
  vertical-align: middle;
}

#navigation-cell ul li.selected
{
  background-color: #dddddd;
}

#navigation-cell ul li a
{
  font-weight: bold;
  font-size: 90%;
}

body.admin ul.navigation
{
  list-style: none;
  margin: 1em 0;
  padding: 0;
}

body.admin ul.navigation li
{
  padding: 3px 0;
  white-space: nowrap;
}

body.admin ul.navigation li.selected
{
  font-weight: bold;
}

