body, p, td, h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #000000;
}
 
body {
	background-color: #FFFFFF;
}


h1 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: x-large;
}

h2 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: large;
}

h3 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
}

a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #003366;
	text-decoration: underline;	
}

table {
	border: thin solid;
	padding: 7px;
}

td.bl {
	border-bottom-style:none;
}

td {
/*	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
*/
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-color: #CCCCCC;
	padding: 8px;
}

#virhe {
	border: 1px solid #ccc;
	padding: 5px;
	padding-left: 10px;
       	padding-right: 10px;
	width:400px;
	margin-bottom: 10px;
}
