html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

html, body {
	scrollbar-base-color		: #E9E9E9;
    scrollbar-track-color		: #E9E9E9;
    scrollbar-face-color		: #DBDBDB;
	scrollbar-arrow-color		: #333333;
	scrollbar-highlight-color	: #DBDBDB;
	scrollbar-3dlight-color		: #DBDBDB;
	scrollbar-shadow-color		: #DBDBDB;
	scrollbar-darkshadow-color	: #999;
}

a:link    { text-decoration: none;      color: #333; }
a:visited { text-decoration: none;      color: #333; }
a:hover   { text-decoration: none;      color: #96692F; }
a:active  { text-decoration: none;      color: #333; }


body  {
	background			: #DCDDDD;
	margin				: 0px;
	padding				: 0px;
	text-align			: left;
	background-image	: url(bg.gif);
	background-repeat	: repeat-x;
	background-attachment	: fixed;
	width				: 96%;
	padding-top			: 10px;
}

body, td, p, ul, li {
	font-family			: "Verdana", "Osaka", "MS UI Gothic", sans-serif ;
	font-size			: 12.0px;
	color				: #333;
	line-height			: 140%;
}

div.ndate {
	font-size			: 10.0px;
	padding-left		: 12px;
}

div.ntext {
	padding-bottom		: 16px;
	padding-left		: 12px;
	padding-right		: 12px;
}

p {
	padding				: 0px;
	margin				: 0px;
}