table.form 
	{ background-color: white; }
td.title
	{ background-color: #005D9B; }
td.dark, td.form, td.hdr
	{ background-color: #F0F0F0; }
td.lite, td.about
	{ background-color: #F9F9F9; }
td.bugfix
	{ font-family: monospace; }  /* helps avoid Netscape 4.x text box sizing bug */
body, p, td, ol, ul, dl, pre
	{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
body
	{ background-color: white; }
h1, h2, h3, h4, .name
	{ font-family: Arial, Helvetica, Verdana, sans-serif; }
h1, h2, h3, h4, b, .ipaddr
	{ color: rgb(0,43,130); }
h1
	{
	font-size: 24px;
	margin-bottom: 60px;
	}
h2
	{
	font-size: 18px;
	border-bottom: solid 1pt #ACACAC;
	margin-top: 40px;
	}
h3
	{
	font-size: 18px;
	line-height: 0;
	margin-top: 40px;
	}
.name
	{
	font-size: 24px;
	font-weight: bold;
	text-align: Left;
	line-height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	color: white;
	}
.desc
	{ color: white; }
.small, .user
	{ font-size: 10px; }
.user
	{ color: #555555; }
.ipaddr
	{
	font-weight: bold;
	/* font-family: 'Courier New', monospace; */
	}
.urgent
	{ color: red; }
tt
	{ font-family: 'Courier New', monospace; }
pre
	{ font-family: 'Courier New', monospace; }
a:link
	{ 
	color: rgb(0,82,242);
	text-decoration: none;
	}
a:visited
	{
	color: rgb(89,124,198);
	text-decoration: none;
	}
a:active
	{
	color: red;  /* rgb(255,173,13) */
	text-decoration: underline;
	}
a:hover
	{
	color: rgb(0,82,242);
	text-decoration: underline;
	}
ul
	{ list-style-type: circle; }
li
	{ margin-bottom: 4px; }
form
	{ margin: 0 0 0 0; }
table.colored
	{
	background-color: #C0C0C0;
	}
td.header, td.hdrsmall, tr.header
	{
	background-color: #005D9B;
	color: white;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	} 
td.dkcell, td.dksmall, tr.dkcell
	{
	background-color: #F0F0F0;
	}
td.ltcell, td.ltsmall, tr.ltcell
	{
	background-color: white;
	}
td.hdrsmall, td.dksmall, td.ltsmall
	{
	font-size: 11px;
	}
div.note { margin-top: 10px; padding: 9px; border: 1px solid #C0C0C0; width: 45em; }
div.note ul { margin: 0; padding: 0; }
div.note li { display: inline; list-style-type: none;  margin: 0; padding-right: 15px; white-space: nowrap; }
div.note p.last { clear: left; }

.warning { background-color: #fff8be; }
.error { background-color: #ffdcdc; }

div.warning, div.error { margin-top: 10px; padding: 9px; }

table.user { margin: 0; padding: 0; }
th.user { text-align: right; font-weight: normal; }
th.user, td.user { margin: 0; padding: 0; }
td.user { padding-left: 3px; }