var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.edu-uiuc-webservices-pc-982-10-wrapper';
wsContentVar += '{    font-family: font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;';
wsContentVar += '     padding-left:;';
wsContentVar += '     display:block;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-982-10-date';
wsContentVar += '{    ';
wsContentVar += '     font-size:85%;';
wsContentVar += '     color:#666666;';
wsContentVar += '     width:200px;';
wsContentVar += '     margin-top: .5em;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-982-10-title';
wsContentVar += '{    font-family: font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;';
wsContentVar += '     font-size:90%;';
wsContentVar += '     line-height: 115%;';
wsContentVar += '     width:200px;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-982-10-title a';
wsContentVar += '{';
wsContentVar += '     color:;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-982-10-title a:visited';
wsContentVar += '{';
wsContentVar += '     color:;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-982-10-title a:hover';
wsContentVar += '{';
wsContentVar += '     text-decoration:underline;';
wsContentVar += '     color:;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-982-10-titlelink';
wsContentVar += '{';
wsContentVar += '}';
wsStyleVar.setAttribute('type', 'text/css');
if (wsStyleVar.styleSheet)
{   // IE
    wsStyleVar.styleSheet.cssText = wsContentVar;
}
else
{                // the world
    var tt1 = document.createTextNode(wsContentVar);
    wsStyleVar.appendChild(tt1);
}
var wsHeadVar = document.getElementsByTagName('head')[0];
wsHeadVar.appendChild(wsStyleVar);
document.write("<div class=\"edu-uiuc-webservices-pc-982-10-wrapper\" xmlns:xalan=\"http://xml.apache.org/xslt\"></div>");

