/* CSS */

body {
	background:#dde4e3;
	margin:0;
	}
	
td {
font-family: arial, sans-serif, verdana;
font-weight: normal;
color:#000000;
font-size: 9pt;
}

h3 {
font-size:11pt;
font-weight: bold;
color:#b50033;
}

.mini {
font-size:8pt;
}

.otsRed {
font-size:11pt;
font-weight: bold;
color:#b50033;
}
.boksiText {
font-size: 8pt;
}

.boksi {
background:#ceebfa;
}

.footLeft {
font-size: 8pt;
float: left;
margin: 0 0 0 10px;
}
.footRight {
font-size: 8pt;
float: right;
margin: 0 10px 0 0;
}

.ohje {
padding:10px;
background:#ffffff;
}
.ohjeBlue {
padding:10px;
background:#ceebfa;
}

/* LINKS */

a.nav {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
a.nav:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:normal;
}

a.foot {
	color:#000000;
	text-decoration:underline;
	font-weight:normal;
}
a.foot:hover {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}

a.lnkBold {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
a.lnkBold:hover {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}





/* - - - - - */
