#topbar{
	position:relative;
	float:left;
	display:block;
	border-top: 1px solid #B4B4B4;
	border-left: 1px solid #B4B4B4;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 968px;
	height:20px;
	margin:0px;
	padding: 0px;
	margin-bottom: 6px;
}
.lbutton {
	border: 0px;
	border-right: 1px solid white;
	padding: 3px 8px 0px 8px;
	text-align: center;
	float: left;
	height:18px;
}
.rbutton {
	border: 0px;
	border-left: 1px solid white;
	padding: 3px 8px 0px 8px;
	text-align: center;
	float: right;
	height:18px;
}

.rbutton2 {
	border: 0px;
	/*border-left: 1px solid white;*/
	padding: 3px 8px 0px 0px;
	text-align: center;
	float: right;
}

.rbutton3 {
	border: 0px;
	border-left: 1px solid white;
	padding: 3px 4px 0px 8px;
	text-align: center;
	float: right;
}

a.whitelink:Link{
	color: #ffffff; 
	text-decoration:none;
}
a.whitelink:Active{
	color: #ffffff; 
	text-decoration:none;
}
a.whitelink:Visited{
	color: #ffffff; 
	text-decoration:none;
}
a.whitelink:Hover{
	color: #ffffff; 
	text-decoration:underline;
}

a.orangelink:Link{
	color: #f47920; 
	text-decoration:none;
}
a.orangelink:Active{
	color: #f47920; 
	text-decoration:none;
}
a.orangelink:Visited{
	color: #f47920; 
	text-decoration:none;
}
a.orangelink:Hover{
	color: #f47920; 
	text-decoration:underline;
}

#privacy {
	border: 0px;
	/*border-left: 1px solid white;*/
	padding: 3px 8px 0px 0px;
	text-align: right;
	/*float: right;*/
}
