// <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;
}
style="background-color:#CCCCCC; border-style:1px; font-size: 9; color: #666699; font-family: geneva, verdana, arial"
if ((browser.isNavigator == true)&&win)
	{
	document.writeln('<style type="text/css">');
	document.writeln('<!--');
	document.writeln('.parent{}');
	document.writeln('a:link				{ font-family:"geneva", "arial"; text-decoration:none; font-size:10px; color:#7C8B47; line-height: 10px }');
	document.writeln('a:visited				{ font-family:"geneva", "arial"; text-decoration:none; font-size:10px; color:#7C8B47; line-height: 10px }');
	document.writeln('a:active				{ font-family:"geneva", "arial"; text-decoration:none; font-size:10px; color:#cccc33; line-height: 10px }');
	document.writeln('a:hover				{ font-family:"geneva", "arial"; text-decoration:line-through; font-size:10px; color:#60726e; line-height: 10px }');
	document.writeln('.text			    { font-family:"geneva", "arial"; text-decoration:none; font-size:10px; color:#cccccc; line-height: 10px }');
	document.writeln('.text2				{ font-family:"geneva", "arial"; text-decoration:none; font-size:10px; color:#eeeeee; line-height: 10px }');
	document.writeln('.text3				{ font-family:"geneva", "arial"; text-decoration:none; font-size:10px; color:#7D918C; line-height: 10px }');
	document.writeln('.form				{ width: 200px;background-color:#60726e; border-style:1px; border-width:0px; font-size: 9; color: #FFFFFF; font-family: geneva, verdana, arial; margin:0px; padding:0px}');
	document.writeln('.form2			  { width: 271px;background-color:#60726e; border-style:1px; border-width:0px; font-size: 9; color: #FFFFFF; font-family: geneva, verdana, arial; margin:0px; padding:0px}');
	document.writeln('\/\/ -->');
	document.writeln('</style>');
	}
else
	{
	document.writeln('<style type="text/css">');
	document.writeln('<!--');
	document.writeln('.parent{}');
	document.writeln('a:link				{ font-family:"geneva", "arial"; text-decoration:none; font-size:9px; color:#7C8B47; line-height: 10px }');
	document.writeln('a:visited				{ font-family:"geneva", "arial"; text-decoration:none; font-size:9px; color:#7C8B47; line-height: 10px }');
	document.writeln('a:active				{ font-family:"geneva", "arial"; text-decoration:none; font-size:9px; color:#cccc33; line-height: 10px }');
	document.writeln('a:hover				{ font-family:"geneva", "arial" ; text-decoration:line-through ;font-size:9px; color:#60726e; line-height: 10px }');
	document.writeln('.text				{ font-family:"geneva", "arial"; text-decoration:none; font-size:9px; color:#cccccc; line-height: 10px }');
	document.writeln('.text2				{ font-family:"geneva", "arial"; text-decoration:none; font-size:9px; color:#eeeeee; line-height: 10px }');
	document.writeln('.text3				{ font-family:"geneva", "arial"; text-decoration:none; font-size:9px; color:#7D918C; line-height: 10px }');
	document.writeln('.form			{ width: 200px;background-color:#60726e; border-style:1px; border-width:0px; font-size: 9; color:#FFFFFF; font-family: geneva, verdana, arial; margin:0px; padding:0px}');
	document.writeln('.form2			{ width: 271px;background-color:#60726e; border-style:1px; border-width:0px; font-size: 9; color:#FFFFFF; font-family: geneva, verdana, arial; margin:0px; padding:0px}');
	document.writeln('\/\/ -->');
	document.writeln('</style>');
	}
