.admin-text {
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
}
.outline {
  border: 1px solid #999999;
}
#rightclm table.admin td  {
	border-bottom-style: none;
}

a:hover {
	position: relative;
	color: #000000;
}
a span {
	display: none;
	width: 240px;
}
a:hover span {
	display: block;
	position: absolute;
	top: -10px;
	left: 10px;
	/* formatting only styles */
padding: 5px;
	margin: 10px;
	z-index: 100;
	border: 1px solid #000000;
	opacity: 0.9;
	color: #333333;
	background-color: #FFFF99;/* end formatting */
	text-decoration: none;
}
.mybutton {
	font-size: 9pt;
	border: 1px solid #6C9995;
	background-image: url(button_fill.gif);
	background-repeat: repeat-x;
	padding: 4px;
	background-color: #0057A6;
	height: 26px;
	font-weight: normal;
	color: #FFFFFF;
}
hr{
	height:0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dashed;
	border-top-color: #999999;
}
