body{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #FFF;
	border-bottom: solid 1px;
	border-color: #AA0011;
	margin-right: 5px;
}

.otsake{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	color: #696969;
	background-color: #FFF;
	padding: 0px 0px 0px 5px;
}

.otsakeTable{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	color: #696969;
	background-color: #FFF;
	border-bottom: solid 1px;
	border-left: solid 1px;
	border-color: #AA0011;
	padding: 0px 0px 0px 5px;
}

.tabletuote{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	color: #000000;
	background-color: Silver;
	padding: 0px 0px 0px 5px;
}

.tablekoodi{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	color: #000000;
	background-color: #EAEAEA;
	padding: 0px 0px 0px 5px;
}

.footerText{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	color: #666666;
	background-color: none;
	border-top: solid 1px;
	border-color: #CCCCCC;
	padding: 10px 0px 0px 0px;
	margin-left: 40px;
	margin-right: 40px;
}


/***********************************************/
/* Leiska Div tagit                            */
/***********************************************/

#wrapper{
	margin: 0;
	border-bottom: 1px solid #cccccc;
	width: 640px;
}

#content{
	margin: 20;
	padding: 20px 0px 20px 45px;
	width: 540px;
}

#header{
	margin: 0;
	width: 640px;
	height: 64px;
}

#footer{
	width: 640px;
	height: 71px;
}

/*************** #linkit **************/
a:link, a:visited, a:hover {
	color: #AA0011;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
