.barTextWhite {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.barTextNormal {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;

}
.border {
	border: 1px solid #999999;
	font-family: Verdana;
	font-size: 12px;
	color: #666666;

}
.borderRight {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 0px solid #999999;

}
.borderUp {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 0px solid #999999;
	border-left: 1px solid #999999;

}
.borderBottom {

	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	border-top: 0px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.barTextBold {


	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.button {
	border: 1px solid #333333;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/bar_gray.gif);
	background-repeat: repeat-x;
	height: 19px;

}
