function BannerCSS()
{
document.write('<style type="text/css">\n');
document.write('<!--\n');
document.write('.tb table td { padding: 5px;}');
document.write('.a {border:1px solid #000000; padding-top:3px; padding-right:3px; padding-bottom:3px; padding-left:20px; margin-top:10px; width:260px; text-align:left;}');
document.write('.a a:link {text-decoration:underline;}');
document.write('.a a:visited {text-decoration:underline;}');
document.write('.hr_a {size:1; color:#CCCCCC; width:98%; border-style:dotted;}\n');
document.write('.txt_br {color: #990000;font-weight: bold; }\n');
document.write('.li_sq {list-style: square; line-height: 180%; list-style-position: outside;}\n');
document.write('-->\n');
document.write('</style>\n');
}