body {
	margin:0;
	padding:0;
	background-color:#666666;
}
form {
	margin:0;
}
td {
	vertical-align:top;
}

/* text styles */
body,td,input,textarea,select {
	font-family:Arial, Helvetica;
	font-size:12px;
	color:#222222;
}

p								{ line-height: 1.5; } 

h1 {
	font-size:20px;
	color:#222222;
	font-weight:normal;
	margin:0px 0px 10px 0px;
}
h2 {
	font-size:16px;
	color:#222222;
	font-weight:bold;
	margin:20px 0px 10px 0px;
}
h3 {
	font-size:11px;
	color:#222222;
	font-weight:bold;
	text-transform:uppercase;
	margin:15px 0px 5px 0px;
}
a {
	text-decoration:none;
	color:#00925a;
}
a:hover {
	text-decoration:underline;
}

.copyr, .copyr a {
	font-size:10px;
	text-decoration:none;
	color:#808080;
}
/* topmenu */
div.topmenu {
	float:right;
	font-size:11px;
	color:#a7a7a7;
	padding-top:30px;
}
div.topmenu a {
	color:#a7a7a7;
}

/* mainmenu styles */
table.mainmenu {
	margin-top:2px;
	width:100%;
	background:url(images/menu_bg.gif) repeat-x;
	height:44px;
}
table.mainmenu td {
	padding:8px 0px 0px 10px;
}

/* submenu */
td.submenu {
	width:200px;
	background:#e1eaef;
	padding:10px 0px;
}
td.submenu a {
	display:block;
	color:#222222;
	padding:10px 20px;
}
td.submenu a.locked {
	background:#96d2f4;
}

/* footer */
table.footer {
	width:100%;
}
table.footer td {
	white-space:nowrap;
	padding:0px 20px;
	color:#a7a7a7;
	line-height:17px;
	font-size:11px;
	border-right:1px solid #e2e2e2;
}
table.footer td a {
	color:#a7a7a7;
	font-size:11px;
}

/* other elements */
td.content {
	line-height:17px;
}
.padds {
	padding:20px;
}
.padds2 {
	padding:20px 40px 20px 20px;
}

a.newslink {
	color:#404040;
}

div.hr {
	border-top:1px solid #e2e2e2;
	margin:10px 0px;
}
div.hr2 {
	border-top:1px solid #e2e2e2;
	margin:20px 0px;
}

.space {
	padding-top:10px;
}

div.box {
	padding:4px;
}
.green {
	background:#96d2f4;
}
.green a {
	color:#2b675e;
}
.blue {
	background:#95d2f3;
}
.blue a {
	color:#284f64;
}
.grey {
	background:#f4f6f8;
}
.borderleft {
	border-left:1px solid #e2e2e2;
}
td.borderleft {
	border-left:1px solid #e2e2e2;
	padding:0px 20px;
}

table.data {
	border-collapse:collapse;
}
table.data tr.otsikko td {
	background:url(images/palkki_bg.gif) repeat-x left center #95d2f3;
	font-weight:bold;
}
table.data td {
	padding:10px;
	border:1px solid #e2e2e2;
}
table.data td td {
	padding:0;
	border:none;
}

.floatright {
	float:right;
	margin:0px 0px 20px 20px;
}

.sininen_boxi {
	padding:0px 0px 0px 0px;
	background-color:#edf9ff;
}
