/*
Formatting Buttons
------------------------------------------------------ */
.htmlButtonOff {
padding: 2px 5px 2px 5px;
	background-color:#999999;
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
font-family: "Arial Narrow", Arial, Sans-serif;
  letter-spacing:0.0875em;
color: #fff;
	font-size:0.85em;
white-space: nowrap;
margin-right:3px;
}
.htmlButtonOff a {
color: #fff;
}
.htmlButtons-wrap {
margin:5px 0 20px 0;
}
