A
{
    TEXT-DECORATION: none
}

A:hover
{
	TEXT-DECORATION: underline
}

BODY
{
scrollbar-base-color: rgb(51,51,51);
scrollbar-face-color: rgb(83,81,132);
scrollbar-highlight-color: rgb(134,132,179);
scrollbar-shadow-color: rgb(51,51,51);
scrollbar-3dlight-color: rgb(51,51,51);
scrollbar-arrow-color: rgb(255,255,255);
scrollbar-track-color: rgb(255,255,255);
scrollbar-darkshadow-color: rgb(51,51,51);
}

.dragPictureBox {
	position:absolute;
	width:80px;
	height:80px;
	z-index:10;
	border:none;
	visibility:hidden;
}

img.png_img {
	behavior: url(presentations/ie_gif4png.htc);
}

.book_scrollbars {
	scrollbar-base-color: rgb(104,70,43);
	scrollbar-face-color: rgb(246,193,115);
	scrollbar-highlight-color: rgb(134,132,179);
	scrollbar-shadow-color: rgb(45,30,11);
	scrollbar-3dlight-color: rgb(45,30,11);
	scrollbar-arrow-color: rgb(104,70,43);
	scrollbar-track-color: rgb(104,70,43);
	scrollbar-darkshadow-color: rgb(45,30,11);
}

a.contextMenu {
	text-decoration:none;
	font-family:Verdana,Arial;
	font-size:80%
}

a.contextMenu:link,a.contextMenu:visited {
	text-decoration:none;
	color:#F0F8FF
}

a.contextMenu:hover,a.contextMenu:active {
	text-decoration:none;
	background-color:#DDDCE9;
	color:#F0F8FF
}

hr.contextMenu {
	border:0px;
	height:1px;
	background-color:#535184;
	color:#B0C4DE
}


a.navigate:link {
 color:#161616; 
 text-decoration:none
}

a.navigate:visited {
 color:#161616; 
 text-decoration:none
}

a.navigate:hover {
 color:#A00000; 
 text-decoration:none
}

