body {
	background-color: #000000;
	background-image: url(background.gif);
	background-repeat: repeat;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #FFFFFF;
}
a:link {
	color: #00FFFF;
}
a:visited {
	color: #00FFFF;
}
a:hover {
	color: #00FF00;
}
h1, h3, h5 {
	font-family: Lucida Console, Century Gothic, Arial;
  font-variant: small-caps;
}
h2 {
  margin-top: 48px;
  background-color: blue;
  border-style: outset;
  border-width: 2px;
  padding: 4px 8px;
	font-family: Lucida Console, Century Gothic, Arial;
  font-variant: small-caps;
}
h4 {
  margin-top: 32px;
  background-color: blue;
  border-style: outset;
  border-width: 2px;
  padding: 4px 8px;
	font-family: Lucida Console, Century Gothic, Arial;
  font-variant: small-caps;
}
ul.ycrys, li.ycrys {
  list-style-image: url('ycrys.gif');
}
ul.pcrys, li.pcrys {
  list-style-image: url('pcrys.gif');
}
ul.gcrys, li.gcrys {
  list-style-image: url('gcrys.gif');
}
ul.rcrys, li.rcrys {
  list-style-image: url('rcrys.gif');
}
ul.wcrys, li.wcrys {
  list-style-image: url('wcrys.gif');
}
div.hr {
  margin-top: 48px;
  height: 13px;
	background-color: #000000;
	background-image: url(pipe.gif);
	background-repeat: repeat;
}
div.hr hr {
  display: none;
}
table {
	border-collapse: separate;
	empty-cells: show;
	color: #000000;
}
th {
	font-weight: normal;
	text-align: left;
}
table.box {
	border-width: 4px 4px 4px 4px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
}
table.box th, table.box td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
}
table.box th {
	background-color: #c0c0c0;
	font-weight: bold;
}
table.stats th, table.stats td {
	text-align: right;
}
table.stats th.desc, table.stats td.desc {
	text-align: left;
}
table.toc th.num, table.toc td.num {
	text-align: right;
}
table.list th, table.info th {
	font-weight: bold;
}
table.info th {
	text-align: right;
}
table.white th, table.white td {
	background-color: #ffffff;
}
table.blue th {
	background-color: #ccfcfc;
}
table.blue td {
	background-color: #ecffff;
}
table.green th {
	background-color: #ccfccc;
}
table.green td {
	background-color: #ecffec;
}

