/*BUTTONS*/
	.largeButtonHolder	{float:left; height:22px; overflow:hidden; display:inline; width:150px; font-size:10pt; font-family:Arial; cursor:pointer;}
	.largeButton		{background: url(/images/cc/LargeButtonBG.gif) repeat-x left top; overflow:hidden; height:44px;}
	.largeButtonHover	{background: url(/images/cc/LargeButtonBG.gif) repeat-x left top; overflow:hidden; margin-top:-22px; height:44px;}
	.largeButtonText	{height:22px; overflow:hidden; text-align:center;}
	.largeButtonTextHover{height:22px; overflow:hidden; margin-top:2px; text-align:center;}

	.smallButtonHolder	{float:left; height:16px; overflow:hidden; display:inline; width:115px; font-size:8pt; font-family:Arial; clear:both; cursor:pointer;}
	.smallButton		{background: url(/images/cc/SmallButtonBG.gif) repeat-x left top; overflow:hidden; height:32px;}
	.smallButtonHover	{background: url(/images/cc/SmallButtonBG.gif) repeat-x left top; overflow:hidden; margin-top:-16px; height:32px;}
	.smallButtonText	{height:16px; overflow:hidden; text-align:center;}
	.smallButtonTextHover{height:16px; overflow:hidden; text-align:center;}

	.buttonText			{color:#ffffff; text-decoration:none;}
	.buttonTextHover	{color:#1b1e43; text-decoration:none;}
	.linkButtonText		{color:#ffffff; text-decoration:none; display:block; cursor:pointer;}
	.linkButtonTextHover{color:#1b1e43; text-decoration:none; display:block; cursor:pointer;}