a {
	color: #2cb52a;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
}

a:hover {color: #2cb52a;
text-decoration: underline;
}

body,td,div,.p,a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


h1,h2,h3,h4 {color: #2cb52a;}
h1 {font-size: 16px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}

p            { font-family: Verdana, Arial; font-size: 10pt }
td           { font-family: Verdana, Arial; font-size: 10pt }
.sis40		   { margin-left: 40 }
.bold        { font-weight: bold }
.banner {
background-color: #3cb711;
color: white;
font-size: 12px;
font-family: Verdana;
letter-spacing: -1px;
line-height: 160%;
height: 70px;
}
.banner2 {
background-color: #3cb711;

}
.menu {
background-color: #3cb711;
padding-left: 4px;

}
.maailmalla {
color: #cdefc0;
font-size: 10px;
letter-spacing: 0px;
padding-bottom: 10px;
}
.maailmalla:hover {
color: #cdefc0;
font-size: 10px;
text-decoration: none;
letter-spacing: 0px;
}

.content {
padding-left: 16px;
padding-top: 20px;
}

.right {
padding-left: 640px;
}

.footer {
color: #676769;
}

.box {
background: #ebf8e7;
margin-bottom: 10px;
}

.white {
color: white;
text-decoration: underline;
}
.white:hover {
color: white;
text-decoration: none;
}

.menuitem {
color: white;
text-decoration: none;
padding-left: 15px;
}


.menuitem:hover {
color: white;
text-decoration: none;
padding-left: 15px;
background: no-repeat url(../images/nuoli.gif);
}

.treeview{ /*CSS for Simple Tree Menu*/
margin: 0px;
padding: 0px;

}

#treemenu2{
list-style-type: none;
margin: 1px;
padding-left: 15px;

}


.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0px;


}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;

margin: 0px;


}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
cursor: pointer !important;


}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */

}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;

}


