BODY {
	background: #555;
	color: #fff;
	font-family : sans-serif;
	font-size: 0.8em;
	margin-top: 0;
	padding-top : 0;

}


TABLE {
	font-size : 1em;
}

font {
  color: #AAA;
  letter-spacing: 3px;
}

h2 {
	background: #000;
	font-size: 1.3em;
	letter-spacing: 0.3em;
	margin: 0;
	padding: 0.3em 0;
	text-align: center;
}

h2:first-letter {
	color: #AAA;
}

h4 {
  color: orange;
  font-size: 13pt;
}

I {
  color: #888;
  font-style: normal;

}

INPUT, TEXTAREA { 
	border-color: #555;
	border-style: none;
	background-color: Black;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: white;
	font-weight: bold;
}

TEXTAREA {
	background-color: #EEE;
	color: black;
	font-family: sans-serif;
}


A, TD.A, A:link {
	color: #fc0;
	text-decoration: none;
}

A:hover {
	color: #f00;
	text-decoration: underline;
}

A:visited {
	color: #fc6;
}

A:active { 
	color : #d5ae83;
}

.caption {
	font-size : 9pt;
	color : #4d4;
	font-style : italic;
}

TD {
	background: none;
}

.thumbs TD.thumbnail {
	font-size : 0.7em;
	overflow : hidden;
	padding: 0.5em;
	vertical-align: middle;
}

.thumbs TD.thumbnail DIV {
	height : 1.3em;
	overflow : hidden;
	width: 100px;
}

.thumbs TD.thumbnail A {
	background: #999;
	border : 1px solid #000;
	display : block;
	height : 100px;
	padding : 0;
	width : 102px;
}

.thumbs TD.thumbnail A img {
	border : 0 none;
	margin : 0;
}

TD.thumbnail A.thumbdir img {
	border : 2px solid #dd0;
	max-height : 96px;
	max-width : 96px;
}

.thumbnail {
	/*
	border-color: #666;
	border-width: 4px;
	*/
}

.display {
	background: #000;
	border: 8px RIDGE #999;
}

HR {
	position : relative;
}
