body	{ font-family:verdana,arial,sans-serif; font-size:10pt; margin:0px;}
.cr	{ margin-left:2em;margin-top:1em;font-family:verdana;font-size:8pt}
h1	{ font-size:12pt;}
h2	{ font-size:11pt;}
h3, h4	{ font-size:10pt;}
td	{ font-size:9pt; }
form	{ margin-bottom:0px }
}

input	{
	font-family	: verdana;
	font-size	: 9pt;
}
ul	{
	margin-left:2em;
	margin-bottom:4pt;
	padding-left:0em;
}
ul li	{
	list-style-image: url('images/b1.gif');
}
table.valikko
{
	background-color: #b0b0b0;
}	

a:link, a:hover, a:visited {
	color: #202020;
}

a.menutitle:link, a.menutitle:hover, a.menutitle:visited {
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
	color: #000000;
	background-color: #E0E0E0;
	text-align: left;
}
td.menutitle, td.menutitle
{
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
	color: #000000;
	background-color: #E0E0E0;
	text-align: left;
}
td.menurow
{
	font-size:7pt;
	padding-left:5px;
	background-color:#F5F5F5;
	color: black;
}
td.menutitle:hover
{
	background-color: #e0e0e0;
	color: black;
	cursor: hand
}

.divshadow {
	align:center;
	border:1px solid #EEEEEE;
	width: 200;	
	height: 100px;	
	padding: 5px;	
	background: #ffffd2;
}
.shadow {
	margin-bottom:5px;
	margin-right:5px;
	-moz-box-shadow: 3px 3px 4px #AAAAAA;
	-webkit-box-shadow: 3px 3px 4px #AAAAAA;
	box-shadow: 3px 3px 4px #AAAAAA;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#AAAAAA')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#AAAAAA');
}
div.attention {
font-weight:strong;
border:1px solid red;
border-left:5px solid red;
margin:1em;
padding:1em;
margin-left:0em;
background-color:white;
}