body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0px;
}

a:link {
	text-decoration: none;
 	color: #6F6F6F;
}

a:visited {
	text-decoration: none;
	color: #6F6F6f;
}

a:hover {
	text-decoration: none;
	color: #0000FF;
}

.image { margin: 0px; border-width: 2px; border: 2px solid;}
a:link .image { border-color: #6F6F6F; color: #6F6F6F;}
a:visited .image { border-color: #6F6F6F; color: #6F6F6F;}
a:hover .image { border-color: #0000FF; color: #0000FF;}

.osxtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.osxtitle a:link {
	text-decoration: none;
	color: #FFFFFF;
}

.osxtitle a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.osxtitle a:hover {
	text-decoration: none;
	color: #0000FF;
}

.infotable {
	border: 1px solid #000000;
	border-collapse: collapse;
}

.infotable td {
	border: 1px solid #000000;
}

.dirname {
	font-size: 12px;
	font-weight: bold;
	color: #6F6F6F;
}

.comment {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

.smalltxt {
	color: #6F6F6F;
	font-size: 11px;
}

.xsmalltxt {
	color: #6F6F6F;
	font-size: 9px;
}