a.edit_bar:link, a.edit_bar:visited, a.edit_bar:active 
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #009933;
	text-decoration: none;
}

a.edit_bar:hover 
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
}

#edit_bar
{
	width: 100%; 
	height: 24px; 
	text-align: center;
	padding-top: 3px; 
	color: red; 
	background-color: #F5D557; 
	border-bottom-color: #06478A; 
	border-bottom-width: 2px; 
	border-bottom-style: solid;
}