.table{
	border:1px solid #000000;
	
}

.cart{
	border-width: 1px;
	padding: 0px;
	border-style: inset;
	border-color: blue;
	background-color: white;
	-moz-border-radius: ;
}

.table2{
	border-color:#666666
	
}

.cellboarder{
	background-color:#EAEAEA;
	border-bottom-color:#000000;
	
}

.heading{
	font-size: 36px;
	font-weight: bold;
	
}

.subheading{
	color: #FF6633;
	font-style:italic;

}

.subheadingblk{
	font-family: "Times New Roman";
	font-weight: bold;
	font-size:12px;

}

.link{
	text-decoration:none;
	color:#FF6600;
	
}

.smallTxt{
	font-size:10px;
	
}

.twelvetxt{
	font-size:12px;
	
}

.tablesides{
	border-right:1px solid #000000;
	border-left:1px solid #000000;

}

.tableleft{
	border-left:1px solid #000000;

}

.tableright{
	border-right:1px solid #000000;

}