BODY {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-image : url(../pics/background.jpg);
	background-repeat : repeat-x;
	background-color : #FFFFFF;
	margin : 15px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
TD, TR {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
}
FORM {
	margin : 0px 0px 0px 0px;
}
INPUT, SELECT, TEXTAREA {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* taustat */
.topBgStyle {
	margin-top: 5px;
	background-image : url(../pics/top_bg.gif);
	background-repeat : repeat-x;
	background-color : #FFFFFF;
}

/* Yleiset tyylit teksteille */
.boldText {
	font-weight : bold;
}

/* Divit */
#mainHeader {
	font-size: 16px;
	font-weight : bold;
	color: #30613B;
	margin-bottom : 12px;
}

/* Linkkityylit */
a:link {
	color: #30613B;
	text-decoration: none;
}
a:active {
	color: #66AF78;
	text-decoration: underline;
}
a:visited {
	color: #30613B;
	text-decoration: none;
}
a:hover {
	color: #66AF78;
	text-decoration: underline;
}

a.navi:link {
	color: #30613B;
	text-decoration: none;
}
a.navi:active {
	color: #66AF78;
	text-decoration: none;
}
a.navi:visited {
	color: #30613B;
	text-decoration: none;
}
a.navi:hover {
	color: #66AF78;
	text-decoration: none;
}