var vNum = navigator.appVersion.charAt(0);
var bName = navigator.appName.charAt(0);
if ( bName == "M" && vNum < 4)
	location.href="getnewbrowser.html";
if ( bName == "N" && vNum < 4)
	location.href="getnewbrowser.html";

document.writeln("<STYLE TYPE='text/css'><!--");
if(navigator.appVersion.indexOf("Mac") > -1)
{
	if( bName == "M")
	 {
		// MAC IE
document.write("a {text-decoration: none}")
document.write("a:hover {color: #008ab7; text-decoration: underline}")
document.write(".fs {font-size: 10px;}")
document.write(".fsl {font-size: 10px; line-height: 13px}")
document.write(".fslw {font-size: 10px; line-height: 13px;}")
document.write(".fm {font-size: 12px}")
document.write(".fml {font-size: 12px; line-height: 18px}")
document.write(".fmlh {font-size: 12px; line-height: 24px}")
document.write(".fl {	font-size: 14px}")
document.write(".fll {font-size: 14px; line-height: 20px}")
document.write(".flbk {font-weight: bold; font-size: 14px; color: #000000}")
document.write(".flbkl {font-weight: bold; font-size: 14px; color: #000000; line-height: 19px}")
document.write(".flbl {font-weight: bold; font-size: 14px; color: #008ab7}")
document.write(".rule {padding-right: 10px; padding-left: 10px; padding-bottom: 10px; width: 600px; padding-top: 10px}")
document.write(".cguide {font-size: 10px; line-height: 16px;}")
	}
	else
	{
		if( vNum < 5 )
		{
			// MAC NETSCAPE 4.x
document.write("a {text-decoration: none}")
document.write("a:hover {color: #008ab7; text-decoration: underline}")
document.write(".fs {font-size: 10px;}")
document.write(".fsl {font-size: 10px; line-height: 13px}")
document.write(".fslw {font-size: 10px; line-height: 13px;}")
document.write(".fm {font-size: 12px}")
document.write(".fml {font-size: 12px; line-height: 18px}")
document.write(".fmlh {font-size: 12px; line-height: 24px}")
document.write(".fl {	font-size: 14px}")
document.write(".fll {font-size: 14px; line-height: 20px}")
document.write(".flbk {font-weight: bold; font-size: 14px; color: #000000}")
document.write(".flbkl {font-weight: bold; font-size: 14px; color: #000000; line-height: 19px}")
document.write(".flbl {font-weight: bold; font-size: 14px; color: #008ab7}")
document.write(".rule {padding-right: 10px; padding-left: 10px; padding-bottom: 10px; width: 600px; padding-top: 10px}")
document.write(".cguide {font-size: 10px; line-height: 16px;}")
	 	}
	 	else
	 	{
			// MAC NETSCAPE 6.x~
document.write("a {text-decoration: none}")
document.write("a:hover {color: #008ab7; text-decoration: underline}")
document.write(".fs {font-size: 11px;}")
document.write(".fsl {font-size: 11px; line-height: 13px}")
document.write(".fslw {font-size: 11px; line-height: 13px;}")
document.write(".fm {font-size: 12px}")
document.write(".fml {font-size: 12px; line-height: 18px}")
document.write(".fmlh {font-size: 12px; line-height: 24px}")
document.write(".fl {	font-size: 14px}")
document.write(".fll {font-size: 14px; line-height: 20px}")
document.write(".flbk {font-weight: bold; font-size: 14px; color: #000000}")
document.write(".flbkl {font-weight: bold; font-size: 14px; color: #000000; line-height: 19px}")
document.write(".flbl {font-weight: bold; font-size: 14px; color: #008ab7}")
document.write(".rule {padding-right: 10px; padding-left: 10px; padding-bottom: 10px; width: 600px; padding-top: 10px}")
document.write(".cguide {font-size: 10px; line-height: 16px;}")
	 	}
	 }

}
else
{
	if( bName == "M")
	{
		// WIN IE
document.write("a {text-decoration: none}")
document.write("a:hover {color: #008ab7; text-decoration: underline}")
document.write(".fs {font-size: 10px; letter-spacing: 1px}")
document.write(".fsl {font-size: 10px; line-height: 13px}")
document.write(".fslw {font-size: 10px; line-height: 13px; letter-spacing: 1px}")
document.write(".fm {font-size: 12px}")
document.write(".fml {font-size: 12px; line-height: 18px}")
document.write(".fmlh {font-size: 12px; line-height: 24px}")
document.write(".fl {	font-size: 14px}")
document.write(".fll {font-size: 14px; line-height: 20px}")
document.write(".flbk {font-weight: bold; font-size: 14px; color: #000000}")
document.write(".flbkl {font-weight: bold; font-size: 14px; color: #000000; line-height: 19px}")
document.write(".flbl {font-weight: bold; font-size: 14px; color: #008ab7}")
document.write(".rule {padding-right: 10px; padding-left: 10px; padding-bottom: 10px; width: 600px; padding-top: 10px}")
document.write(".cguide {font-size: 10px; line-height: 16px; letter-spacing: 1px}")
	}
	else
	{
		if( vNum < 5 )
		{
			// WIN NETSCAPE 4.x
document.write("a {text-decoration: none}")
document.write("a:hover {color: #008ab7; text-decoration: underline}")
document.write(".fs {font-size: 11px; letter-spacing: 1px}")
document.write(".fsl {font-size: 11px; line-height: 13px}")
document.write(".fslw {font-size: 11px; line-height: 13px; letter-spacing: 1px}")
document.write(".fm {font-size: 12px}")
document.write(".fml {font-size: 12px; line-height: 18px}")
document.write(".fmlh {font-size: 12px; line-height: 24px}")
document.write(".fl {	font-size: 14px}")
document.write(".fll {font-size: 14px; line-height: 20px}")
document.write(".flbk {font-weight: bold; font-size: 14px; color: #000000}")
document.write(".flbkl {font-weight: bold; font-size: 14px; color: #000000; line-height: 19px}")
document.write(".flbl {font-weight: bold; font-size: 14px; color: #008ab7}")
document.write(".rule {padding-right: 11px; padding-left: 10px; padding-bottom: 10px; width: 600px; padding-top: 10px}")
document.write(".cguide {font-size: 11px; line-height: 18px; letter-spacing: 1px}")
			
		}
		else
		{
			// WIN NETSCAPE 6.x~
document.write("a {text-decoration: none}")
document.write("a:hover {color: #008ab7; text-decoration: underline}")
document.write(".fs {font-size: 10px; letter-spacing: 1px}")
document.write(".fsl {font-size: 10px; line-height: 13px}")
document.write(".fslw {font-size: 10px; line-height: 13px; letter-spacing: 1px}")
document.write(".fm {font-size: 12px}")
document.write(".fml {font-size: 12px; line-height: 18px}")
document.write(".fmlh {font-size: 12px; line-height: 24px}")
document.write(".fl {	font-size: 14px}")
document.write(".fll {font-size: 14px; line-height: 20px}")
document.write(".flbk {font-weight: bold; font-size: 14px; color: #000000}")
document.write(".flbkl {font-weight: bold; font-size: 14px; color: #000000; line-height: 19px}")
document.write(".flbl {font-weight: bold; font-size: 14px; color: #008ab7}")
document.write(".rule {padding-right: 10px; padding-left: 10px; padding-bottom: 10px; width: 600px; padding-top: 10px}")
document.write(".cguide {font-size: 10px; line-height: 16px; letter-spacing: 1px}")
		
		}
	}
}
 document.writeln("--></STYLE>");