document.write("<style type='text/css'><!--");


var agent = navigator.userAgent;
var appve = navigator.appVersion;
var appna = navigator.appName;

var userOs = null;
var browser = null;
var version = null;

if ( agent.indexOf('Win') != -1 ) {
	userOs = "Win";
} else if ( agent.indexOf('Mac') != -1 ) {
	userOs = "Mac";
} else {
	userOs = "Other";
}

if ( agent.indexOf('Opera') != -1 ){
	browser = "OPERA";
	version = agent.substring((agent.indexOf('Opera') + 6),(agent.indexOf('Opera') + 7));
} else if ( appna == "Microsoft Internet Explorer" ) {
	browser = "MSIE";
	version = agent.substring((agent.indexOf('MSIE') + 5),(agent.indexOf('MSIE') + 8));
} else if ( appna == "Netscape" ) {
	browser = "NN";
	version = appve.substring( 0,1 );
}

if ( userOs == "Win" && ( browser == "MSIE" && version >= 5 )) {
	document.write("body,td {  font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'; font-size: 11px; color:#666666;line-height:120%;}");
	document.write(".username {color:#FD7E2E; font-weight:bold; font-size: 10px;}");
	document.write(".fsmall{font-size:10px;line-height:140%;}");
	document.write(".input1 {width:120; font-size:10px;}");
	document.write(".input2 {width:130; font-size:12px;}");
	document.write(".button1 { font-size:10px;}");
	document.write(".prices {font-size:10px;font-weight:bold;}");
	document.write(".pricem {color:#333333;}");
	document.write(".discount {color:#ff0000; font-size:10px;font-weight:bold;}");
	document.write(".category {color:#ffffff; font-size:12px;font-weight:bold;}");
	document.write("a.footerLinks:link { font-size: 10px; color:#666666; text-decoration:none; }");
	document.write("a.footerLinks:visited { font-size: 10px; color:#666666; text-decoration:none; }");
	document.write("a.footerLinks:hover { font-size: 10px; color:#666666; text-decoration:underline; }");
	document.write("a.footerLinks:active { font-size: 10px; color:#666666; text-decoration:underline;}");
	document.write("a.Links:link {color:#666666; text-decoration:underline;}");
	document.write("a.Links:visited {color:#888888; text-decoration:underline;}");
	document.write("a.Links:hover {color:#0033FF; text-decoration:underline;}");
	document.write("a.Links:active {color:#990099; text-decoration:underline;}");
	document.write("a.categolyLinks:link { font-size: 10px; color:#003399; text-decoration:underline;}");
	document.write("a.categolyLinks:visited { font-size: 10px; color:#003399; text-decoration:underline;}");
	document.write("a.categolyLinks:hover { font-size: 10px; color:#990099; text-decoration:underline; }");
	document.write("a.categolyLinks:active { font-size: 10px; color:#990099; text-decoration:underline; }");
	document.write(".button2 {width:80; font-size:10px;background-color:#EAEAEA;}");
} else if ( userOs == "Win" && ( browser == "NN" && version == 4 )) {
	document.write("body,td {  font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'; font-size: 11px; color:#666666;line-height:120%;}");
	document.write(".username {color:#FD7E2E; font-weight:bold; font-size: 11px;}");
	document.write(".fsmall{font-size:11px;line-height:140%;}");
	document.write(".input1 {width:120; font-size:11px;}");
	document.write(".input2 {width:130; font-size:12px;}");
	document.write(".button1 { font-size:11px;}");
	document.write(".prices {font-size:11px;font-weight:bold;}");
	document.write(".pricem {color:#333333;}");
	document.write(".discount {color:#ff0000; font-size:10px;font-weight:bold;}");
	document.write(".category {color:#ffffff; font-size:12px;font-weight:bold;}");
	document.write("a.footerLinks:link { font-size: 11px; color:#666666; text-decoration:none; }");
	document.write("a.footerLinks:visited { font-size: 11px; color:#666666; text-decoration:none; }");
	document.write("a.footerLinks:hover { font-size: 11px; color:#666666; text-decoration:underline; }");
	document.write("a.footerLinks:active { font-size: 11px; color:#666666; text-decoration:underline;}");
	document.write("a.Links:link {color:#666666; text-decoration:underline;}");
	document.write("a.Links:visited {color:#888888; text-decoration:underline;}");
	document.write("a.Links:hover {color:#0033FF; text-decoration:underline;}");
	document.write("a.Links:active {color:#990099; text-decoration:underline;}");
	document.write("a.categolyLinks:link { font-size: 11px; color:#003399; text-decoration:underline;}");
	document.write("a.categolyLinks:visited { font-size: 11px; color:#003399; text-decoration:underline;}");
	document.write("a.categolyLinks:hover { font-size: 11px; color:#990099; text-decoration:underline; }");
	document.write("a.categolyLinks:active { font-size: 11px; color:#990099; text-decoration:underline; }");
	document.write(".button2 {width:80; font-size:11px;background-color:#EAEAEA;}");
} else if ( userOs == "Win" && ( browser == "OPERA" && version >= 6 )) {
	document.write("body,td {  font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'; font-size: 10px; color:#666666;line-height:120%;}");
	document.write(".username {color:#FD7E2E; font-weight:bold; font-size: 10px;}");
	document.write(".fsmall{font-size:10px;line-height:140%;}");
	document.write(".input1 {width:120; font-size:10px;}");
	document.write(".input2 {width:130; font-size:12px;}");
	document.write(".button1 { font-size:10px;}");
	document.write(".prices {font-size:10px;font-weight:bold;}");
	document.write(".pricem {color:#333333;}");
	document.write(".discount {color:#ff0000; font-size:10px;font-weight:bold;}");
	document.write(".category {color:#ffffff; font-size:12px;font-weight:bold;}");
	document.write("a.footerLinks:link { font-size: 10px; color:#666666; text-decoration:none; }");
	document.write("a.footerLinks:visited { font-size: 10px; color:#666666; text-decoration:none; }");
	document.write("a.footerLinks:hover { font-size: 10px; color:#666666; text-decoration:underline; }");
	document.write("a.footerLinks:active { font-size: 10px; color:#666666; text-decoration:underline;}");
	document.write("a.Links:link {color:#666666; text-decoration:underline;}");
	document.write("a.Links:visited {color:#888888; text-decoration:underline;}");
	document.write("a.Links:hover {color:#0033FF; text-decoration:underline;}");
	document.write("a.Links:active {color:#990099; text-decoration:underline;}");
	document.write("a.categolyLinks:link { font-size: 10px; color:#003399; text-decoration:underline;}");
	document.write("a.categolyLinks:visited { font-size: 10px; color:#003399; text-decoration:underline;}");
	document.write("a.categolyLinks:hover { font-size: 10px; color:#990099; text-decoration:underline; }");
	document.write("a.categolyLinks:active { font-size: 10px; color:#990099; text-decoration:underline; }");
	document.write(".button2 {width:80; font-size:10px;background-color:#EAEAEA;}");
} else if ( userOs == "Win" ) {
	document.write("body,td {  font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'; font-size: 10px; color:#666666;line-height:120%;}");
	document.write(".username {color:#FD7E2E; font-weight:bold; font-size: 10px;}");
	document.write(".fsmall{font-size:10px;line-height:140%;}");
	document.write(".input1 {width:120; font-size:10px;}");
	document.write(".input2 {width:130; font-size:12px;}");
	document.write(".button1 { font-size:10px;}");
	document.write(".prices {font-size:10px;font-weight:bold;}");
	document.write(".pricem {color:#333333;}");
	document.write(".discount {color:#ff0000; font-size:10px;font-weight:bold;}");
	document.write(".category {color:#ffffff; font-size:12px;font-weight:bold;}");
	document.write("a.footerLinks:link { font-size: 10px; color:#666666; text-decoration:none; }");
	document.write("a.footerLinks:visited { font-size: 10px; color:#666666; text-decoration:none; }");
	document.write("a.footerLinks:hover { font-size: 10px; color:#666666; text-decoration:underline; }");
	document.write("a.footerLinks:active { font-size: 10px; color:#666666; text-decoration:underline;}");
	document.write("a.Links:link {color:#666666; text-decoration:underline;}");
	document.write("a.Links:visited {color:#888888; text-decoration:underline;}");
	document.write("a.Links:hover {color:#0033FF; text-decoration:underline;}");
	document.write("a.Links:active {color:#990099; text-decoration:underline;}");
	document.write("a.categolyLinks:link { font-size: 10px; color:#003399; text-decoration:underline;}");
	document.write("a.categolyLinks:visited { font-size: 10px; color:#003399; text-decoration:underline;}");
	document.write("a.categolyLinks:hover { font-size: 10px; color:#990099; text-decoration:underline; }");
	document.write("a.categolyLinks:active { font-size: 10px; color:#990099; text-decoration:underline; }");
	document.write(".button2 {width:80; font-size:10px;background-color:#EAEAEA;}");
} else if ( userOs == "Mac" && ( browser == "MSIE" && version >= 5 )) {
	document.write("body,td {  font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'; font-size: 10px; color:#666666;line-height:120%;}");
	document.write(".username {color:#FD7E2E; font-weight:bold; font-size: 10px;}");
	document.write(".fsmall{font-size:10px;line-height:140%;}");
	document.write(".input1 {width:120; font-size:10px;}");
	document.write(".input2 {width:130; font-size:12px;}");
	document.write(".button1 { font-size:10px;}");
	document.write(".prices {font-size:10px;font-weight:bold;}");
	document.write(".pricem {color:#333333;}");
	document.write(".discount {color:#ff0000; font-size:10px;font-weight:bold;}");
	document.write(".category {color:#ffffff; font-size:12px;font-weight:bold;}");
	document.write("a.footerLinks:link { font-size: 10px; color:#666666; text-decoration:none; }");
	document.write("a.footerLinks:visited { font-size: 10px; color:#666666; text-decoration:none; }");
	document.write("a.footerLinks:hover { font-size: 10px; color:#666666; text-decoration:underline; }");
	document.write("a.footerLinks:active { font-size: 10px; color:#666666; text-decoration:underline;}");
	document.write("a.Links:link {color:#666666; text-decoration:underline;}");
	document.write("a.Links:visited {color:#888888; text-decoration:underline;}");
	document.write("a.Links:hover {color:#0033FF; text-decoration:underline;}");
	document.write("a.Links:active {color:#990099; text-decoration:underline;}");
	document.write("a.categolyLinks:link { font-size: 10px; color:#003399; text-decoration:underline;}");
	document.write("a.categolyLinks:visited { font-size: 10px; color:#003399; text-decoration:underline;}");
	document.write("a.categolyLinks:hover { font-size: 10px; color:#990099; text-decoration:underline; }");
	document.write("a.categolyLinks:active { font-size: 10px; color:#990099; text-decoration:underline; }");
	document.write(".button2 {width:80; font-size:10px;background-color:#EAEAEA;}");
} else if ( userOs == "Mac" && ( browser == "NN" && version == 4 )) {
	document.write("body,td {  font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'; font-size: 10px; color:#666666;line-height:120%;}");
	document.write(".username {color:#FD7E2E; font-weight:bold; font-size: 10px;}");
	document.write(".fsmall{font-size:10px;line-height:140%;}");
	document.write(".input1 {width:120; font-size:10px;}");
	document.write(".input2 {width:130; font-size:12px;}");
	document.write(".button1 { font-size:10px;}");
	document.write(".prices {font-size:10px;font-weight:bold;}");
	document.write(".pricem {color:#333333;}");
	document.write(".discount {color:#ff0000; font-size:10px;font-weight:bold;}");
	document.write(".category {color:#ffffff; font-size:12px;font-weight:bold;}");
	document.write("a.footerLinks:link { font-size: 10px; color:#666666; text-decoration:none; }");
	document.write("a.footerLinks:visited { font-size: 10px; color:#666666; text-decoration:none; }");
	document.write("a.footerLinks:hover { font-size: 10px; color:#666666; text-decoration:underline; }");
	document.write("a.footerLinks:active { font-size: 10px; color:#666666; text-decoration:underline;}");
	document.write("a.Links:link {color:#666666; text-decoration:underline;}");
	document.write("a.Links:visited {color:#888888; text-decoration:underline;}");
	document.write("a.Links:hover {color:#0033FF; text-decoration:underline;}");
	document.write("a.Links:active {color:#990099; text-decoration:underline;}");
	document.write("a.categolyLinks:link { font-size: 10px; color:#003399; text-decoration:underline;}");
	document.write("a.categolyLinks:visited { font-size: 10px; color:#003399; text-decoration:underline;}");
	document.write("a.categolyLinks:hover { font-size: 10px; color:#990099; text-decoration:underline; }");
	document.write("a.categolyLinks:active { font-size: 10px; color:#990099; text-decoration:underline; }");
	document.write(".button2 {width:80; font-size:10px;background-color:#EAEAEA;}");
} else if ( userOs == "Mac" ) {
	document.write("body,td {  font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'; font-size: 10px; color:#666666;line-height:120%;}");
	document.write(".username {color:#FD7E2E; font-weight:bold; font-size: 10px;}");
	document.write(".fsmall{font-size:10px;line-height:140%;}");
	document.write(".input1 {width:120; font-size:10px;}");
	document.write(".input2 {width:130; font-size:12px;}");
	document.write(".button1 { font-size:10px;}");
	document.write(".prices {font-size:10px;font-weight:bold;}");
	document.write(".pricem {color:#333333;}");
	document.write(".discount {color:#ff0000; font-size:10px;font-weight:bold;}");
	document.write(".category {color:#ffffff; font-size:12px;font-weight:bold;}");
	document.write("a.footerLinks:link { font-size: 10px; color:#666666; text-decoration:none; }");
	document.write("a.footerLinks:visited { font-size: 10px; color:#666666; text-decoration:none; }");
	document.write("a.footerLinks:hover { font-size: 10px; color:#666666; text-decoration:underline; }");
	document.write("a.footerLinks:active { font-size: 10px; color:#666666; text-decoration:underline;}");
	document.write("a.Links:link {color:#666666; text-decoration:underline;}");
	document.write("a.Links:visited {color:#888888; text-decoration:underline;}");
	document.write("a.Links:hover {color:#0033FF; text-decoration:underline;}");
	document.write("a.Links:active {color:#990099; text-decoration:underline;}");
	document.write("a.categolyLinks:link { font-size: 10px; color:#003399; text-decoration:underline;}");
	document.write("a.categolyLinks:visited { font-size: 10px; color:#003399; text-decoration:underline;}");
	document.write("a.categolyLinks:hover { font-size: 10px; color:#990099; text-decoration:underline; }");
	document.write("a.categolyLinks:active { font-size: 10px; color:#990099; text-decoration:underline; }");
	document.write(".button2 {width:80; font-size:10px;background-color:#EAEAEA;}");
} else {
	document.write("body,td {  font-family: '‚l‚r ‚oƒSƒVƒbƒN', 'Osaka'; font-size: 10px; color:#666666;line-height:120%;}");
	document.write(".username {color:#FD7E2E; font-weight:bold; font-size: 10px;}");
	document.write(".fsmall{font-size:10px;line-height:140%;}");
	document.write(".input1 {width:120; font-size:10px;}");
	document.write(".input2 {width:130; font-size:12px;}");
	document.write(".button1 { font-size:10px;}");
	document.write(".prices {font-size:10px;font-weight:bold;}");
	document.write(".pricem {color:#333333;}");
	document.write(".discount {color:#ff0000; font-size:10px;font-weight:bold;}");
	document.write(".category {color:#ffffff; font-size:12px;font-weight:bold;}");
	document.write("a.footerLinks:link { font-size: 10px; color:#666666; text-decoration:none; }");
	document.write("a.footerLinks:visited { font-size: 10px; color:#666666; text-decoration:none; }");
	document.write("a.footerLinks:hover { font-size: 10px; color:#666666; text-decoration:underline; }");
	document.write("a.footerLinks:active { font-size: 10px; color:#666666; text-decoration:underline;}");
	document.write("a.Links:link {color:#666666; text-decoration:underline;}");
	document.write("a.Links:visited {color:#888888; text-decoration:underline;}");
	document.write("a.Links:hover {color:#0033FF; text-decoration:underline;}");
	document.write("a.Links:active {color:#990099; text-decoration:underline;}");
	document.write("a.categolyLinks:link { font-size: 10px; color:#003399; text-decoration:underline;}");
	document.write("a.categolyLinks:visited { font-size: 10px; color:#003399; text-decoration:underline;}");
	document.write("a.categolyLinks:hover { font-size: 10px; color:#990099; text-decoration:underline; }");
	document.write("a.categolyLinks:active { font-size: 10px; color:#990099; text-decoration:underline; }");
	document.write(".button2 {width:80; font-size:10px;background-color:#EAEAEA;}");
}

document.write("a:link{  color: #666666; }");
document.write("a:visited{  color: #666666; }");
document.write("a:active { color: #FF3366; }");
document.write("a:hover {color:#FF3366; text-decoration:none;}");

	
document.write("--></style>");


