.bv
{ 
	width:125px;
	height:36px;
	background-image: url(../images/blue_v.png);
	background-repeat: no-repeat;
	background-position: top center
}
.bx
{ 
	width:125px;
	height:36px;
	background-image: url(../images/blue_x.png);
	background-repeat: no-repeat;
	background-position: top center
}
.sv
{ 
	width:125px;
	height:36px;
	background-image: url(../images/silver_v.png);
	background-repeat: no-repeat;
	background-position: top center
}
.sx
{ 
	width:125px;
	height:36px;
	background-image: url(../images/silver_x.png);
	background-repeat: no-repeat;
	background-position: top center
}
.gv
{ 
	width:125px;
	height:36px;
	background-image: url(../images/gold_v.png);
	background-repeat: no-repeat;
	background-position: top center
}
.gx
{ 
	width:125px;
	height:36px;
	background-image: url(../images/gold_x.png);
	background-repeat: no-repeat;
	background-position: top center
}
.t
{
	width:125px;
	height:36px;
	text-align:left
}
.ch
{
	width:20px;
	height:36px;
	text-align:left;
	vertical-align:top;
}
.tx
{
	width:130px;
	height:36px;
	text-align:right;
	vertical-align:top;
}