.header {
	font-family: serif;
	font-size: 12px;
	background-color: #ffffff;
	background-image: url(../images/sininen_paperi.jpg);	
	background-repeat: repeat;
	height: 75px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.menu {
	vertical-align: top;
	text-align: left;
	background-color: #FFFFFF;
	width: 150px;
	margin-top: 15px;
	padding: 0px;
	font-size: 11px;
}

.menu ul {
	border-bottom: 0px;
	margin-left: 0.5em;
	padding: 0;
	list-style-type: none;
}

.menu li {
	width: 100%;
	background-repeat: no-repeat;
	padding-left: 0.5em;
}

.menu a:link, .menu a:visited, .menu a:active {
	color:#465961;	
	padding: 2px 5px 2px 5px;
	display: block;
	text-decoration: none;
}

.menu a:hover {
	color: #c3332d;
	text-decoration: none;
}

.menu_current {
	font-weight: bold;
}

.divid_header {
        background-color: #D3E1E8;
	padding: 1px 5px 1px 5px;
}

.orange_divid_header {
        background-color: #FFCC99;
	padding: 1px 5px 1px 5px;
}

.bread_crumbs {
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #CDCDBB;
	font-size: 10px;
	color: #494949;
	text-align: left;
}

.content {
	border-left-style: dotted;
	border-left-width: thin;
	border-left-color: #CDCDBB;
	padding: 10px;
	background-color: #FFFFFF;
	width: 100%;
	vertical-align: top;
	text-align: left;
}
.content a:link, .content a:visited, .content a:active {
	color: #275797;
	text-decoration: none;
}
.content a:hover {
	color: #ff0000;
	text-decoration:underline;
}

.content h3 {
	color: #000000;
	font-size: 12px;
}

.icon {
        border-width: 0;
        padding: 5px 0px 5px 1px;
}

.footer{
	background-color: #ffffff;
	background: #FFF url(../images/sininen_paperi.jpg) repeat-x top left;
	padding: 2px;
	height: 15px;
	color: #474747;
	vertical-align: center;
	text-align: center;
}

.footer a:link, .fuuter a:visited, .fuuter a:active {
	color: #474747;
	text-decoration: none;
}

.footer a:hover {
	color: #474747;
	text-decoration:underline;
}
