body {
    margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-face-color:#87a5e3;
	background-color: #87a5e3;
}

h1 { font-size: x-large; }
h2 { font-size: large; }

a:link { color:#FFFFFF; 
         text-decoration: none;
}

a:visited { color:#FFFFFF; 
            text-decoration: none;
}

a:active { color:#855723; 
           text-decoration: none;
}

a:hover { color:#FFFFFF; 
          text-decoration: none;
}
.current { color:#666666; 
            text-decoration:none
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #855723;
	font-size: large;
}

.menu a:link {  color:#855723; 
           text-decoration: none;
}

.menu a:visited {  color:#855723; 
           text-decoration: none;
}

.menu a:active {  color:#FFFFFF; 
           text-decoration: none;
}

.shadow {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #999999;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #855723;
}

.txt a:link {color:gray; 
              text-decoration:none
}

.txt a:visited  {color:gray; 
              text-decoration:none
}

.smaller {
	font-size: small;
}

#Layer1 {
	position:absolute;
	left:72px;
	top:-4px;
	width:80px;
	height:64px;
	z-index:0;
	overflow: hidden;
}

#Layer2 {
	position:absolute;
	left:109px;
	top:17px;
	z-index:1;
	overflow: hidden;
}