/* CSS Document */

#header #topicPath {
	position: absolute;
	width: 800px;
	letter-spacing: 1pt;
	height: 32px;
	font-size: 9pt;
	left: 0px;
	color: #666666;
	bottom: 0px;
	background-color: #EFEFEF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
}

#header #topicPath p{
	position: relative;
	padding: 0px;
	top: 8px;
	left: 20px;
	width: 770px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#header #topicPath em {
	font-style: normal;
	font-weight: bold;
}

#header #topicPath a {
	color: #333333;
	text-decoration: none;
}

#header #topicPath a:hover {
	color: #FF6600;
	text-decoration: underline;
}

