BODY {
	font-family: Arial, sans-serif;
	font-size: 10pt; 
	text-align: center;
	margin: 0px; 
	padding: 0px;
}

#parent   {
	position:relative;
	width: 995px; 
	z-index:1; 
	left:0px;
	margin: 0px auto; 
	text-align: left; 
}

#slogan {
	font-size: large;
}

#kieli a {
	font-size:10pt;
	color: #624a46;
	font-weight: bold;
	text-decoration: none;
}

#content td {
	vertical-align: top;
}
 
td.Menu {
	border-right: 9px solid white;
	width: 112px;
	margin-right: 9px;
	padding: 2px 0 2px 1em;
	background-color: #624a46;
	height: 46px;
}

a.MenuInc {
      text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	color: White;

}

a.MenuInc:hover {
	color: #C0C0C0; 

}

a.MenuSel  {
      text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	color: White; 

}

a.MenuSel:hover {
	color: #DADADA; 

}

a.SubMenu {
	display:block;
	color: black;
      text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 1em;
}

a.SubMenu:hover {
      text-decoration: underline;
}


#otsikko {
	font-size: 12pt;
	font-weight: bold;
}

h1, h2, h3, h4, h5 {
	paddin-top: 0px;
	margin-top: 0px;
}


