@charset "UTF-8";
/* CSS Document */


/* blue button */
TD.BlueButtonText{
	background-image: url(buttons/blue/bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bolder;
	font-size: 15px;
	text-align:center;
}
TD.BlueButtonText:Hover{
	background-image: url(buttons/blue/bg_hover.png);
}
/* end of blue button */
