/* CSS Document */
.body {
	background-color: #FFFFFF;
	margin: 0px;
}
#nav {
	position: absolute;
	left: 12px;
	top: 17px;
}
#selectedworksintro {
	position: absolute;
	left: 17px;
	top: 100px;
}
.bodytext {
	font-family: Monaco;
	font-size: 10px;
	line-height: 11pt;
	letter-spacing: 1px;
	color: #19b991;
}
a:link {
	color: #107c61;
	text-decoration: none;
}
a:visited {
	color: #107c61;
	text-decoration: none;
}
a:hover {
	color: #19b991;
	text-decoration: none;
}
a:active {
	color: #19b991;
	text-decoration: none;
}
.underline {
	text-decoration: underline;
}
#updatebox {
	position: absolute;
	left: 17px;
	top: 75px;
}
#detail {
	position: absolute;
	left: 32px;
	top: 50px;
	z-index: 1;
}
.greytext {
	font-family: Monaco;
	font-size: 10px;
	line-height: 11.5pt;
	letter-spacing: 1px;
	color: #a0a0a0;
}
a.greytext:link {
	color: #585959;
	text-decoration: none;
}
a.greytext:visited {
	color: #585959;
	text-decoration: none;
}
a.greytext:hover {
	color: #a0a0a0;
	text-decoration: none;
}
a.greytext:active {
	color: #a0a0a0;
	text-decoration: none;
}
#arrows {
	position: absolute;
	top: 100px;
	left: 860px;
}

