* {
	margin: 0;
	padding: 0;
}

html {
	background: #ddd;
}
body {
/*	margin: 1em 1%; */
	padding: 1em 1em;
	font: 85%/1.5 tahoma, arial, helvetica, lucida sans, sans-serif;
	border: 1px solid #990;
	background: #eee;
	position: relative;
}
TD { font-size: 11pt; font-family: "luxi sans", "Arial", "sans-serif";}
#head {
	margin-bottom: 1.8em;
	margin-top: 1.8em;
	padding-bottom: 0em;
	border-bottom: 1px solid #999;
	letter-spacing: -500em;
	text-indent: -500em;
	height: 125px;
	background: url(index.php?img=gifLogo) 0 0 no-repeat;
}
.utility {
	position: absolute;
	right: 4em;
	top: 145px;
	font-size: 0.85em;
}
.utility li {
	display: inline;
}

h2 {
	margin: 0.8em 0 0 0;
}

ul {
	list-style: none;
	margin: 5;
	padding: 0;
}
#head ul li, dl ul li, #foot li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0 0.2em;
}
ul.aliases, ul.projects, ul.tools {
	list-style: none;
	line-height: 24px;
}
ul.aliases a, ul.projects a, ul.tools a {
	padding-left: 22px;
	background: url(index.php?img=pngFolder) 0 100% no-repeat;
}
ul.tools a {
	background: url(index.php?img=pngWrench) 0 100% no-repeat;
}
ul.aliases a {
	background: url(index.php?img=pngFolderGo) 0 100% no-repeat;
}
dl {
	margin: 0;
	padding: 0;
}
dt {
	font-weight: bold;
	text-align: right;
	width: 11em;
	clear: both;
}
dd {
	margin: -1.35em 0 0 12em;
	padding-bottom: 0.4em;
	overflow: auto;
}
dd ul li {
	float: left;
	display: block;
	width: 16.5%;
	margin: 0;
	padding: 0 0 0 20px;
	background: url(index.php?img=pngPlugin) 2px 50% no-repeat;
	line-height: 1.6;
}
a {
	color: #0243ff;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	font-weight: normal;
	text-decoration: underline;
}
#foot {
	text-align: center;
	margin-top: 1.8em;
	border-top: 1px solid #999;
	padding-top: 1em;
	font-size: 0.85em;
}

.bluetable {
	border: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #eee;
/*	background: #999900 ; 
	background: #3366ff ; */
	background: #006497 ;
	vertical-align: middle;
	}

.lbluetable {
	border: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #eee;
/*	background: #999900 ; */ 
	background: #3366ff ;
	vertical-align: middle;
	}

.bluetable a:visited { color: #00ddff; text-decoration: none; }
.bluetable a:link { color: #00ffff; }
.bluetable a:hover { color: #ff66ff; text-decoration: underline; }

