.rateCard {
			font-family:Arial, Helvetica, sans-serif;
			background-color:#fff;
		}
		
		.rateCardHeader {
			font-size:13px;
			color:#000066;
			font-weight:700;
			padding:8px;
			border-bottom:1px inset #ffd259;
		}
		
		.mainRateHeaderLeft {
			font-size:18px;
			color:#fff;
			font-weight:800;
			background-color:#ffd259;
			text-shadow: #ffb521 1px 1px 0px;
			padding: 6px 8px 8px 8px;
			border-bottom:1px inset #ffd259;
		}
		
		.mainRateHeader {
			font-size:18px;
			color:#fff;
			font-weight:800;
			background-color:#ffd259;
			text-shadow: #ffb521 1px 1px 0px;
			padding:12px;
		}
		
		.headerRow1 {
			background-color:#ffe6a4;
		}
		
		.headerRow2 {
			background-color:#ffe191;
			border-bottom:2px groove #fff;
		}
		
		.rateCell_1 {
			text-align:center;
			color:#000;
			font-size:16px;
			font-weight:800;
			width:85px;
			border-bottom:1px inset #ffd259;
		}
		
		.rateCell_2 {
			text-align:center;
			color:#042890;
			font-size:16px;
			font-weight:800;
			width:85px;
			border-bottom:1px inset #ffd259;
		}
		
		.specCell_1 {
			text-align:center;
			color:#000;
			font-size:16px;
			font-weight:800;
			width:200px;
			border-bottom:1px inset #ffd259;
		}
		
		.specCell_2 {
			text-align:center;
			color:#042890;
			font-size:16px;
			font-weight:800;
			width:200px;
			border-bottom:1px inset #ffd259;
		}
		
		.headerCell {
			text-align:center;
			border-bottom:1px inset #ffd259;
		}

		#special {
			color:#0042ff;
		}
		
		.countrySelect {
			float:left;
			font-size:14px;
			font-weight:800;
			color:#cc6600;
			padding-top:2px;
			margin-right:8px;
			height:24px;
		}
