﻿body {background-color: silver; color: black}
div#doc {background-color:white;  color: black; width:45em;border:3px solid rgb(13, 73, 139);padding:1em;margin:5em auto 0}
div#hd {text-align:left}
/* TABLES */
/* Styles within modals suffer from modal stylesheet rules */
caption {
	font-weight: bold;
	font-size: larger;
	margin: 0.5em 0;
}
.table1 {
	border: 0;
	border-collapse: collapse;
}
.table1 td, .table1 th {
	padding: 4px !important;
}
.table1 td {
	background: white url(i/sprites.gif) repeat-x 0 -1600px;
	border: none;
}
.table1 th {
	border: 1px solid white;
}
.table1 th[scope] {text-align:right; font-weight:bold}
.table1 thead th {
	color: white;
	background-color: rgb(51, 36, 34);
}
.table1 tbody th, .table1 tfoot th {
	color: white;
	background-color: #88b8db;
}
.table1 tbody th.sub {
	font-size: 100%;
	color: #000;
	background: #efefef url(i/sprites.gif) repeat-x 0 -1500px;
}