Body {
background-image: url(parchment.jpg);
	background-attachment: fixed;

}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}


TD {color: #000066;
	font-family: "Trebuchet MS";
}

P {color: #000066;
	font-family: "Trebuchet MS";
}

H1{
	color: #000066;
	font-family: "Trebuchet MS";
	}

H2 {
	color: #000066;
	font-family: "Trebuchet MS";
	}

H3 {
	color: #000066;
	font-family: "Trebuchet MS";
	}

A {
	TEXT-DECORATION: none;
	color: #CC0000;
	font-family: "Trebuchet MS";
	font-size: 15px;
}

A:Hover {
	color: green;
	font-size: 15px;
	}	
	
Option {
	text-align: center;		
}
			
Select {
	font-family: "Trebuchet MS";
	background-color: #FFFFCC;
	color: #CC0000;
	font-weight: bold;
}

Img {
	border: 0;
	}
	
.menu {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	WIDTH: 140px;
	CURSOR: se-resize;
	FONT-FAMILY:  Verdana, Arial;
	POSITION: absolute;
	COLOR: black;
	border: none;
	background-color: #FFFFCC;
	background-image: url(tree.gif);
	vertical-align: text-bottom;
	background-repeat: no-repeat;
}
.item_panel {
	 WIDTH: 122px;
	 CLIP: rect(0px 140px 0px 0px);
	 POSITION: absolute;
}
.item_panel A {
	CURSOR: hand; COLOR: black; TEXT-DECORATION: none
}
.item {
	FONT-SIZE: 12px; WIDTH: 140px; FONT-FAMILY:  Verdana, Arial ; BACKGROUND-COLOR: lightyellow
}
	


