@charset "utf-8";
/* CSS Document */
body	{
	color:#FFFFFF;
	font-weight: bold;
}
a	{
	text-decoration:none;
	color:#FF0000;
	font-weight: bold;
}
a:hover	{
	background-color:#FFFFFF
}
a:visited	{
	text-decoration:none;
	color:#FF0000;
}
TR.header {
  background:	#990000;
}
TR.footer {
  background:	#990000;
}
.infoBox {
  background: #333333;
}
.infoBoxContents {
  background: #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
.infoBoxNotice {
  background: #FF8E90;
}
.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #990000;
  color: #ffffff;
}
TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}