
html {
	height: 100%;
	margin: 0;
	}

body {
	margin: 0;
	font-family: sans-serif, arial;
	font-size: 11pt;
	line-height: 120%;
	color: #5D5F63;
	}

.tiny {

	font-family: arial;
	font-size: 10pt;
	line-height: 120%;
	text-align: left;
	color: #5D5F63;
	}

.accent {
	color: #F08823;
	}
	
img {
	border: 1px solid #5D5F63;
	}

a:visited, a:link, a:active {
	color: #3761AB;
    text-decoration: none;
    }

a:hover {
    text-decoration: underline;
	}

#topleft {
	background: #fff url(gui/topleft.jpg) no-repeat top left;
	width: 472px;
	height: 117px;
	}

#navline {
	position: absolute;
	top: 26px;
	left: 500px;
	width: 280px;
	height: 31px;
	background: #fff url(gui/navline.jpg) no-repeat top left;
	padding: 5px 0 0 10px;
	margin: 5px 0 0 10px;
	text-align: left;
	}

#navline ul {
	list-style-type: none;
	padding: 0px 0 0 3px;
	margin: 0;
	}
	
#navline li {
	display: inline;
	font-family: verdana;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	margin: 0;
	}
	
#navline a:link, #navline a:active, #navline a:visited {
	color: #000;
	font-family: verdana;
	text-decoration: none;
	padding-right: 3px;
	border-right: 2px solid #E6E5E5;
	}

#navline a:hover {
	border-bottom: 3px solid #596C8A !important;
	}

#content {
	position: absolute;
	top: 75px;
	left: 145px;
	border: 8px solid #DBE1EC;
	width: 604px;
	min-height: 500px;
	padding: 4px;
	background: #E6EAF1;
	text-align: justify;
	}

#pad {
	padding-right: 15px;
	padding-left: 15px;
	}


h1 {
	font-family: Trebuchet MS, sans serif;
	color: #fff;
	margin-top: 0px;
	font-size: 30pt;
	padding: 4px;
	padding-top: 30px;
	text-align: right;
	}
	
h2 {
	font-family: Trebuchet MS, sans serif;
	color: #3761AB;
	margin-top: 6px;
	margin-bottom: 5px;
	font-size: 14pt;
	letter-spacing: -1px;
	font-style: italic;
	
	}
	
	
a.url:visited, a.url:link, a.url:active {
	font-family: tahoma;
	font-size: 11pt;
	font-weight: bold;
	color: #F08823;
	letter-spacing: 1px;
	padding-right: 10px;
	background: url(/gui/launch.gif) no-repeat top right;
	text-decoration: underline;
	}

a.url:hover {
font-family: tahoma;
	font-size: 11pt;
	font-weight: bold;
	color: #F08823;
	letter-spacing: 1px;
	padding-right: 10px;
	background: url(/gui/launch.gif) no-repeat top right;

    text-decoration: none;
	}

.port {
display: block; 
	}

.field {
	font-family: verdana; 
	font-size: 13px; 
	background-color: white; 
	border: 1px solid #ccc; 
	padding: 2px; 
	color: #585a58;
	}
