var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '#content_center ul li {';
wsContentVar += 'height:auto;';
wsContentVar += '}';
wsContentVar += '';
wsContentVar += '.edu-uiuc-webservices-pc-1389-116, .edu-uiuc-webservices-pc-1389-116 *';
wsContentVar += '{';
wsContentVar += '     width:220px;     ';
wsContentVar += '     margin:0;';
wsContentVar += '     padding:0;';
wsContentVar += '     font-family:Arial, Verdana, Helvetica, sans-serif;';
wsContentVar += '     font-size:10px;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1389-116';
wsContentVar += '{';
wsContentVar += '     list-style-type:none;';
wsContentVar += '     width:220px;      ';
wsContentVar += '     border-top:1px dotted #CCC;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1389-116 li';
wsContentVar += '{';
wsContentVar += '     width:220;';
wsContentVar += '}';
wsContentVar += '';
wsContentVar += '';
wsContentVar += '.edu-uiuc-webservices-pc-1389-116 img';
wsContentVar += '{';
wsContentVar += '     border:none;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1389-116 a';
wsContentVar += '{';
wsContentVar += '     outline:none;';
wsContentVar += '     text-decoration:none;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1389-116 a:link';
wsContentVar += '{';
wsContentVar += '     color:#036;';
wsContentVar += '     text-decoration:none;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1389-116 a:visited';
wsContentVar += '{';
wsContentVar += '     color:#036;';
wsContentVar += '     text-decoration:none;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1389-116 a:active';
wsContentVar += '{';
wsContentVar += '     color:#fe6600;';
wsContentVar += '     text-decoration:none;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1389-116 a:hover';
wsContentVar += '{';
wsContentVar += '     color:#fe6600;';
wsContentVar += '     text-decoration:none;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1389-116';
wsContentVar += '{';
wsContentVar += '     padding-top:5px;';
wsContentVar += '     width:220px;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1389-116 .pubDate';
wsContentVar += '{';
wsContentVar += '     width:220px;';
wsContentVar += '     float:left;';
wsContentVar += '     color:#666666;';
wsContentVar += '     font-size:0.9em;';
wsContentVar += '     letter-spacing:0.1em;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1389-116 .row';
wsContentVar += '{';
wsContentVar += '     width:220px;';
wsContentVar += '     border-bottom:1px dotted #cccccc;';
wsContentVar += '     padding:2px 0px 4px 0px;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1389-116 .title';
wsContentVar += '{';
wsContentVar += '     float:left;';
wsContentVar += '     width:220px;';
wsContentVar += '     font-size:11px;';
wsContentVar += '     font-weight:bold;';
wsContentVar += '     color:#333333;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1389-116 .title a';
wsContentVar += '{';
wsContentVar += '     color:#6e8bbf;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1389-116 .title a:hover';
wsContentVar += '{';
wsContentVar += '     color:#fe6600;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1389-116 .title a:visited';
wsContentVar += '{';
wsContentVar += '     color:#333333;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1389-116 .clear';
wsContentVar += '{';
wsContentVar += '     clear:both;';
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("<ul class=\"edu-uiuc-webservices-pc-1389-116\" id=\"edu-uiuc-webservices-pc-1389-116\" xmlns:xalan=\"http://xml.apache.org/xslt\"></ul>");

