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

.pumpBlack {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: x-small;
	text-align: center;
}
.pumpYellow {
	background-color: #FFDF80;
	color: #000000;
	font-weight: normal;
	font-size: x-small;
	text-align: center;
}
.pumpBlue {
	background-color: #A4E1FF;
	color: #000000;
	font-weight: normal;
	font-size: x-small;
	text-align: center;
}
.pumpGreen {
	background-color: #B5DA8F;
	color: #000000;
	font-weight: normal;
	font-size: x-small;
	text-align: center;
}
.pumpRed {
	background-color: #D98C8C;
	color: #000000;
	font-weight: normal;
	font-size: x-small;
	text-align: center;
}
.pumpWhite {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: x-small;
	text-align: center;
}
.pumpSingImp {
	background-color: #fcff00;
	color: #000000;
	font-weight: normal;
	font-size: x-small;
	text-align: center;
}
.pumpTwinImp {
	background-color: #ff0000;
	color: #FFFFFF;
	font-weight: normal;
	font-size: x-small;
	text-align: center;
}
.pumpTransfer {
	background-color: #0000FF;
	color: #FFFFFF;
	font-weight: normal;
	font-size: x-small;
	text-align: center;
}
.pumpBlue2 {
	background-color: #3E8BFF;
	color: #000000;
	font-weight: normal;
	font-size: x-small;
	text-align: center;
}
