/* CSS */
BODY	{
	color:gray;
	background-image:url("img/bg.jpg");
/*	background-attachment: fixed;	*/
	scrollbar-face-color:e0e0e0;
	scrollbar-arrow-color:b0b0b0;
	scrollbar-highlight-color:white;
	scrollbar-3dlight-color:d0d0d0;
	scrollbar-shadow-color:808080;
	scrollbar-darkshadow-color:808080;
	scrollbar-track-color:f0f0f0;
	}
A	{
	color:gray;
	text-decoration:underline;
	}
A:hover	{
	color:gray;
	text-decoration:underline;
	}
TABLE	{border:thin;font-size:14}
IMG	{border:none}
INPUT	{border:thin;cursor:hand}

.box	{
	border:solid 1;
	background-color:white;
	border-color:gray;
	color:gray;
	}

.boxInv	{
	background-color:e0e0e0;
	border-color:white;
	color:404040;
	}

.boxInvD	{
	background-color:gray;
	border-color:white;
	color:white;
	}

.shadow	{
	border:solid 1;
	background-color: f0f0f0;
	color:gray;
	}