.locbarCell {
	margin-left : 1px;
	margin-top : 1px;
	margin-right : 1px;
	margin-bottom : 1px;
	font-size : 10px;
	font-weight : normal;
	font-family : Verdana, Arial, sans-serif;
}


A.locbarCell:LINK, A.locbarCell:VISITED {
	background-color : #FFFFFF;
	list-style : square;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #003399;
	text-decoration : none;
	padding : 1px 1px 1px 1px;
}

A.locbarCell:HOVER {
	background-color : #FFFFFF;
	list-style : square;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #CC0000;
	text-decoration : none;
	padding : 1px 1px 1px 1px;
}

A.locbarCell:ACTIVE, A.locbarCell:FOCUS {
	background-color : #FFFFFF;
	list-style : square;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #FF9900;
	text-decoration : none;
	padding : 1px 1px 1px 1px;
}