body {
	margin:0;
	padding:0px 0px 0px 0px;
	background:#ffffff;
}
h1 {
	font-family:tahoma;
	font-size:19px;
	padding:27px 0px 6px 22px;
	margin:0;
	font-weight:normal;
}
h1 span {
	color:#C71444;
}
h2 {
	color:#666666;
	font-family:Verdana,Arial,sans-serif;
	font-size:15px;
	font-weight:bold;
	padding:0px 0px 10px 0px;
	margin:0;
}
td, div, input, textarea, select {
	font-size:11px;
    color: #666666;
    font-family: Verdana, Arial, Sans Serif;
	}
table,td {
	border:0px;
	padding:0px;
	border-collapse:collapse;
	}
td {
	vertical-align:top;
}
form {
	margin:0px;
	padding:0px;
	}
hr {
	height:1px;
	color:#999999;
	background-color:#999999;
	border:0px solid #999999;
	}
a, a:active, a:link, a:visited {
    color: #4C4C4C;
    text-decoration: underline;
}
a:hover {
    color: #4C4C4C;
    text-decoration: underline;
}

/* shadows */
div.shadow1 {
	background:url(../images/shadow1.gif) repeat-x left top;
	height:10px;
	overflow:hidden;
	line-height:1px;
}
div.shadow2 {
	background:url(../images/shadow2.gif) repeat-x left top;
	height:10px;
	overflow:hidden;
	line-height:1px;
}

/* content */
td.content {
	padding:10px 20px 40px 20px;
	line-height:14px;
	width:400px;
}
.content2 {
	padding:10px 20px 40px 10px;
	line-height:14px;
}
div.box {
	border-left:1px solid #999999;
	padding-left:10px;
}
/* datatable */
table.datatable {
}
table.datatable td {
	padding:0px 10px 10px 0px;
}
/* newslinks */
a.news {
	display:block;
    color:#666666;
	text-decoration:none;
	background:url(../images/g_arrow.gif) no-repeat left 1px;
	padding-left:7px;
	margin-bottom:9px;
}
a.news:hover, a.news.selected {
    color:#C71444;
	background:url(../images/g_arrow_on.gif) no-repeat left center;
	text-decoration:underline;
}

/* sidebar */
div.sidebar {
	position:absolute;
	top:134px;
	right:0px;
	width:180px;
}
div.sidebar div.top {
	background:url(../images/sivupalkki_top.png) no-repeat left top;
	height:17px;
	overflow:hidden;
}
div.sidebar div.middle {
	background:url(../images/sivupalkki_middle.png) repeat-y left top;
	padding:0px 10px 0px 19px;
}
div.sidebar div.bottom {
	background:url(../images/sivupalkki_bottom.png) no-repeat left top;
	height:23px;
	overflow:hidden;
}
div.sidebar img {
	border:1px solid #ccc;
}
div.sidebar a {
	display:block;
	padding-bottom:12px;
	text-decoration:none;
}
div.sidebar a:hover {
	text-decoration:underline;
	color:#C71444;
}
div.sidebar span {
	display:block;
	padding:5px 0px 3px 0px;
	text-transform:uppercase;
	font-weight:bold;
}

/* copyr */
td.copyr {
	font-size:10px;
    color:#666666;
	padding:10px 0px;
}
td.copyr a {
	display:inline-block;
    color:#666666;
	text-decoration:none;
	background:url(../images/g_arrow.gif) no-repeat left center;
	padding-left:7px;
}
td.copyr a:hover {
    color:#C71444;
	background:url(../images/g_arrow_on.gif) no-repeat left center;
	text-decoration:underline;
}
