body
{	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	background-color:#202e28;}

body.print
{	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	background-color: #ffffff;}

td
{	margin: 5px;
	padding: 5px;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.125em;
	color: black;}

td.title
{	color: white;}

td.head
{	margin: 5px;
	padding: 5px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	color: white;
	text-shadow: 2px 2px black;
	background-color: #161f1b;
	border: 1px white solid;}

td.login
{	text-align: left;
	font-size: 1em;
	font-weight: normal;
	color: white;}

td.navigation
{	margin: 7px;
	padding: 7px;
	text-align: left;
	font-size: 0.8125em;
	color: white;
	white-space: nowrap;
	background-color: #161f1b;}

td.copyright
{	margin: 1px;
	padding: 1px;
	text-align: left;
	font-size: 0.75em;
	color: white;
	white-space: nowrap;
	background-color: none;}

td.underline
{	border-style:solid;
	border-width: 0 0 thin 0;}


img
{	margin:-5px 0;
	padding:-5px 0;}

pre
{	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 - Text module */
	word-wrap: break-word; /* IE 5.5+ */}

a
{	color: blue;
	text-decoration: none;}
a:hover
{	text-decoration: underline;}
a:active
{	color: silver;}

a img
{	border: none;}

a.manage
{	color: yellow;
	text-decoration: none;}
a. manage:hover
{	text-decoration: underline;}
a. manage:active
{	color: silver;}

a.navigation
{	color: white;
	text-decoration: none;}
a.navigation:hover
{	text-decoration: underline;}
a.navigation:active
{	color: gray;}


