/*<script><!--*/
function apparate(tmbApparate) {
 if (tmbApparate.style.display=="none") {
   tmbApparate.style.display="";
 } else {
   tmbApparate.style.display="none";
 };
};
function URLdecode()  {
  var strtURLdecode =(top.location.href.indexOf('?')+1)
  var stopURLdecode =(top.location.href.length)
  var contentsURLdecode = new String("");
  if (strtURLdecode > 0)  { 
    for (i=strtURLdecode;i<stopURLdecode;i++)  {
  	  contentsURLdecode+=top.location.href.substring(i,i+1)
    }
  }
  else { 
    contentsURLdecode = "encoding:none";
  };
return contentsURLdecode;
};
function getMyStyle()  {
var ffArial = 'font-family: Arial, Helvetica, sans-serif;'; var fsize = ' font-size: '; var fLbs = '; font-weight: ';
var fVar = '; font-variant:'; var tTrans = 'text-transform:'; var tDec = 'text-decoration:';
var tAlig = 'text-align:'; var NORM = ' normal; '; var NONE = ' none; ';

var bgCol = '#000000';     var bgColLighterThan = '#000033';
var black = '#000000';     var dimCol = '#0033AA';
var txtCol = '#FFFFFF';    var barTtxCol = '#00CCFF';
var hrCol = '#FF9900';     var preCol = '#9999FF';
var linkCol = '#CCCCFF';   var linkColVisited = '#CCCCFF';
var header = '#ff9900';

if (URLdecode()=='encoding:none') {
     bgCol = '#000000';        bgColLighterThan = '#000033';
     black = '#000000';        dimCol = '#0033AA';
     txtCol = '#FFFFFF';       barTtxCol = '#00CCFF';
     hrCol = '#FF9900';        preCol = '#9999FF';
     linkCol = hrCol;          linkColVisited = hrCol;
	  header = hrCol;
  }
else if (URLdecode()=='red') {
     bgCol = '#660000';        bgColLighterThan = '#AA0000';
     black = '#000000';        dimCol = '#AA0033';
     txtCol = '#FFFFFF';       barTtxCol = '#00CCFF';
     hrCol = '#993333';        preCol = '#FF9999';
     linkCol = '#FFCCCC';      linkColVisited = '#CCCCCC';
	  header = txtCol;
  }
else if (URLdecode()=='RED') {
     bgCol = '#660000';        bgColLighterThan = '#AA0000';
     black = '#000000';        dimCol = '#AA0033';
     txtCol = '#FFFFFF';       barTtxCol = '#00CCFF';
     hrCol = '#993333';        preCol = '#FF9999';
     linkCol = '#FFCCCC';      linkColVisited = '#CCCCCC';
	  header = hrCol;
  }
else if (URLdecode()=='green') {
     bgCol = '#006600';        bgColLighterThan = '#00AA00';
     black = '#000000';        dimCol = '#00AA33';
     txtCol = '#FFFFFF';       barTtxCol = '#00CCFF';
     hrCol = '#339933';        preCol = '#99FF99';
     linkCol = '#CCFFCC';      linkColVisited = '#CCCCCC';
	  header = txtCol;
  }
else if (URLdecode()=='GREEN') {
     bgCol = '#006600';        bgColLighterThan = '#00AA00';
     black = '#000000';        dimCol = '#00AA33';
     txtCol = '#FFFFFF';       barTtxCol = '#00CCFF';
     hrCol = '#339933';        preCol = '#99FF99';
     linkCol = '#CCFFCC';      linkColVisited = '#CCCCCC';
	  header = hrCol;
  }
else if (URLdecode()=='blue') {
     bgCol = '#000066';        bgColLighterThan = '#0000AA';
     black = '#000000';        dimCol = '#0033AA';
     txtCol = '#FFFFFF';       barTtxCol = '#00CCFF';
     hrCol = '#333399';        preCol = '#9999FF';
     linkCol = '#CCCCFF';      linkColVisited = '#CCCCCC';
	  header = txtCol;
  }
else if (URLdecode()=='BLUE') {
     bgCol = '#000066';        bgColLighterThan = '#0000AA';
     black = '#000000';        dimCol = '#0033AA';
     txtCol = '#FFFFFF';       barTtxCol = '#00CCFF';
     hrCol = '#333399';        preCol = '#9999FF';
     linkCol = '#CCCCFF';      linkColVisited = '#CCCCCC';
	  header = hrCol;
  }
else if (URLdecode()=='teal') {
     bgCol = '#006666';        bgColLighterThan = '#00AAAA';
     black = '#000000';        dimCol = '#66AAAA';
     txtCol = '#FFFFFF';       barTtxCol = '#00CCFF';
     hrCol = '#339999';        preCol = '#99FFFF';
     linkCol = '#CCFFFF';      linkColVisited = '#CCCCCC';
	  header = txtCol;
  }
else if (URLdecode()=='TEAL') {
     bgCol = '#006666';        bgColLighterThan = '#00AAAA';
     black = '#000000';        dimCol = '#66AAAA';
     txtCol = '#FFFFFF';       barTtxCol = '#00CCFF';
     hrCol = '#339999';        preCol = '#99FFFF';
     linkCol = '#CCFFFF';      linkColVisited = '#CCCCCC';
	  header = hrCol;
  }
else if (URLdecode()=='olive') {
     bgCol = '#666600';        bgColLighterThan = '#AAAA00';
     black = '#000000';        dimCol = '#AAAA33';
     txtCol = '#FFFFFF';       barTtxCol = '#00CCFF';
     hrCol = '#999933';        preCol = '#FFFF99';
     linkCol = '#FFFFCC';      linkColVisited = '#CCCCCC';
	  header = txtCol;
  }
else if (URLdecode()=='OLIVE') {
     bgCol = '#666600';        bgColLighterThan = '#AAAA00';
     black = '#000000';        dimCol = '#AAAA33';
     txtCol = '#FFFFFF';       barTtxCol = '#00CCFF';
     hrCol = '#999933';        preCol = '#FFFF99';
     linkCol = '#FFFFCC';      linkColVisited = '#CCCCCC';
	  header = hrCol;
  }
else if (URLdecode()=='purple') {
     bgCol = '#660066';        bgColLighterThan = '#AA00AA';
     black = '#000000';        dimCol = '#AA33AA';
     txtCol = '#FFFFFF';       barTtxCol = '#00CCFF';
     hrCol = '#993399';        preCol = '#FF99FF';
     linkCol = '#FFCCFF';      linkColVisited = '#CCCCCC';
	  header = txtCol;
  }
else if (URLdecode()=='PURPLE') {
     bgCol = '#660066';        bgColLighterThan = '#AA00AA';
     black = '#000000';        dimCol = '#AA33AA';
     txtCol = '#FFFFFF';       barTtxCol = '#00CCFF';
     hrCol = '#993399';        preCol = '#FF99FF';
     linkCol = '#FFCCFF';      linkColVisited = '#CCCCCC';
	  header = hrCol;
  }
else if (URLdecode()=='grey') {
     bgCol = '#666666';        bgColLighterThan = '#AAAAAA';
     black = '#000000';        dimCol = '#999999';
     txtCol = '#FFFFFF';       barTtxCol = '#00CCFF';
     hrCol = '#CCCCCC';        preCol = '#999999';
     linkCol = '#CCCCCC';      linkColVisited = '#CCCCCC';
	  header = txtCol;
  }
else if (URLdecode()=='GREY') {
     bgCol = '#666666';        bgColLighterThan = '#AAAAAA';
     black = '#000000';        dimCol = '#999999';
     txtCol = '#FFFFFF';       barTtxCol = '#00CCFF';
     hrCol = '#CCCCCC';        preCol = '#999999';
     linkCol = '#CCCCCC';      linkColVisited = '#CCCCCC';
	  header = hrCol;
  }
else if (URLdecode()=='tmb') {
     bgCol = '#000000';        bgColLighterThan = '#000033';
     black = '#000000';        dimCol = '#0033AA';
     txtCol = '#FFFFFF';       barTtxCol = '#00CCFF';
     hrCol = '#FF9900';        preCol = '#9999FF';
     linkCol = hrCol;          linkColVisited = hrCol;
	  header = hrCol;
  }
else {
     bgCol = '#000000';        bgColLighterThan = '#000033';
     black = '#000000';        dimCol = '#0033AA';
     txtCol = '#FFFFFF';       barTtxCol = '#00CCFF';
     hrCol = '#FF9900';        preCol = '#9999FF';
     linkCol = '#CCCCFF';      linkColVisited = '#CCCCFF';
	  header = hrCol;
  }
var debugCSS = (bgCol+'<br>'+bgColLighterThan+'<br>'+black+'<br>'+dimCol+'<br>'+txtCol+'<br>'+barTtxCol+'<br>'+hrCol+'<br>'+preCol+'<br>'+linkCol+'<br>'+linkColVisited);
var myStyle = new String('<sty'+'le ty'+'pe=\"text/css\"><'+'!--\n'
+'body{background-color:'+bgCol+';color:'+txtCol+';SCROLLBAR-FACE-COLOR:'+bgCol+';\n'
+'SCROLLBAR-HIGHLIGHT-COLOR:'+hrCol+';SCROLLBAR-SHADOW-COLOR:'+bgCol+';SCROLLBAR-3DLIGHT-COLOR:'+bgColLighterThan+';\n'
+'SCROLLBAR-ARROW-COLOR:'+txtCol+';SCROLLBAR-TRACK-COLOR:'+bgCol+';SCROLLBAR-DARKSHADOW-COLOR:'+black+'}\n'
+'.text{'+ffArial+fsize+'14px'+fLbs+NORM+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+'center;color:'+txtCol+'}\n'
+'h1{'+ffArial+fsize+'28px'+fLbs+'900'+fVar+NORM+tTrans+'none;'+tDec+NONE+tAlig+'left;color:'+header+'}\n'
+'h2{'+ffArial+fsize+'24px'+fLbs+'bold'+fVar+NORM+tTrans+'capitalize;'+tDec+NONE+tAlig+'left;color:'+header+'}\n'
+'h3{'+ffArial+fsize+'20px'+fLbs+'bold'+fVar+NORM+tTrans+'capitalize;'+tDec+NONE+tAlig+'left;color:'+header+'}\n'
+'h4{'+ffArial+fsize+'18px'+fLbs+'bold'+fVar+NORM+tTrans+'capitalize;'+tDec+NONE+tAlig+'left;color:'+header+'}\n'
+'p.date{'+ffArial+fsize+'14px'+fLbs+NORM+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+NONE+'color:'+txtCol+'}\n'
+'p.info{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+NONE+'color:'+txtCol+'}\n'
+'p.main{'+ffArial+fsize+'22px'+fLbs+'bold'+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+NONE+'color:'+txtCol+'}\n'
+'p.sup{'+ffArial+fsize+'18px'+fLbs+'bold'+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+NONE+'color:'+txtCol+'}\n'
+'p.prom{'+ffArial+fsize+'12px'+fLbs+NORM+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+NONE+'color:'+txtCol+'}\n'
+'p.venue{'+ffArial+fsize+'18px'+fLbs+NORM+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+NONE+'color:'+txtCol+'}\n'
+'p.event{'+ffArial+fsize+'22px'+fLbs+'bold'+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+NONE+'color:'+txtCol+'}\n'
+'p.bdate{'+ffArial+fsize+'14px'+fLbs+NORM+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+NONE+'color:'+barTtxCol+'}\n'
+'p.binfo{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+NONE+'color:'+barTtxCol+'}\n'
+'p.bmain{'+ffArial+fsize+'22px'+fLbs+'bold'+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+NONE+'color:'+barTtxCol+'}\n'
+'p.bsup{'+ffArial+fsize+'18px'+fLbs+'bold'+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+NONE+'color:'+barTtxCol+'}\n'
+'p.bprom{'+ffArial+fsize+'12px'+fLbs+NORM+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+NONE+'color:'+barTtxCol+'}\n'
+'p{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+NONE+'color:'+txtCol+'}\n'
+'p.dim{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+NONE+'color:'+dimCol+'}\n'
+'p.up{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+'uppercase;'+tDec+NONE+tAlig+NONE+'color:'+txtCol+'}\n'
+'p.low{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+'lowercase;'+tDec+NONE+tAlig+NONE+'color:'+txtCol+'}\n'
+'p.cap{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+'capitalize;'+tDec+NONE+tAlig+NONE+'color:'+txtCol+'}\n'
+'p.cen{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+'center;color:'+txtCol+'}\n'
+'p.cenb{'+ffArial+fsize+'15px'+fLbs+'bold'+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+'center;color:'+txtCol+'}\n'
+'p.cenup{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+'uppercase;'+tDec+NONE+tAlig+'center;color:'+txtCol+'}\n'
+'p.cenlow{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+'lowercase;'+tDec+NONE+tAlig+'center;color:'+txtCol+'}\n'
+'p.cencap{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+'capitalize;'+tDec+NONE+tAlig+'center;color:'+txtCol+'}\n'
+'p.cendim{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+'center;color:'+dimCol+'}\n'
+'p.bcen{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+'center;color:'+barTtxCol+'}\n'
+'p.bcenb{'+ffArial+fsize+'15px'+fLbs+'bold'+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+'center;color:'+barTtxCol+'}\n'
+'p.bar{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+NONE+'color:'+barTtxCol+'}\n'
+'p.barb{'+ffArial+fsize+'15px'+fLbs+'bold'+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+NONE+'color:'+barTtxCol+'}\n'
+'p.bb{'+ffArial+fsize+'15px'+fLbs+'bold'+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+NONE+'color:'+barTtxCol+'}\n'
+'p.left{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+'left;color:'+txtCol+'}\n'
+'p.leftb{'+ffArial+fsize+'15px'+fLbs+'bold'+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+'left;color:'+txtCol+'}\n'
+'p.leftup{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+'uppercase;'+tDec+NONE+tAlig+'left;color:'+txtCol+'}\n'
+'p.leftlow{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+'lowercase;'+tDec+NONE+tAlig+'left;color:'+txtCol+'}\n'
+'p.leftcap{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+'capitalize;'+tDec+NONE+tAlig+'left;color:'+txtCol+'}\n'
+'p.right{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+'right;color:'+txtCol+'}\n'
+'p.rightup{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+'uppercase;'+tDec+NONE+tAlig+'right;color:'+txtCol+'}\n'
+'p.rightlow{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+'lowercase;'+tDec+NONE+tAlig+'right;color:'+txtCol+'}\n'
+'p.rightcap{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+'capitalize;'+tDec+NONE+tAlig+'right;color:'+txtCol+'}\n'
+'p.rightdim{'+ffArial+fsize+'12px'+fLbs+NORM+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+'right;color:'+dimCol+'}\n'
+'pre{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+NONE+'	'+tDec+NONE+tAlig+'justify;color:'+preCol+'}\n'
+'address{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+'capitalize;'+tDec+NONE+tAlig+'justify;color:'+preCol+'}\n'
+'table{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+NONE+'color:'+txtCol+'}\n'
+'table.cen{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+'center;color:'+txtCol+'}\n'
+'li{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+NONE+'color:'+txtCol+';list-style:lower-roman;}\n'
+'dt{'+ffArial+fsize+'15px'+fLbs+NORM+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+NONE+'color:'+txtCol+'}\n'
+'dd{'+ffArial+fsize+'14px'+fLbs+NORM+fVar+NORM+tTrans+NONE+tDec+NONE+tAlig+NONE+'color:'+txtCol+'}\n'
+'hr{color:'+hrCol+';width:90%;align:center}\n'
+'hr.bar{color:'+barTtxCol+';width:90%;align:center;}\n'
+'a{'+ffArial+fsize+'15px;'+tAlig+NONE+'color:'+linkCol+'}\n'+'a.smaller{'+ffArial+fsize+'14px;'+tAlig+NONE+'color:'+linkCol+'}\n'
+'a:link{color:'+linkCol+';'+tDec+'none;}\n'
+'a:visited{color:'+linkColVisited+';'+tDec+'none;}\n'
+'a:hover{color:'+linkCol+';'+tDec+'underline;}\n'
+'ol{list-style:lower-roman;}\n'
+'--'+'></st'+'yle>\n');
return (myStyle);
}
var manu=navigator.appName;			
var vers=navigator.appVersion;	
//MSIE 6.0+ BROWSERS WILL JUMP TO THIS LINK
	if (manu.indexOf("Microsoft")>=0 && vers.indexOf("6")>=0)
		{document.write(getMyStyle());}
	else if (manu.indexOf("Netscape")>=0 && vers.indexOf("6")>=0)
		{document.write(getMyStyle());}
	else if (manu.indexOf("Microsoft")>=0 && vers.indexOf("5")>=0)
		{document.write(getMyStyle());}
	else if (manu.indexOf("Netscape")>=0 && vers.indexOf("5")>=0)
		{document.write(getMyStyle());}
	else if (manu.indexOf("Microsoft")>=0 && vers.indexOf("4")>=0)
		{document.write(getMyStyle());}
	else if (manu.indexOf("Netscape")>=0 && vers.indexOf("4")>=0)
		{document.write(getMyStyle());}
	else if (manu.indexOf("Opera")>=0 && vers.indexOf("7")>=0)
		{document.write(getMyStyle());}
	else if (manu.indexOf("Opera")>=0 && vers.indexOf("6")>=0)
		{document.write(getMyStyle());}
	else if (manu.indexOf("Opera")>=0 && vers.indexOf("5")>=0)
		{document.write(getMyStyle());}
	else
		{document.write('<br>');}
		

