/* THIS CSS IS USED IN  checkOut.cfm */  

td.a { font-size:10px; 
	Text-align : center;
	font-weight : 800;
	border-style: solid;  
	border-width: 1px; 
	border-color: #4B4B4B; 
	background-color: #FFFFCC; }
td.b { font-size:12px; 
	text-align :center ;
	border-style: solid;  
	border-width: 1px; 
	border-color: #4B4B4B; 
	background-color: #FFFFFF; }

td.one {font-family : arial, Helvetica, sans-serif;
	Text-align : center;
	font-size : 11px; 
	color : #000000; 
	font-style : normal; 
	font-weight : bold; 
	background-color: #EBEBEB; 
	border-style: solid;  
	border-width: 1px; 
	border-color: #4B4B4B; }
	
td.two {
	font-family : arial, Helvetica, sans-serif; 
	font-size : 13px; 
	color : #000000;	
	font-style : normal; 
	font-weight : bold; 
	background-color:#E2EBF3; 
}

td.three {font-family : arial, Helvetica, sans-serif;
	Text-align : center;
	font-size : 11px; 
	color : #000000; 
	font-style : normal; 
	background-color:#EBEBEB; 
	border-style: solid;  
	border-width: 1px; 
	border-color: #4B4B4B; }

td.checkout { font-size : 13px;	
	font-style : normal;
	font-family : arial, Helvetica, sans-serif;
	font-weight : bold; 
	background-color: #000000; 
	color:#FFFFFF
}

.requiredField { color:red; font-size:13px; font-weight:bold; }

.texta {
	color:red;
	
}

.textb {
	color:black;
}

