body {
	font-family: sans-serif;
}
h1 {
		font-size: 40pt;
	font-style: italic;
}
.sivuotsikko {

	text-align: center;
	padding: 4px;
	border-bottom: 3px double #C21512;
	color: #C21512;
}
.valiotsikko {
	margin-top: 1em;
	margin-bottom: 0.5em;
	border-bottom: 3px double #C21512;
	color: #C21512;
}
h2 {
	font-style: italic;
}
a {
	color: #C21512;
}

.centered {
	text-align: center;
}
.error {
	color: #FF0000;
	font-weight: bold;
}
.tip {
	font-size: x-small;
}
dl {
	line-height: 130%;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 0.5em;
}
table.centered {
	margin: 1em auto;
	text-align: left;
}
th {
	vertical-align: top;
	text-align: left;
}
caption {
	padding: 2px;
	font-weight: bold;
}
form {
	text-align: left;
	margin: 1em auto;
}
form .buttons {
	text-align: center;
	border: 1px solid #C21512;
	background-color: #FFCCCC;
	padding: 5px;
}
fieldset {
	padding: 10px;
	border: 1px solid #C21512;
	background-color: #FFDDDD;
}
fieldset legend {
	background-color: #C00000;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
}
form td.label {
	text-align: right;
	font-weight: bold;
	padding-right: 8px;
	vertical-align: top;
}
form td.field {}
form td.field .desc { font-size: x-small; color: #C21512; font-style: italic; }
input, select, textarea { color: #C21512; }
h1,h2,h3,h4,h5,h6 { color: #C21512; }
li {margin-bottom: 4px;}
table.rivitieto {
	border: 1px solid #C21512;
}
table.rivitieto th {
	font-weight: normal;
	font-style: italic;
	padding: 5px;
	background-color: #C00000;
	color: #FFFFFF;
}
table.rivitieto tr.oddrow {
	background-color: #FFDDDD;
}
table.rivitieto td {
	border-top: 1px solid black;
	padding: 4px;
}
#keskitin {
	text-align: center;
}
#laatikko {
	width: 800px;
	margin: 1em auto;
}
#sivutaulu {
	width: 100%;
	margin: 0em auto;
	border: 1px solid #C21512;
}
#ylamenu {
	background-color: #C21512;
	text-align: center;
	padding: 10px;
	color: #FFFFFF;
	font-size: small;
}
#ylamenu a {
	color: #FFFFFF;
}
#ylamenu a:hover {
	color: #FFAAAA;
	text-decoration: none;
}
#keski {
	background-color: #FFFFFF;
	padding: 2em;
	width: 100%;
}
#alapalkki {
	background-color: #C21512;
	text-align: center;
	padding: 1px;
	color: #FFFFFF;
	font-size: xx-small;
}
.huomiolaatikko {
	padding: 1em;
	border: 1px dotted red;
	zoom: 1;
}
/* clearfix */
.huomiolaatikko:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.huomiolaatikko {zoom: 1;} /* IE hasLayout trigger */
/* clearfix loppu */