HTML, BODY { 
background-attachment: fixed;
}

body {

	padding: 0px 0px 0px 0px;
	margin:5px 0px 5px 0px;
	background-image:url(bg.jpg)
}
td,div,p,span{font-size:16px}
.imgfade{filter:alpha(opacity=50); -moz-opacity:0.5;}
.imgfull{filter:alpha(opacity=100); -moz-opacity:1;}
a:link {
	color: #75768C; text-decoration:none;
}
a:visited {
	color: #75768C; text-decoration:none;
}
a:hover {
	color: #3A3C5B; text-decoration:none;
}
a:active {
	color: #75768C; text-decoration:none;
}
.tiny
{font-size:13px}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
direction:rtl;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}


