body {
/*	font-size:1em;
	
	background-color:#333333;
	color: #333333;  
	background-image: url(res/concrete_bg.jpg);
	background-repeat:repeat;*/
	margin-top:0;
	font-family:Arial, Helvetica, sans-serif;
		}


#top h1	{    /* this holds the two images for the header */
	padding: 0;
	margin: 0;
	z-index:3;
	text-align:center;
	}
.waiting {color: #993300;}

	
a:link {
	text-decoration: none;
 	color: #222222;
}

a:visited {
	text-decoration: none;
	color: #222222;
}

a:hover {
	text-decoration: none;
	color: #cccccc;	
}

.current {
	font-weight: bold;
	background-color: #996600;
}

.image { margin: 0px; border-width: 2px; border: 2px solid; padding:2px;}
a:link .image { border-color: #333333; color: #000000;}
a:visited .image { border-color: #666666; color: #666666;}
a:hover .image { border-color: #996600; color: #ffffff;}

.osxtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.osxtitle a:link {
	text-decoration: none;
	color: #000000;
}

.osxtitle a:visited {
	text-decoration: none;
	color: #000000;
}

.osxtitle a:hover {
	text-decoration: none;
	color: #ffffff;
}

.infotable {
	border: 1px solid #000;
	border-collapse: collapse;
}

.infotable td {
	background-color: #CCCCCC;
	border: 1px solid #000;
}

.dirname {
	font-size: 13px;
	font-weight: bold;
	color:#333333;
}

.comment {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}

.smalltxt {
	color: #000;
	font-size: 11px;
	font-weight:bold;
}

.xsmalltxt {
	color: #000;
	font-size: 9px;
}



#footer		{
	clear: both;  
	margin: 0;
	padding: .5em;
	text-align:center;
	border-top:thin solid #000;
	font-size:85%;
	}

#footer a	{
	font-variant:small-caps;
	color:#000;
	text-decoration:none;
	padding:2px;

	}
	
#footer a:hover	{
	color:#333;
	background-color:#fff;
	}	

#trademark {
	font-size:x-small;
	color: #000;
	width: 336px;
	padding:0 5px 5px 0;
	text-align:center;
	}	

.copyright	{
	font-size:x-small;
	color:#fff;
	}	


