body		{ scrollbar-shadow-color: #999999; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #999999; scrollbar-darkshadow-color: #000000; }

.tahoma		{ font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif; }
.arial		{ font-family: Arial, Geneva, Helvetica, sans-serif; }
.geneva		{ font-family: Geneva, Helvetica, sans-serif; }
.helvetica	{ font-family: Helvetica, sans-serif; }
.sans		{ font-family: sans-serif; }
.trebuchet	{ font-family: Trebuchet MS; }

.h100		{ height : 100%; }
.w100		{ width : 100%; }

.gray		{ filter : gray; }

.on		{ filter:alpha(opacity=100); }
.off		{ filter:alpha(opacity=0); }
.t05		{ filter:alpha(opacity=05); }
.t10		{ filter:alpha(opacity=10); }
.t15		{ filter:alpha(opacity=15); }
.t20		{ filter:alpha(opacity=20); }
.t25		{ filter:alpha(opacity=25); }
.t30		{ filter:alpha(opacity=30); }

.hand		{ cursor : pointer; }
.crosshair	{ cursor : crosshair; }
.move		{ cursor : move; }
.help		{ cursor : help; }
.wait		{ cursor : wait; }
.nowrap		{ white-space: nowrap; }

.absolute	{ position: absolute; }
.relative	{ position: relative; }
.relativeOrigin	{ position: relative; left:0; top:0; }


.visible	{ visibility: visible; }
//	.hidden		{ visibility: hidden; }	DO NOT USE !!!
//	.overflowHidden	{ overflow: hidden; }

//	.displayNone	{ display: none; }	DOES NOT WORK !!!
//	.displayBlock	{ display: block; }