body
{
	color: white;
	font-size: small "Times New Roman", Arial, sans-serif;
	background: #4A455A;
	background-position: top left;
	background-repeat: no-repeat;
}

h1
{
	display: inline;
	font: bold italic 15pt Verdana, Tahoma, Arial, sans-serif;
}

h2
{
	display: inline;
}

#top
{
	width: 100%;
	height: 95px;
	position: relative;
	background: #4A455A url(logo_kosalityen.gif);
	background-position: top left;
	background-repeat: no-repeat;
	left: -5px;
}

#bottom
{
	top: +10px;
	width: 100%;
	height: 95px;
	position: relative;
	background: #4A455A url(logo_kosalityfr.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	left: -5px;
}

.title
{
	position: relative;
	font: bold italic 15pt Verdana, Tahoma, Arial, sans-serif;
	left: -5px;
}

#right
{
	position: relative;
	top: +10px;
	left: +480px;
	width: +500px;
}

#right img
{
	left: -5px;
}

TABLE
{
	border: solid;
	background-color: #A5A0B8;
	width: 100%;
	color: white;
}

td
{
	padding-right: 10px;
}

.hide
{
	COLOR: #4A455A;
}

A:link
{
    COLOR: white;
    TEXT-DECORATION: underline;
}
A:visited
{
    COLOR: white;
    TEXT-DECORATION: underline;
}
A:active
{
    COLOR: #800080;
    TEXT-DECORATION: none;
}
A:hover
{
    COLOR: white;
    TEXT-DECORATION: none;
}