@charset "utf-8";
.body {
	background-color: white;
	font-size: 10px;
	font-family: sans-serif;
	color: #999;
}
.bold {
	font-weight: bold;
	font-family: sans-serif;
	font-size: 10px;
	color: #999;
}
.bold_11px {
	font-family: sans-serif;
	font-size: 10px;
	color: #999;
}

.normal {
	font-family: sans-serif;
	font-size: 10px;
	color: #999;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}
.headline {
  border-bottom: 1px solid #dcdcdc;
}
.headline_top {
  border-top: 1px solid #dcdcdc;
}
html {
  min-height: 100%;
  margin-bottom: 1px;
}
#table_bg {
	background-image: url(/images/bg.jpg);
}
