function NewEntryCSS()
{
document.write('<style type="text/css">\n');
document.write('<!--\n');
document.write('.do_title {padding: 5px; background-color: #F2F2F2; border-left:1px solid #999999; border-right:1px solid #999999; border-bottom: 1px solid #999999; border-top: 2px solid #990000; font-weight: bold; font-size:12px; text-align: left;}\n');
document.write('.m5 { margin: 5px;}\n');
document.write('.num_01 {font-weight: bold; color:#990000;}\n');
document.write('#crn1,#crn2,#crn3,#crn4 {margin-top: 20px; margin-left: -5px;}\n');
document.write('html>/**/body #do_box td  {padding: 5px;}\n'); 
document.write('-->\n');
document.write('</style>\n');
}