body { 
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 11pt;
	color: #393939;
	background-color: #bec1c6;
	background-image: url(../_gfx/bg_top_default.jpg);
	background-position: top left;
	background-repeat: repeat-x; 
	}
div.preferenceBar {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 22px;
	font-size: 11px;
	vertical-align: middle;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../_gfx/bg_preferenceBar.png);
	_background-image: url(../_gfx/bg_preferenceBar.gif);
	float: right;
	margin: 0;
	padding: 0 10px 0 30px;
	_padding: 3px 10px 7px 30px;
	text-shadow: white 0px 1px 1px;
	white-space: nowrap;
	z-index: 999;
	}

div.preferenceBar a {
	margin: 0 0 0 5px;
	text-decoration: none;
	}

div.preferenceBar a.icon img {
	margin: -3px 2px 0 0;
	_margin-top: -2px;
	}
	
a,
a:link,
a:hover,
a:active,
a:focus {
	color: #393939;
	text-decoration: none;
	outline: none; /* this removes the dotted outline in firefox */ 
	}

a:link,
a:hover,
a:active {
	text-decoration: none;
	cursor: pointer;
	}

a:visited {
	color: #393939;
	}

br.clear,
.clear {
	height: 0em;
	clear: both;
	}
