/* CSS Document */
/* Text Menu Styles */
.topArea{
	color: #F79647;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}
.currentItem{
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #F79647;
	border-width: 1px 1px 0px 1px;
	border-color: #F79647;
	border-style: solid;
	padding: 0px 4px 0px 4px;
}
.item{
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #639;
	border-width: 0px 0px 1px 0px;
	border-color: #F79647;
	border-style: solid;
	padding: 0px 2px 0px 2px;
}
A.item{
	text-decoration: none;
}
A.item:hover{
	color: #F79647;
	border: 0px 0px 0px 0px;
	text-decoration: none;
}
A.item:active{
	text-decoration: none;
}
A.item:visited{
	text-decoration: none;
}

.bottomArea{
	color: #639;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	line-height: 12pt;
	padding: 0px 0px 0px 16px;
}
A.bottomArea {
	text-decoration: underline;
}
A.bottomArea:hover {
	color: #F79647;
	text-decoration: none;
}
A.bottomArea:active {
	text-decoration: nonr;
}
A.bottomArea:visited {
	text-decoration: underline;
}
