//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 : #FFFFFF; margin : 0 0 0 0; }');
	document.writeln('a:link { font-family:"verdana", "geneva", "arial"; text-decoration:none; font-size:10px; color:#CC3300; line-height: 12px }');
	document.writeln('a:visited {color:#CC6633; text-decoration:none}');
	document.writeln('a:active {color:#000000; text-decoration:none}');
	document.writeln('a:hover {color:#FF3300; text-decoration:none}');
	document.writeln('.pLink { font-family:"verdana", "geneva", "arial"; font-size:10px; text-decoration:none; line-height: 12px; color: #333333;}');
	document.writeln('.pLink:hover {color: #CC3300; text-decoration:none}');
	document.writeln('.pLink:visited {color: #333333; text-decoration:none}');
	document.writeln('.pLink:visited:hover {color: #CC3300; text-decoration:none}');
	document.writeln('.text { font-family:"verdana", "geneva", "arial"; text-decoration:none; font-size:10px; color:#333333; line-height: 12px }');
	document.writeln('.copy { font-family:"verdana", "geneva", "arial"; text-decoration:none; font-size:10px; color:#C5C5C5; line-height: 12px }');
	document.writeln('.wine { font-family:"verdana", "geneva", "arial"; text-decoration:none; font-size:10px; color:#5C3333; line-height: 12px }');
	document.writeln('.input { font-family:"verdana", "geneva", "arial"; text-decoration:none; font-size:10px; color:#330000; line-height: 12px; background-color:#FFFFFF; border:1px #666666 solid }');
	document.writeln('.button { font-family:"verdana", "geneva", "arial"; text-decoration:none; font-size:10px; color:#330000; background-color:#FFFFFF; border:1px #CC3300 solid }');
	document.writeln('.forceselect { font-family:"verdana", "geneva", "arial"; text-decoration:none; font-size:10px; color:#330000; 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 : #FFFFFF; margin : 0 0 0 0; }');
	document.writeln('a:link { font-family:"verdana", "geneva", "arial"; text-decoration:none; font-size:9px; color:#CC3300; line-height: 12px }');
	document.writeln('a:visited {color:#CC6633; text-decoration:none}');
	document.writeln('a:active {color:#000000; text-decoration:none}');
	document.writeln('a:hover {color:#FF3300; text-decoration:none}');
	document.writeln('.pLink { font-family:"verdana", "geneva", "arial"; font-size:9px; text-decoration:none; line-height: 12px; color: #333333;}');
	document.writeln('.pLink:hover {color: #CC3300; text-decoration:none}');
	document.writeln('.pLink:visited {color: #333333; text-decoration:none}');
	document.writeln('.pLink:visited:hover {color: #CC3300; text-decoration:none}');
	document.writeln('.text { font-family:"verdana", "geneva", "arial"; text-decoration:none; font-size:9px; color:#333333; line-height: 12px }');
	document.writeln('.copy { font-family:"verdana", "geneva", "arial"; text-decoration:none; font-size:9px; color:#C5C5C5; line-height: 12px }');
	document.writeln('.wine { font-family:"verdana", "geneva", "arial"; text-decoration:none; font-size:9px; color:#5C3333; line-height: 12px }');
	document.writeln('.input { font-family:"verdana", "geneva", "arial"; text-decoration:none; font-size:9px; color:#330000; line-height: 12px; background-color:#FFFFFF; border:1px #666666 solid }');
	document.writeln('.button { font-family:"verdana", "geneva", "arial"; text-decoration:none; font-size:9px; color:#330000; background-color:#FFFFFF; border:1px #CC3300 solid }');
	document.writeln('select { font-family:"verdana", "geneva", "arial"; text-decoration:none; font-size:9px; color:#330000; line-height: 12px; background-color:#FFFFFF; border:1px #666666 solid; width: 287px }');
	document.writeln('\/\/ -->');
	document.writeln('</style>');

	}