// JavaScript Document

$(document).ready(  function(){ 
							 
	$("#startelement div.text").css("background-color", borderColorMain);

});
