<!--
if ( parseInt(navigator.appVersion) > 3) {
var plat = navigator.platform;
var name = navigator.appName;
var vers = navigator.appVersion;
var ie6vers = navigator.userAgent.substring(30,31)
var ie51vers = navigator.userAgent.substring(30,33)
var omniweb = navigator.userAgent.substring(25,32)
vers = vers.substring(0,1);
if ((plat == "Win32") && (vers == 4) && (name == "Netscape")) {
document.write("<style type=\"text\/css\">\
<!--\
.navoption{border:1px;margin-top:-9px;background-image:none}.navheader,.navheadertop{margin-top:-2px;margin-bottom:9px}.colboxlabelcenter{padding:0px}\
-->\
<\/style>");}
else if ((plat == "Win32") && (ie6vers >= 6) && (name == "Microsoft Internet Explorer")) {
document.write("");}
else if ((plat == "MacPPC") && (ie51vers >= 5.1) && (name == "Microsoft Internet Explorer")) {
document.write("<style type=\"text\/css\">\
<!--\
.navtexttop,.navtextbottom{margin-top:2px;margin-bottom:3px}\
-->\
<\/style>");}
else if ((plat == "Win32") && (vers == 4) && (name == "Microsoft Internet Explorer")) {
document.write("<style type=\"text\/css\">\
<!--\
.fontsize1,.caption{font-size:xx-small}.fontsize2,.r2c2,.r2c3,.r2c4,.r4c1,.link,.linkheader,.highlightgraph,.navoption,.navheader,.navtexttop,.navtextbottom,select{font-size:x-small}.fontsize3,.highlighthead{font-size:small}.mainhead{font-size:medium}\
-->\
<\/style>");}
else if ((plat == "MacPPC") && (vers == 4) && (name == "Netscape")) {
document.write("<style type=\"text\/css\">\
<!--\
td{background-image:none}.fontsize1,.caption{font-size:small;line-height:120%}.fontsize2,.r2c2,.r2c3,.r2c4,.r4c1,.link,.linkheader,.highlightgraph,.navoption,.navheader,.navtexttop,.navtextbottom,select,.colboxlabeltext{font-size:medium}.fontsize3,.highlighthead{font-size:large}.mainhead{font-size:x-large}.navoption{background-image:url(http:\/\/www.startribune.com/style/graphics/navoptionshadow.gif);background-repeat:repeat-y;width:115px;background-color:#cccccc;margin-top:-8px;padding-top:1px;padding-bottom:1px}.navheader,.navheadertop{margin-left:6px;margin-right:9px;margin-top:-9px;margin-bottom:3px;border:none}.navtexttop,.navtextbottom{margin-top:2px;margin-bottom:2px}.colboxlabelcenter{padding:0px}\
-->\
<\/style>");}
else if ((plat == "MacPPC") && (vers == 4) && (name == "Microsoft Internet Explorer")){
document.write("<style type=\"text\/css\">\
<!--\
.icon{margin-left:-15px}.navtexttop,.navtextbottom{margin-top:2px;margin-bottom:3px}\
.colboxlabelcenter{padding-top:5px;padding-left:0px}\
-->\
<\/style>");}
else if ((plat == "MacPPC") && (vers == 5) && (name == "Microsoft Internet Explorer")){
document.write("");}
else {
document.write("");}
}
// -->