#storyNav {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 14px;
}
.storyNavHead {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}

#storyNav p {
	margin: 0px;
	padding: 0px;
}
#storyNav a {
	text-decoration: none;
	color: #666666;
}
#storyNav a:hover {
	color: #990066;
	text-decoration: underline;
}
#storyNav a:active {
	color: #000000;
	text-decoration: none;
}
.contactInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	margin-top: 6px;
}
.contactInfo a:link {
	color: #FC0;
	text-decoration: none;
}
.contactInfo a:hover {
	color: #FF9;
	text-decoration: none;
}
.contactInfo a:visited {
	color: #FF9;
	text-decoration: none;
}