
/* Main Definitions */

acronym
{
	cursor: help;
	border-bottom: 1px dotted;
}

a
{
	color:#000;
}

/* Body */

body
{
	background-color:#fff;
	color: #000;
	font-family: "Courier New" ,Courier,sans-serif;
	font-size: 80%; /* 76% min */
}

h1
{
	text-align:center;
	text-decoration:underline;
	font-size:2em;
}

h2
{
	text-align:center;
	background-color:#ddd;
	font-size:1.5em;
}

/* Warning */

.warning
{
	border:solid 2px #000;
	font-size:.85em;
}

.warning h2
{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#fdd;
	font-size:1.5em;
	padding-top:.25em;
	padding-bottom:.25em;
}

.warning p
{
	padding-left:1em;
	padding-right:1em;
}

/* Tables */

table
{
	border:solid 1px #888;
}

table thead td
{
	border-bottom:solid 1px #888;
}

table tbody td
{
	border-bottom:solid 1px #ddd;
	padding-right:1em;
}

.notcritical
{
	color:#999;
}

.centered
{
	text-align:center;
}

/* Copyright */

#copyright
{
	text-align:center;
	border-top:solid 1px #888;
	margin-top:2em;
	font-size:.75em;
}
