body {
	background: #ffffff;
	text-align: center;
	color: #2B403A;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

#focus {
	width: 968px;
	height: 578px;
	position:absolute;
	text-align: left;
	z-index: 1;
	background: #ffffff;
	top: 50%;
	left: 50%;
	margin-top: -289px;
	margin-left: -484px;
	border: 0px solid #9CE9D5;
}

p {
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 12px;
}

.lighttext {
	color: #DBE4E1;
}

.brighttext {
	color: #D1F2E9;
}


.linkname {
	color: #9CE9D5;
	font-weight: bold;
}


/* photo borders */
.pb {
	border: 1px solid #9CE9D5;
}

.small {
	color: #2B403A;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration:none;
}


.quick {
	font-size: 11px;	
	text-decoration:none;
	font-weight: normal;
	color: #9CE9D5;
	width: 160px;
	height: 13px;
	display: block;
	padding-left: 4px;
	padding-bottom: 2px;
	border-top: 1px solid #B8C8C4;
	border-left: 1px solid #B8C8C4;
	border-right: 2px solid #699D90;
	border-bottom: 2px solid #699D90;
	background: #2B403A;
}

.quick:hover {
	font-weight: normal;
	font-size: 11px;
	text-decoration:none;
	display: block;
	border-top: 1px solid #9CE9D5;
	border-left: 1px solid #9CE9D51;
	border-right: 2px solid #717951;
	border-bottom: 2px solid #717951;
	padding-left: 4px;
	color: #B8C8C4;
}