
// Load Stylesheet

var osName = navigator.appVersion ;
var browser = navigator.appName ;

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

// ALL -------------------------------------------------------------//


//------------------------------------------------------------------//


if (osName.indexOf('Mac') != -1) {


// Mac -------------------------------------------------------------//

document.write( ".txtll	{ font-size: 16px;	line-height: 22px; }" );
document.write( ".txtlg	{ font-size: 14px;	line-height: 20px; }" );
document.write( ".txt	{ font-size: 12px;	line-height: 18px; }" );
document.write( ".txts	{ font-size: 10px;	line-height: 16px; }" );
document.write( ".txtss	{ font-size: 9px;		line-height: 14px; }" );
document.write( ".txtlln	{ font-size: 16px;	line-height: normal; }" );
document.write( ".txtlgn	{ font-size: 14px;	line-height: normal; }" );
document.write( ".txtn		{ font-size: 12px;	line-height: normal; }" );
document.write( ".txtsn		{ font-size: 10px;	line-height: normal; }" );
document.write( ".txtssn	{ font-size: 9px;		line-height: normal; }" );

//------------------------------------------------------------------//


}else if (osName.indexOf('Win') != -1) {


// Win -------------------------------------------------------------//

document.write( ".txtll	{ font-size: 17px;	line-height: 22px; }" );
document.write( ".txtlg	{ font-size: 15px;	line-height: 20px; }" );
document.write( ".txt	{ font-size: 13px;	line-height: 18px; }" );
document.write( ".txts	{ font-size: 11px;	line-height: 16px; }" );
document.write( ".txtss	{ font-size: 10px;		line-height: 14px; }" );
document.write( ".txtlln	{ font-size: 17px;	line-height: normal; }" );
document.write( ".txtlgn	{ font-size: 15px;	line-height: normal; }" );
document.write( ".txtn		{ font-size: 13px;	line-height: normal; }" );
document.write( ".txtsn		{ font-size: 11px;	line-height: normal; }" );
document.write( ".txtssn	{ font-size: 10px;		line-height: normal; }" );

//------------------------------------------------------------------//

}

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

// Load Stylesheet
