var win=0, mac=0, linux=0, unix = 0;
function BrowserCheck() {
	var b = navigator.appName;
	if (navigator.platform.indexOf("Win") != -1) win = 1;
	if (navigator.platform.indexOf("Mac") != -1) mac = 1;
	if (navigator.platform.indexOf("Linux") != -1) linux = 1;
	if (b=="Netscape") this.b = "ns";
	else if (b=="Microsoft Internet Explorer") this.b = "ie";
	else this.b = b;
	this.v = parseInt(navigator.appVersion);
	this.ns = (this.b == "ns" && this.v <= 4);
	this.ns3 = (this.b == "ns" && this.v == 3); 
	this.ns4 = (this.b == "ns" && this.v == 4);
	this.ns6 = (this.b == "ns" && this.v >= 5);
	this.ie = (this.b == "ie" && this.v >= 4);
	this.ie4 = (navigator.userAgent.indexOf('MSIE 4')>0);
	this.ie5 = (navigator.userAgent.indexOf('MSIE 5')>0);
	this.ie6 = (navigator.userAgent.indexOf('MSIE 6')>0);
	this.dhtml = (this.ie||this.ns6);
	this.ie5mac = (this.mac && this.ie5);
	this.mac = (this.mac && !this.ie5);
	this.linux = linux;
	
}
BrowserCheck();

//tmtC_NNresizeFix
if (ns) {
	origWidth = innerWidth;
	origHeight = innerHeight;}
function reDo() {
	if (innerWidth != origWidth || innerHeight != origHeight)
	location.reload();}
	if (ns) onresize = reDo;
//tmtC_NNresizeFixEnd

//Some General Styles

		document.write ("<STYLE type='text/css'>");
		document.write ("<!--");				
		document.write (".content,.metatx,.head1,.head2,")
		document.write ("h1,h2,h3,h4,h5,p,li,ol,td,tx1")
		document.write ("{font-family : Arial,Helvetica,sans-serif; text-decoration:none;}");	
		document.write (".content,p {color:#000000; font-size : 11px; line-height: 125%;}")	
		document.write ("td {color:#000000; font-size : 11px;}")
		document.write ("p b{color:#11114D; font-weight:bold;}")	
		document.write ("p strong{color:#11114D; font-weight:bold;}")
		document.write ("td b{color:#11114D; font-weight:bold;}")	
		document.write ("td strong{color:#11114D; font-weight:bold;}")		
		document.write ("h1{color:#11114D; font-size : 14px; font-weight:bold; line-height: 125%;}")
		document.write ("h2,h3,h4,h5 {color:#11114D; font-size : 11px; font-weight:bold;}")
		document.write ("hr {border:1px solid #FFFFFF; height:1px;}")
		document.write (".tx2 a {font-weight:bold;}")
		
			
		document.write (".metatx {color:#11114D; font-size : 11px;}")		
		document.write (".head1  {color:#FFFFFF; font-size : 11px; margin-top:-1;}")	
		document.write (".head2  {color:#11114D; font-size : 11px; font-weight:bold;}")		
	
		
	
    if (ie5mac || dhtml || ie4) {
		document.write ("body	 {margin:0px;}")		
		
	} 
	
	if (ns6){
	} 
		
	else if (ns) {
	
	} 
	
	else {
		
	}
		document.write ("-->");
		document.write ("</STYLE>");
