
// Load Stylesheet

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

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

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

//document.write( "A:LINK		{ text-decoration:none; color:#005184; }" );

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


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

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

document.write( ".txtll	{ font-size: 100%;	line-height: 150%; }" );
document.write( ".txtlg	{ font-size: 87%;	line-height: 150%; }" );
document.write( ".txt	{ font-size: 75%;	line-height: 150%; }" );
document.write( ".txts	{ font-size: 62%;	line-height: 150%; }" );
document.write( ".txtss	{ font-size: 56%;	line-height: 150%; }" );

document.write( ".txtlln{ font-size: 100%;	line-height: normal; }" );
document.write( ".txtlgn{ font-size: 87%;	line-height: normal; }" );
document.write( ".txtn	{ font-size: 75%;	line-height: normal; }" );
document.write( ".txtsn	{ font-size: 62%;	line-height: normal; }" );
document.write( ".txtssn{ font-size: 56%;	line-height: normal; }" );



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


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

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

document.write( ".txtll{ font-size: 106%;	line-height: 150%; }" );
document.write( ".txtlg{ font-size: 93%;	line-height: 150%; }" );
document.write( ".txt	{ font-size: 81%;	line-height: 150%; }" );
document.write( ".txts	{ font-size: 69%;	line-height: 150%; }" );
document.write( ".txtss{ font-size: 62%;	line-height: 150%; }" );

document.write( ".txtlln{ font-size: 106%;	line-height: normal; }" );
document.write( ".txtlgn{ font-size: 93%;	line-height: normal; }" );
document.write( ".txtn	{ font-size: 81%;	line-height: normal; }" );
document.write( ".txtsn	{ font-size: 69%;	line-height: normal; }" );
document.write( ".txtssn{ font-size: 62%;	line-height: normal; }" );



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

}

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

// Load Stylesheet
