<!--
body {
	margin:		0px;
	padding:	0px;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	color:		#333;
	background-color: #346698;
	}
h1 {
	margin:		0px 0px 15px 0px;
	padding:	0px;
	font-size:	26px;
	line-height:	26px;
	font-weight:	900;
	color:		#cccccc;
	}
p {
	font:		11px/15px Verdana, Arial, Helvetica, sans-serif;
	margin:		0px 0px 10px 0px;
	padding:	0px;
	}
a {
	color:		#09c;
	font-size:	11px;
	text-decoration:none;
	font-weight:	600;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	}
a.active {
	color:		#22FF55;
	font-size:	11px;
	text-decoration:none;
	font-weight:	600;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	}
a:hover {
	color:		#FF6600;
	font-size:	11px;
	text-decoration:none;
	font-weight:	bold;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	}
a.inactive {
	color:		#FF5555;
	font-size:	11px;
	text-decoration:none;
	font-weight:	600;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	}
a.activeNoComp {
	color:		#FABB02;
	font-size:	11px;
	text-decoration:none;
	font-weight:	600
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	}
img	{
	border:		0;
	}
input.box {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	/* font-size:	8pt; */
	border:		1px solid blue;
}
input.submit	{
	color: #102132;
	background-color: #D7E5F2;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 2px; 
	}
td	{
	vertical-align:		top;
	}
td.peers {
	background-color:	#0D3760;
	}
td.peersactive {
	background-color:	#009977;
	}
td.peersnoactive {
	background-color:	#CC0000;
	}
td.peersconnecting {
	background-color:	#000088;
	}
td.peersconditional {
	background-color:	#FF6633;
	}
td.statusgreen {
	color:			#00FF00;
	}
td.statusred {
	color:			#FF0000;
	}
td.normal {
	width:			50px;
	vertical-align:		top;
	}
td.wide {
	width:			150px;
	vertical-align:		top;
	}
td.wider {
	width:			220px;
	vertical-align:		top;
	}

#Header {
	margin:		50px 0px 10px 0px;
	padding:	17px 0px 0px 20px;
	/* For IE5/Win's benefit height = */
	/*  [correct height] + [top padding] + [top and bottom border widths] */
	height:		33px; /* 14px + 17px + 2px = 33px */
	border-style:	solid;
	border-color:	black;
	border-width:	1px 0px;
	/* ^ top and bottom borders: 1px; left and right borders: 0px */
	line-height:	11px;
	background-color:#cccccc;
	height:		14px; /* the correct height */
}

#Content {
	margin:0px 50px 50px 200px;
	padding:10px;
	color: #ffffff;
	}

#Menu {
	position:	absolute;
	top:		100px;
	left:		20px;
	width:		172px;
	padding:	10px;
	background-color:#cccccc;
	border:		1px dashed #999;
	line-height:	17px;
	width:		150px;
	font-size:	10px;
	}

//-->

