.button{
	width:85px;
	height:24px;
	border-top:1px none #FFFFFF;
	border-right:1px none #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-bottom:1px none #FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	line-height:200%;
	text-decoration:none;
	font-size: 10px;
	vertical-align: middle;
	cursor: default;
}
.buttonOver{
	width:85px;
	height:24px;
	border-top:1px none;
	border-right:1px none;
	border-left:1px solid #FFFFFF;
	border-bottom:1px none;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#990000;
	line-height:200%;
	text-decoration:none;
	font-size: 10px;
	vertical-align: middle;
	cursor: hand;
}

.chromeNavBG {
	background-image: url(/images/buttons/chrome_buttonBG.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 200%;
	color: #990000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
