#headerBar
{
	height: 22px;
	text-align: right;
	overflow:hidden;
	background-color: #2B3D48;
}

#headerBar span.sep
{
	color: #999999;
}

#headerBar .big a
{
	font-size: 12px;
	color: #FF9900;
}

#headerBar .big a:link
{
	font-size: 12px;
	color: #FF9900;
}

#headerBar .big a:visted
{
	font-size: 12px;
	color: #FF9900;
}

#headerBar .big a:hover
{
	color: white;
	text-decoration: none;
}

#headerBar .big a:active
{
	font-size: 12px;
	color: #FF9900;
}

#headerBar .small a
{
	font-size: 10px;
	color: white;
}
#headerBar .small a:link
{
	font-size: 10px;
	color: white;
}

#headerBar .small a:visited
{
	font-size: 10px;
	color: white;
}

#headerBar .small a:hover
{
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}

#headerBar .small a:active
{
	font-size: 10px;
	color: white;
}
