/* Main Selectors */
body {
	background-color: #c0c0c0;
	color: #999999;
}

a, a:visited {
	background-color: transparent;
	color: #0000FF;
}

a:hover {
	background-color: transparent;
	color: #FF0000;
}

/* Header */
div#header h1 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 12px;
	text-align: left;
	background-color: transparent;
	color: #999999;
}
P{font-family:Verdana,Arial,Helvetica,sans-serif;font-size: 10px;font-weight: normal;}
/* Thumbnail Index */
div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#index td.thumbcell {
	width: 80px;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	text-align: right;
}



/* Footnote */
p.footnote {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.6em;
	text-align: right;
	padding: 0 2em 0 0;
}
