body {
	margin: 0px;
	background-color: #ffffff;
}

body, table, td {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	scrollbar-base-color:#ffffff;
  scrollbar-3dlight-color:#999999;
  scrollbar-arrow-color:#999999;
  scrollbar-darkshadow-color:#999999;
  scrollbar-face-color:#CCCCCC;
  scrollbar-highlight-color:#CCCCCC;
  scrollbar-shadow-color:#CCCCCC;
  scrollbar-track-color:#ffffff;
}

a:link, a:active, a:visited {
	color:#666666;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color:#666666;
	font-weight: normal;
	text-decoration: underline;
}