function component_RateTotal(auto_id)
{
	this.DOMConstruct('RateTotal', auto_id);
	
	var handler = this;
	
	this.references = [];
	
	this.delegates = {
		
	};
}

component_RateTotal.prototype =
	new SK_ComponentHandler({

		construct : function(){

		}
	});
