//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 : #E6E7E2; margin : 0 0 0 0; }');
document.writeln('a:link 	{ font-family:"geneva", "arial"; text-decoration:none; font-size:9px; color:#FFFFCC; line-height: 12px }');
document.writeln('a:visited	{ font-family:"geneva", "arial"; text-decoration:none; font-size:9px; color:#7C7D54; line-height: 12px }');
document.writeln('a:active	{ font-family:"geneva", "arial"; text-decoration:none; font-size:9px; color:#9C9E64; line-height: 12px }');
document.writeln('a:hover	{ font-family:"geneva", "arial"; text-decoration:none; font-size:9px; color:#3B3D32; line-height: 12px }');
document.writeln('.type1	{ font-family:"geneva", "arial"; text-decoration:none; font-size:9px; color:#666666; line-height: 12px }');
document.writeln('.type2	{ font-family:"geneva", "arial"; text-decoration:none; font-size:9px; color:#666666; line-height: 12px }');
document.writeln('.type3	{ font-family:"geneva", "arial"; text-decoration:none; font-size:9px; color:#666666; line-height: 12px }');
document.writeln('.type4	{ font-family:"geneva", "arial"; text-decoration:none; font-size:9px; color:#FFFFFF; line-height: 12px }');
document.writeln('.type5	{ font-family:"geneva", "arial"; text-decoration:none; font-size:9px; color:#FFFFFF; line-height: 12px }');
document.writeln('.type6	{ font-family:"geneva", "arial"; text-decoration:none; font-size:9px; color:#FFFFCC; line-height: 12px }');
document.writeln('#newsD	{ position:absolute; clip: rect(0,245,137,0); left:137px; top:237px; width:245px; height:137px; z-index:90; visibility: hidden }');
document.writeln('.news		{ position:absolute; top:0; font-size:6pt; left:0; font-family: "arial"; visibility: inherit; z-index:150}');	
document.writeln('.fet		{ font-family:"geneva", "arial"; text-decoration:none; font-size:24px; color:#16536D; line-height: 12px }');
document.writeln('\/\/ -->');
	document.writeln('</style>');
	}


else
	{
document.writeln('<style type="text/css">');
document.writeln('<!--');
document.writeln('.parent{}');
document.writeln('body      { background-color : #E6E7E2; margin : 0 0 0 0; }');
document.writeln('a:link 	{ font-family:"geneva", "arial"; text-decoration:none; font-size:9px; color:#FFFFCC; line-height: 12px }');
document.writeln('a:visited	{ font-family:"geneva", "arial"; text-decoration:none; font-size:9px; color:#7C7D54; line-height: 12px }');
document.writeln('a:active	{ font-family:"geneva", "arial"; text-decoration:none; font-size:9px; color:#9C9E64; line-height: 12px }');
document.writeln('a:hover	{ font-family:"geneva", "arial"; text-decoration:none; font-size:9px; color:#3B3D32; line-height: 12px }');
document.writeln('.type1	{ font-family:"geneva", "arial"; text-decoration:none; font-size:9px; color:#666666; line-height: 12px }');
document.writeln('.type2	{ font-family:"geneva", "arial"; text-decoration:none; font-size:9px; color:#666666; line-height: 12px }');
document.writeln('.type3	{ font-family:"geneva", "arial"; text-decoration:none; font-size:9px; color:#666666; line-height: 12px }');
document.writeln('.type4	{ font-family:"geneva", "arial"; text-decoration:none; font-size:9px; color:#FFFFFF; line-height: 12px }');
document.writeln('.type5	{ font-family:"geneva", "arial"; text-decoration:none; font-size:9px; color:#FFFFFF; line-height: 12px }');
document.writeln('.type6	{ font-family:"geneva", "arial"; text-decoration:none; font-size:9px; color:#FFFFCC; line-height: 12px }');
document.writeln('#newsD	{ position:absolute; clip: rect(0,245,137,0); left:137px; top:237px; width:245px; height:137px; z-index:90; visibility: hidden }');
document.writeln('.news		{ position:absolute; top:0; font-size:6pt; left:0; font-family: "arial"; visibility: inherit; z-index:150}');	
document.writeln('.fet		{ font-family:"geneva", "arial"; text-decoration:none; font-size:24px; color:#16536D; line-height: 12px }');
document.writeln('\/\/ -->');
document.writeln('</style>');
	}

	
	

