body
{
	background-color: black;
	color: white;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

a:link { color: blue; }
a:visited { color: darkmagenta; }
a:active { color: darkmagenta; }

a.bright:link    { color: white; text-decoration: none }
a.bright:visited { color: white; text-decoration: none }
a.bright:active  { color: white; text-decoration: underline }
a.bright:hover   { color: white; text-decoration: underline }

font,td,p
{
	//font-family: Verdana, Arial, Helvetica, sans-serif;
}

td,tr,table
{
	border: 0px none;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

div#hs-table table,
div#hs-table tr
{
	//border: solid white 1px;
	padding: 0em 0.5em;
	border-collapse: collapse;
}

div#hs-table td,
div#hs-table th
{
	padding: 0em 0.5em;
}

h1
{
	font-size: 150%;
}

.vtop
{
	vertical-align: top;
}

.centred
{
	text-align: center;
}

.grey
{
	color: #404040;
}

.inset
{
	background-color: #f0f0f0;
	color: black;
}

.inset-tl
{
	background-image: url("images/corner-grey-f0-tl.gif");
	width: 8px;
	height: 8px;
}

.inset-tr
{
	background-image: url("images/corner-grey-f0-tr.gif");
	width: 8px;
	height: 8px;
}

.inset-bl
{
	background-image: url("images/corner-grey-f0-bl.gif");
	width: 8px;
	height: 8px;
}

.inset-br
{
	background-image: url("images/corner-grey-f0-br.gif");
	width: 8px;
	height: 8px;
}

img
{
	vertical-align: middle;
	border: none;
	behavior: url(iepngfix.htc);
}

img.screen
{
	vertical-align: middle;
	horizontal-align: center;
	width: 100px;
	height: 100px;
	border: 1px #000000 solid;
}
/*
th
{
	//font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #f0f0f0;
	background-image: url("images/shadebar1.gif");
	background-repeat: repeat-x;
	color: white;
}

th.panel
{
	//font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #c0c0c0;
	background-image: none;
	background-repeat: repeat-x;
	color: white;
}
*/
td.pad5
{
	padding: 5px;
}

td.minimal
{
	font-size: 1px;
}

.maintitle
{
	color: white;
	font-size: 24px;
	//font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

td.maintitle
{
	background-color: #f0f0f0;
/*	background-color: #C05000;*/
/*	background-image: url("images/shadebar1.gif");*/
	background-repeat: repeat-x;
	padding: 5px;
	font-size: 10px;
	vertical-align: middle;
}

.mainsub 
{
	color: white;
	font-size: 14px;
}

.title
{
	color: black;
	font-size: 24px;
	//font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.sub  { font-size: 14px; }
.menu { font-size: 10px; }
.info { font-size: 10px; }

.footinfo
{
	font-size: 10px;
	text-align: right;
}

.botinfo
{
	font-size: 10px;
	color: #808080;
	vertical-align: bottom;
	padding: none;
	margin: none;
	border: none;
}

table.inset
{
	width: 100%;
	border-collapse: separate;
/*	border: 2px solid gray;*/
	border: none;
	border-spacing: 2px;
/*	background-color: white;*/
	padding: 0px;
	margin: 0px;
}

table.minimal
{
	border-collapse: separate;
	border: none;
	border-width: 0;
	border-spacing: 0;
	background-color: none;
	padding: 0px;
	margin: 0px;
}

table.panel
{
	width: 100%;
/*	border-collapse: separate;*/
	border: none;
	border-spacing: 2px;
	background-color: white;
	padding: 0px;
	margin: 0px;
}

td.menu
{
	font-size: 10px;
	border-right: 2px;
	border-color: darkcyan;
}
