//script

var browser = new Object();

var win=false;
if (navigator.userAgent.indexOf("Win")!=-1) 
{
	win=true;
}else

browser.version = parseInt(navigator.appVersion);

browser.isNavigator = false;
browser.isIE = false;

if (navigator.appName.indexOf("Netscape") != -1) 
{
	browser.isNavigator = true;
}
if (navigator.appName.indexOf("Microsoft") != -1)
{
	browser.isIE = true;
}

if ((browser.isNavigator == true)&&win)
	{
	document.writeln('<style type="text/css">');
	document.writeln('<!--');
	document.writeln('.parent{}');
	document.writeln('body                 { background-color : #F8F9EA; margin : 0 0 0 0; SCROLLBAR-FACE-COLOR: #4a4a4a; SCROLLBAR-HIGHLIGHT-COLOR: #7d7d7d; SCROLLBAR-SHADOW-COLOR: #323232; SCROLLBAR-3DLIGHT-COLOR: #111111; SCROLLBAR-ARROW-COLOR: #bbbbcc; SCROLLBAR-TRACK-COLOR: #252525; SCROLLBAR-DARKSHADOW-COLOR: #000000; SCROLLBAR-BASE-COLOR: #789789}');
document.writeln('A {	COLOR: red; TEXT-DECORATION: none; font-size : 8pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');
document.writeln('A:visited {	COLOR: red; font-size : 8pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');
document.writeln('A:active {COLOR: #ff0000; font-size : 8pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');
document.writeln('A:hover {BACKGROUND-COLOR: none; COLOR: #ff0000; TEXT-DECORATION: none; font-size : 8pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');

document.writeln('.green1{ color : #347420; font-size : 8pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');
document.writeln('.black1{ color : #000000; font-size : 8pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');
document.writeln('.black2{ color : #000000; font-size : 7pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');
document.writeln('.black3{ color : #000000; font-size : 10pt; font-family: Arial, Helvetica, sans-serif;}');
document.writeln('.red1{ color : #cc3300; font-size : 8pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');
document.writeln('.red2{ color : #cc3300; font-size : 10pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');
document.writeln('.white1{ color : #ffffff; font-size : 10pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');
document.writeln('.white2{ color : #ffffff; font-size : 8pt; font-family: Arial, Helvetica, sans-serif;}');
document.writeln('.blue1{ color : #0033cc; font-size : 8pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');
document.writeln('.blue2{ color : #0033cc; font-size : 10pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');
document.writeln('.gray1{ color : #5a5a5a; font-size : 8pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');
document.writeln('.gray2{ color : #5a5a5a; font-size : 10pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');
	
document.writeln('.navbar {position : absolute; left  :30; top  : 88; width : 670; height  : 16; border  : 0 Solid Black;}');
document.writeln('.navbartable{paddle : 0 0 0 0;border : 0 Solid Black;}');
document.writeln('.navmenutable{paddle : 0 0 0 0;border : 1 Solid Black;background : #cccccc;padding : 1 1 1 1;}');
document.writeln('.navitem{font  : 11px/11px Arial;color  : #ffffff;}');
document.writeln('.navitem a:link, .navitem a:visited{font: 11px/11px Arial;color: #000000;text-decoration: none; line-height: 15px}');
document.writeln('.navitem a:hover{font: 11px/11px arial;color: yellow;text-decoration: none; line-height: 15px}');

document.writeln('.inside a:link, .inside a:visited{font: 12px/12px Arial;color: #0033ff;text-decoration: none;}');
document.writeln('.inside  a:hover{font: 12px/12px arial;color: red;text-decoration: line-through;}');

	document.writeln('.fet				{ font-family:"geneva", "arial"; text-decoration:none; font-size:24px; color:#16536D; line-height: 12px }');
	document.writeln('#scrollWindowDiv   {position:absolute; left:20; top:260; width:268; height:82; clip:rect(0,268,82,0);}');
	document.writeln('#scrollWindowDiv		{position:absolute; left:61; top:283; width:330; height:156; clip:rect(0,330,156,0);}');
	document.writeln('#scrollContentDiv		{position:absolute; left:0; top:0; width:330;}');

	document.writeln('\/\/ -->');
	document.writeln('</style>');
	}
else
	{
	document.writeln('<style type="text/css">');
	document.writeln('<!--');
	document.writeln('.parent{}');
	document.writeln('body                 { background-color : #F8F9EA; margin : 0 0 0 0; SCROLLBAR-FACE-COLOR: #4a4a4a; SCROLLBAR-HIGHLIGHT-COLOR: #7d7d7d; SCROLLBAR-SHADOW-COLOR: #323232; SCROLLBAR-3DLIGHT-COLOR: #111111; SCROLLBAR-ARROW-COLOR: #bbbbcc; SCROLLBAR-TRACK-COLOR: #252525; SCROLLBAR-DARKSHADOW-COLOR: #000000; SCROLLBAR-BASE-COLOR: #789789}');

document.writeln('A {	COLOR: red; TEXT-DECORATION: none; font-size : 8pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');
document.writeln('A:visited {	COLOR: red; font-size : 8pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');
document.writeln('A:active {COLOR: #ff0000; font-size : 8pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');
document.writeln('A:hover {BACKGROUND-COLOR: none; COLOR: #ff0000; TEXT-DECORATION: none; font-size : 8pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');
document.writeln('.green1{ color : #347420; font-size : 8pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');
document.writeln('.black3{ color : #000000; font-size : 10pt; font-family: Arial, Helvetica, sans-serif;}');
document.writeln('.black1{ color : #000000; font-size : 8pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');
document.writeln('.black2{ color : #000000; font-size : 7pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');
document.writeln('.red1{ color : #cc3300; font-size : 8pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');
document.writeln('.red2{ color : #cc3300; font-size : 10pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');
document.writeln('.white1{ color : #ffffff; font-size : 10pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');
document.writeln('.white2{ color : #ffffff; font-size : 8pt; font-family: Arial, Helvetica, sans-serif;}');
document.writeln('.blue1{ color : #0033cc; font-size : 8pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');
document.writeln('.blue2{ color : #0033cc; font-size : 10pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');
document.writeln('.gray1{ color : #5a5a5a; font-size : 8pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');
document.writeln('.gray2{ color : #5a5a5a; font-size : 10pt; font-family: tahoma,Arial, Helvetica, sans-serif;}');

document.writeln('.navbar {position : absolute; left  :30; top   : 88; width  : 670; height  : 16; border  : 0 Solid Black;}');
document.writeln('.navbartable{paddle : 0 0 0 0;border : 0 Solid Black;}');
document.writeln('.navmenutable{paddle : 0 0 0 0;border : 1 Solid Black;background : #cccccc;padding : 1 1 1 1;}');
document.writeln('.navitem{font  : 11px/11px Arial;color  : #ffffff;}');
document.writeln('.navitem a:link, .navitem a:visited{font: 11px/11px Arial;color: #000000;text-decoration: none;}');
document.writeln('.navitem a:hover{font: 11px/11px arial;color: yellow;text-decoration: none;}');

document.writeln('.inside a:link, .inside a:visited{font: 12px/12px Arial;color: #0033ff;text-decoration: none;}');
document.writeln('.inside  a:hover{font: 12px/12px arial;color: red;text-decoration: line-through;}');


	document.writeln('.fet				{ font-family:"geneva", "arial"; text-decoration:none; font-size:23px; color:#16536D; line-height: 11px }');
	document.writeln('#scrollWindowDiv		{position:absolute; left:61; top:283; width:330; height:156; clip:rect(0,330,156,0);}');
	document.writeln('#scrollContentDiv		{position:absolute; left:0; top:0; width:330;}');
	document.writeln('\/\/ -->');
	document.writeln('</style>');
	}

	
	

