body {
	margin-top: 0px;
	font-family: "Verdana", "Arial", "Helvetica", "Tahoma", "Microsoft Sans Serif", "Courier New";
	color: #999999;
	background-color: #000000;
}
table {
	font-size: 12px;
	border: none;
}
table.fxd {
	table-layout: fixed;
}
table.list {
	text-align: left;
	vertical-align: top;
	border: thin solid #111111;
}
tr {
	vertical-align: top;
}
tr.head {
	background-color: #111111;
}
td {
	vertical-align: top;
}
.menu {
	text-align: left;
	font-weight: bold;
}
.menuGray {
	text-align: left;
	font-weight: bold;
	color: #555555;
}
img {
	border: none;
	vertical-align: bottom;
}
img.link
{
 cursor: pointer;
}
hr {
	color: #555555;
}
p {
	margin-top: 3px;
	margin-bottom: 2px;
}
a {
	color: #CC9966;
	text-decoration: none;
}
a:hover {
	color: #FFCC66;
	text-decoration: underline;
} 
a:visited {
} 
a.menu {
	color: #999999;
}
a.menu:hover {
	text-decoration: none;
}
a.menuGray {
	color: #555555;
}
a.menuGray:hover {
	color: #FFCC66;
	text-decoration: none;
}
a.text {
	color: #CC9966;
}
a.text:hover {
	color: #FFCC66;
}
a.remark {
	color: #999999;
}
a.remark:hover {
	text-decoration: none;
}
.unvis {
	color: #555555;
	text-decoration: none;
}
a.unvis:hover {
	color: #FFCC66;
	text-decoration: none;
}
.color {
	background-color: #330000;
}
.title {
	font-size: 13px;
	font-weight: bold;
	color: #CC9966;
}
.smtitle {
	font-weight: bold;
	color: #CC9966;
}
.bigtitle {
	font-size: 18px;
	color: #CC9966;
}
.text {
}
.smtext {
	font-size: 9px;
}
.remark {
	font-size: 11px;
}
.bigtext {
	font-size: 13px;
}
.bldtext {
	font-weight: bold;
}
.story {
	text-indent: 25px;
	text-align: justify;
}
.sign {
	font-style: italic;
	text-align: right;
}
.forms {
	font-family: "Verdana", "Arial", "Helvetica", "Tahoma", "Microsoft Sans Serif", "Courier New";
	font-size: 12px;
	color: #999999;
	background-color: #111111;
	border:  1px solid #555555;
	vertical-align: middle;
}
.button {
	font-size: 11px;
	font-weight: bold;
	color: #111111;
}
.nothing {
	font-size: 1px;
}
.error {
	color: #FF0000;
}
