@charset "utf-8";
/* CSS Document */

.ordtab {
	background-image: url(images/ordtab.gif);
	background-repeat: no-repeat;
	height: 38px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	width: 167px;
	text-transform: uppercase;
	padding-top: 9px;
	padding-left: 14px;
}
.ordtab_off {
	background-image: url(images/ordtab_off.gif);
	background-repeat: no-repeat;
	height: 38px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	width: 167px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 14px;
}
.ordtab_off a{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.ordtab_off a:hover{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
