body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #930;
	margin: 0px;
}
.header {
	font-size: 24px;
	font-weight: bold;
	background-color: #930;
        color: #fc6;
	text-align: center;
}
h1 {
	font-size: 18px;
}
h1 a {
        font-size: 18px;
}
h1 a:hover {
        font-size: 18px;
        font-weight: bold;
}
h2 {
        font-size: 16px;
}
h2 a {
        font-size: 16px;
}
h2 a:hover {
        font-size: 16px;
        font-weight: bold;
}
p {
	font-size: 12px;
}
td {
	font-size: 12px;
}
.navi {
        background-color: #930;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.navi a {
        font-weight: bold;
        color: #fc6;
        text-decoration: none;
}
.navi a:hover {
        font-weight: bold;
}
a {
	font-size: 12px;
	color: #930;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	color: #f00;
	text-decoration: underline;
	font-weight: normal;
}
.content {
        background-color: #fc6;
	overflow: visible;
}
.footer {
	font-size: 10px;
	text-align: right;
        color: #fc6;
}
.naviSel {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color: #fc6;
        color: #000;
	font-size: 12px;
        font-weight: bold;
}
.center {
        text-align: center;
}
.left {
        text-align: left;
}
.right {
        text-align: right;
}
.bold {
        font-weight: bold;
}
.navi_et_content {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background-color: #930;
        margin: 0px;
}
.form_field {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
	background-color: #ffc;
	color: #000000;
}
.form_button {
	color: #fc6;
	background-color: #930;
}
.kuvateksti {
        font-size: 10px;
}
.table_header {
        background-color: #930;
        font-weight: bold;
        color: #fc6;
}
.table_left_side {
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #930;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #930;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #930;
}
.table_right_side {
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #930;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #930;
}


