html, body, textarea{
	scrollbar-base-color:#A4C600;
  	scrollbar-3dlight-color:#ffffff;
  	scrollbar-arrow-color:#004F32;
 	scrollbar-darkshadow-color:#004F32;
 	scrollbar-face-color:#A4C600;
 	scrollbar-highlight-color:#ffffff;
  	scrollbar-shadow-color:#004F32;
  	scrollbar-track-color:#CAD872;
}

body {
	background-color: #78AD00;
	background-image: url(../images/square/bg_green.jpg);
}

a:link{
	color:#8CB800;
	text-decoration : underline;
	font-weight: bold;
}
a:visited{
	color:#8CB800;
	text-decoration : underline;
	font-weight: bold;
}
a:hover{
	color:#8CB800;
	text-decoration : underline;
	font-weight: bold;
}

#submenuitems{
	background-image:url(../images/square/submenu_bg_green.gif);
}

div.submenu-no,
div.submenu-act{
	background-image: url(../images/square/submenu_divider_green.gif);
}

#submenu div.submenu-no a:link, #submenu div.submenu-no a:visited{
	color: #00170A;
	background-image: url(../images/submenuicons/green_no.gif);
}

#submenu div.submenu-no a:hover, #submenu div.submenu-act a{
	color:#ffffff;
	background-image: url(../images/submenuicons/green_act.gif);
	background-color: #005233;
}


#contentheader{
	background-image: url(../images/square/contentheader_green.jpg);
}

#contentmain{
	background-image: url(../images/square/contentbg_green.gif);
}

#contentfooter{
	background-image: url(../images/square/contentfooter_green.gif);
}

div.rightboxheader{
	background-image: url(../images/square/rightboxheader_green.gif);
}

div.rightboxfooter{
	background-image: url(../images/square/rightboxfooter_green.gif);
}