body {
	font-family: Times New Roman, serif;
	scrollbar-face-color: #999999;
	scrollbar-shadow-color: #2E2E2E;
	scrollbar-3dlight-color: #2E2E2E;
	scrollbar-arrow-color: blacj;
	scrollbar-track-color: #2E2E2E;
	scrollbar-darkshadow-color: #2E2E2E;
	background-color: black;
	padding: 0;
	margin: 0;
	color: white;
}
input, textarea {
	font-family: Times New Roman, serif;
	font-size: 14px;
}
td {
	vertical-align: top;
}
.content {
	padding: 10 0 10 0;
	background-image: URL(img/bg_content.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
a, a:visited, a:hover {
	font-size: 14px;
	color: white;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.menu, a.menu:visited, a.menu:hover {
	font-family: Times New Roman, serif;
	font-size: 13px;
	text-decoration: none;
	vertical-align: top;
}
a.menu:hover {
	color: #999999;
}
.copy {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
li.menu {
	list-style-image: URL(img/point.gif);
	list-style-position: outside;
	line-height: 20px;
	margin: 0 10 0 40;
	font-weight: bold;

}
h1 {
	font-size: 18px;
	text-align: left;
}
hr {
	height: 1;
	color: white;
}
.text, .c, .l, .r {
	font-size: 14px;
	vertical-align: top;
}
.th, .tr {
	text-align: center;
	font-weight: bold;
	background-color: #990000;
	vertical-align: middle;
}
.tr {
	text-align: right;
}
.c {
	text-align: center;
}
.l {
	text-align: left;
}
.r {
	text-align: right;
}