* {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

html {
	font-size: 100%;
}

body {
	background-color: #FFF;
	font-size: 62.5%;
	font-family: "Times New Roman", serif;
	letter-spacing: -0.01em;
}

#copyright {
	position: absolute;
	top: 0.9em;
	right: 0.4em;
	font-size: 1.1em;
	color: #999;
}

#row1, #row2, #row3 {
	border-bottom: 1px solid #999;
	margin: 2px 0;
/*	padding-left: 10px;*/
	float: left;
	clear: left;
	width: 100%;
	line-height: 2.2em;
}

#row2 {
	line-height: 1.75em;
	padding-bottom: 0.25em;
}

#row3 {
	line-height: 1.5em;
	padding-bottom: 0.5em;
}

h1, h2, #row1 li.spacer {
	font-size: 1.8em;
}

h3, #row2 li.spacer {
	font-size: 1.6em;
}

h4, #row3 li.spacer {
	font-size: 1.4em;
	background-color: #FFF;
}

img {
	border: 0;
}

ul {
	clear: left;
}

ul li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

.level1, .level2, .level3, .level4 {
	padding-left: 10px;
}

.level1, .clr1 a { color: #000; }
.level2, .clr2 a { color: #666; }
.level3, .level4, .level4 a, .clr3, .clr3 a { color: #999; }
a.selected, span.selected { color: #666; }

#image {
	clear: left;
	padding-top: 15px;
}

#photo {
	font-size: 1.3em;
	color: #999;
}

#extra {
	visibility: hidden;
	padding-left: 10px;
	width: 100%;
}

#extra a {
	color: #666;
}

#extra em {
	font-weight: bold;
	font-style: normal;
}

#extra p {
	margin: 7px 0;
}

#statement {
	color: #999;
	display: block;
	width: 100px;
	margin-top: 7px;
	padding: 7px 0;
	border-bottom: 1px solid #999;
	text-decoration: none;
	padding-left: 10px;
}

#statement:hover {
/*	border-bottom: 2px solid #999;
	padding-bottom: 6px;*/
}

:focus {
	outline: 0;
}

#imageless #extra {
	margin: 0 0 2em 0;
	color: #666;
}

/* EOF */