body
{
	scrollbar-darkshadow-color: #f0f0f0;
	scrollbar-highlight-color: #000;
	scrollbar-3dlight-color: #f0f0f0;
	scrollbar-face-color: #e2e2e2;
	scrollbar-shadow-color: #000;
	scrollbar-track-color: #f0f0f0;
	scrollbar-arrow-color: #66c;
	border-width: 0px;
	margin: 10px;
}

select, textarea, .input
{
	font-family: Tahoma, Helvetica;
	background-color: #f0f0f0;
	font-size: 12px;
	color: #000;
}

.input
{
	text-indent : 2px;
	border: 1px solid #000;
}

#bg a, #tablea a, #tableb a, #tabletitle a
{
	text-decoration: underline;
	color: #000;
}

#bg a:hover, #tablea a:hover, #tableb a:hover, #tabletitle a:hover
{
	text-decoration: none;
}

#tablecat a
{
	text-decoration: underline;
	color: #fff;
}

#tablecat a:hover
{
	text-decoration: none;
}

#tabletitle
{
	background-image: url('./images/cellpic.gif');
}

.clsCursor
{
	cursor: pointer;
}