var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.edu-uiuc-webservices-pc-1003-107-wrapper';
wsContentVar += '{';
wsContentVar += '     width:600px;';
wsContentVar += '     font-size:80%;';
wsContentVar += '     font-family:Arial,Helvetica,sans-serif;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1003-107-evenrow';
wsContentVar += '{';
wsContentVar += '     padding-bottom:5px;';
wsContentVar += '     background-color:;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1003-107-oddrow';
wsContentVar += '{';
wsContentVar += '     padding-bottom:5px;';
wsContentVar += '     background-color:;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1003-107-desc';
wsContentVar += '{';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1003-107-title';
wsContentVar += '{';
wsContentVar += '    width:300px;';
wsContentVar += '    font-size:1%; ';
wsContentVar += '    font-family:Arial,Helvetica,sans-serif; ';
wsContentVar += '    font-color: #ffffff; ';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1003-107-titlelink';
wsContentVar += '{';
wsContentVar += '    width:300px;';
wsContentVar += '    font-size:1%; ';
wsContentVar += '    font-family:Arial,Helvetica,sans-serif; ';
wsContentVar += '    font-color: #ffffff; ';
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-1003-107-wrapper\" xmlns:xalan=\"http://xml.apache.org/xslt\"></div>");

