body, body div, body p, body th, 
body td, body li, body dd    {
	/* more specific to override imported rule */
	font-size:    x-small;      
	/* false value for WinIE4/5 */
	voice-family: "\"}\"";   
	/* trick WinIE4/5 into thinking rule is over */
	voice-family: inherit;   
	/* recover from trick */
	font-size:    small
    /* intended value for better browsers */
    }

	html>body, html>body div, html>body p, 
	html>body th, html>body td, 
	html>body li, html>body dd    {
	font-size:    small
	/* be nice to Opera */
	}



body {
	margin: 0px;
	padding: 0px;
	font-family: 'Lucinda', Verdana, Arial, Helvetica, sans-serif;
	background: #DCDEDD;
	background-image: url(slash.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#body{
	margin: 0px;
	margin-bottom: 16px;
}
img {
	border: none;
	margin: 0px;
}
#heading {
	margin: 0px;
	padding: 8px;
	font-family: 'Lucinda', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #040404;
	text-align: left;
	white-space: nowrap;
}
	#heading a{
		font-size: x-small;
		font-weight:  bold;
	}
#pathBlock {
	margin: 0px;
	padding: 2px;
	padding-left: 8px;
	white-space: nowrap;
}
	.path{
		font: x-small 'Lucinda', Verdana, Arial, Helvetica, sans-serif;
		color: Black;
		white-space: nowrap;
	}
	a.path:link, a.path:visited, a.path:active{
		font: bold x-small 'Lucinda', Verdana, Arial, Helvetica, sans-serif;
		color: #000;
		text-decoration: none;
	}
	.path.Location, a.path.Location:link, a.path.Location:visited, a.path.Location:active{
		font: bold small 'Lucinda', Verdana, Helvetica, Arial, sans-serif;
		color: #000000;
		text-decoration: none;
	}
	a.path:hover, a.path.Location:hover {
		text-decoration: underline;
	}
#controlBlock {
	font-size: 11px;
	margin: 0px;
	padding: 1px;
	border-top: 1px solid #000000;
	border-right: 8px solid #000000;
	white-space: nowrap;
}
	#controlBlock table{
		padding: 0px;
		margin: 0px;
	}
	#controlBlock td{
		white-space: nowrap;
	}
	.controlLink, a.controlLink:link, a.controlLink:visited, a.controlLink:active{
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
		padding: 0px;
		margin: 0px;
		color: #6D706E;
		vertical-align: bottom;
	}
	a.controlLink:hover{
		color: Black;
	}
	img.controlLink {
		padding: 0px;
		margin: 0px;
		vertical-align: bottom;
	}
#menuBlock {
	margin: 0px;
	margin-bottom: 0px;
	padding: 8px;
	border-top: 1px solid #000000;
	border-left: 8px solid #000000;
	border-bottom: 1px solid #000000;
}
	#menuBlock table {
		margin: 0px;
}
	#menuBlock td{
		height: 12px;
		border-bottom: 1px solid #B9BEBB;
		vertical-align: bottom;
		white-space: nowrap;
	}
	img {
		padding: 0px;
		margin: 0px;
		vertical-align: bottom;
	}
	.colHead, a.colHead:link, a.colHead:visited, a.colHead:active{
		font-size: 9px;
		text-decoration: none;
		color: #6D706E;
	}
	a.colHead:hover{
		color: Black;
	}
	a.folder:link, a.folder:visited, a.folder:active {
		display: block;
		width: 100%;

		font-size: 13px;
		font-weight: bold;
		color: #040404;
		text-decoration: none;
	}
	a.file:link, a.file:visited, a.file:active {
		display: block;
		width: 100%;

		font-size: 11px;
		color: #040404;
		text-decoration: none;
	}
	a.file:hover, a.folder:hover{
		text-decoration: underline;
	}
	.fileinfo{
		line-height: 9px;
		font-size: 9px;
		color: #666666;
	}
#previewBlock {
	margin: 0px;
	padding: 8px;
	border: none;
	border-right: 8px solid #000000;
	border-bottom: 1px solid #000000;
}
	#previewBlock img.prevImg{
		display: block;
		margin: auto;
		border: 1px solid Black;
		padding: 4px;
		background: #FFFFFF;
	}
.thumbBlock {
	margin: 5px;
	padding-left: 24px;
	padding-right: 24px;
	clear: both;
}
	table.thumbnail{
		float: left;
		margin: 2px;
		border: 1px solid #6D706E;
		padding: 0px;

		background: #C5CAC6;
	}
	table.thumbnail td{
		vertical-align: middle;
		text-align: center;
		padding: 3px;
	}
	a.thumbnail:link, a.thumbnail:visited {
		display: block;
		margin: 0px;
		border: none;
		padding: 0px;

		font-family: 'Lucinda', Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #666655;
		text-decoration: none;
	}
		a.thumbnail img{
			margin: auto;
			padding: 2px;
			border: 1px solid #000000;
			background: #FFFFFF;
		}
		a.thumbnail span{
			border: 0px solid #C2C2C2;
			margin: auto;
			padding: 3px;

		}
		a.thumbnail:hover{
			color: White;
			background: #000000;
		}
		a.thumbnail:active {
		text-decoration: none;
		border: none;
		}
	.spacer {
		clear: both;
	}
.textBlock{
	margin: 8px;
	padding: 0px;
	border-top: 2px solid #B9BEBB;
	border-bottom: none;
	border-left: none;
	border-right: 2px solid #B9BEBB;
}
	.textBlock div.textHead{
		padding: 1px;
		text-align: right;
		color: #B9BEBB;
		font-size: x-small;
		white-space: nowrap;
	}
		.textBlock div.textHead span.date{
			padding: 0px;
			margin-left: 16px;
		}
	div.textBody{
	margin: 0px;
	padding: 8px;
	padding-left: 24px;
	padding-right: 24px;
	}
	.text{
		font-family: 'Lucinda', Arial, Verdana, Geneva, Helvetica, sans-serif;
		font-size:    small;
 		color: #333333;
		float: left;
		
	}
	img.text{
		float: right;
		margin-right: 16px;
		border: 1px solid #B9BEBB;
	}
	a.text, a.text:link, a.text:active, a.text:visited {
		font-size:    small;
		color: #B22222;
		text-decoration: none;
	}
	a.text:hover{
		color: Red;
	}
	.textBlock .quote {
		margin: 16px;
		padding: 8px;
		font-style: italic;
		border: 1px dashed Black;
	}
	div.textBody a.more, div.textBody a.more:link, div.textBody a.more:visited {
		text-decoration: none;
		display: block;
		color: #B22222;
		font-size: 11px;
		font-weight: bold;
		text-align: right;
	}
	div.textBody a.more:hover{
		color: Red;
	}
/* footer */
.credits {
	display: block;
	width: 100%;
	text-align: right;
	font-size: 9px;
	color: #B9BEBB;
}
		
