BODY	{
	background:#fff url("./css_bg.jpg") no-repeat center fixed;
	font-family	:	 'Century Gothic', Verdana;
	font-size	:	small;
	margin	:	0;
	line-height	:	130%;
	scrollbar-track-color	:	#fff;
	scrollbar-face-color	:	#fff;
	scrollbar-arrow-color	:	#ddd;
	scrollbar-3dlight-color	:	#ddd;
	scrollbar-darkshadow-color	:	#ddd;
	scrollbar-highlight-color	:	#777;
	scrollbar-shadow-color	:	#777;
}


A:link	{ color: #f70; }
A:visited	{ color: #07f; }
A:active	{ color: #c9f; }
A:hover	{
	text-decoration	:	none;
	color	:	#0000ff;
	background-color	:	#ddffee;
}


TABLE	{
	filter	:	Alpha(opacity=87);
	border-right	:	1px solid #777;
	border-bottom	:	1px solid #777;
}


td	{
	font-size	:	small;
	line-height	:	140%;
}


.bBorder	{
	border-bottom	:	1px solid #e63;
}
