//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('p						{ font-family:"geneva", "arial"; text-decoration:none; font-size:12px; color:#B7DDFD; line-height: 12px }');
	document.writeln('a:link				{ font-family:"geneva", "arial"; text-decoration:none; font-size:12px; color:#7CDAFE; line-height: 12px }');
	document.writeln('a:visited				{ font-family:"geneva", "arial"; text-decoration:none; font-size:12px; color:#5EBBE7; line-height: 12px }');
	document.writeln('a:active				{ font-family:"geneva", "arial"; text-decoration:none; font-size:12px; color:#000; line-height: 12px }');
	document.writeln('a:hover				{ font-family:"geneva", "arial"; text-decoration:none; font-size:12px; color:#FFFFFF; line-height: 12px }');
	document.writeln('.text					{ font-family:"geneva", "arial"; text-decoration:none; font-size:12px; color:#B7DDFD; line-height: 12px }');
	document.writeln('.text2				{ font-family:"geneva", "arial"; text-decoration:none; font-size:12px; color:#173F60; line-height: 12px }');
	document.writeln('.text3				{ font-family:"geneva", "arial"; text-decoration:none; font-size:12px; color:#ffffff; line-height: 12px }');
	document.writeln('.text4				{ font-family:"geneva", "arial"; text-decoration:none; font-size:12px; color:#000000; line-height: 12px }');
	document.writeln('.text5				{ font-family:"geneva", "arial"; text-decoration:none; font-size:12px; color:#16536D; line-height: 12px }');
	document.writeln('.fet					{ font-family:"geneva", "arial"; text-decoration:none; font-size:24px; color:#16536D; line-height: 12px }');
	document.writeln('#externals		{ margin-top:0px; margin-bottom:10px; font-family:"geneva", "arial"; text-decoration:none; font-size:12px; color:#B7DDFD; line-height: 12px; }')
	document.writeln('\/\/ -->');
	document.writeln('</style>');
	}
else
	{
	document.writeln('<style type="text/css">');
	document.writeln('<!--');
	document.writeln('.parent{}');
	document.writeln('p						{ font-family:"geneva", "arial"; text-decoration:none; font-size:12px; color:#B7DDFD; line-height: 11px }');
	document.writeln('a:link				{ font-family:"geneva", "arial"; text-decoration:none; font-size:12px; color:#7CDAFE; line-height: 11px }');
	document.writeln('a:visited				{ font-family:"geneva", "arial"; text-decoration:none; font-size:12px; color:#5EBBE7; line-height: 11px }');
	document.writeln('a:active				{ font-family:"geneva", "arial"; text-decoration:none; font-size:12px; color:#000; line-height: 11px }');
	document.writeln('a:hover				{ font-family:"geneva", "arial"; text-decoration:none; font-size:12px; color:#FFFFFF; line-height: 11px }');
	document.writeln('.text					{ font-family:"geneva", "arial"; text-decoration:none; font-size:12px; color:#B7DDFD; line-height: 11px }');
	document.writeln('.text2				{ font-family:"geneva", "arial"; text-decoration:none; font-size:12px; color:#173F60; line-height: 11px }');
	document.writeln('.text3				{ font-family:"geneva", "arial"; text-decoration:none; font-size:12px; color:#ffffff; line-height: 11px }');
	document.writeln('.text4				{ font-family:"geneva", "arial"; text-decoration:none; font-size:12px; color:#000000; line-height: 11px }');
	document.writeln('.text5				{ font-family:"geneva", "arial"; text-decoration:none; font-size:12px; color:#16536D; line-height: 11px }');
	document.writeln('.fet					{ font-family:"geneva", "arial"; text-decoration:none; font-size:23px; color:#16536D; line-height: 11px }');
	document.writeln('#externals, #jobs		{ margin-top:0px; margin-bottom:10px; font-family:geneva, arial; text-decoration:none; font-size:12px; color:#B7DDFD; line-height: 11px; }');
	document.writeln('* 					{scrollbar-3d-light-color:#85BEE7; scrollbar-arrow-color:#7CDAFE; scrollbar-base-color:#328CC4; scrollbar-dark-shadow-color:#6E9EC0; scrollbar-face-color:#7BB0D6; scrollbar-highlight-color:#85BEE7; scrollbar-shadow-color:#6E9EC0; scrollbar-track-color: #328CC4;}')
	document.writeln('\/\/ -->');
	document.writeln('</style>');
	}