document.write('<style type="text/css">' +

// casualties table
'.casualties { '+
'border: none;'+
'background-color: #ffffff; '+
'font-size: 11px; '+
'font-family: Arial, Helvetica, sans-serif; '+
'width: 191px; '+
'height: 40px; '+
'margin-left: 4px; '+
'line-height: 1.3em; '+
'padding: 5px; '+
'} '+
'.casualties-title { '+
'text-align: center; '+
'font-weight: bold;'+
'} '+
'.casualties-header { '+
'text-align: left; '+
'font-weight: bold;'+
'padding-top: 10px;'+
'} '+
// casualty total
'.casualties-total-label { '+
'text-align: left; '+
'} '+
'.casualties-total-value { '+
'text-align: right; '+
'} '+

// brought to you by vfp
'.byvfp { '+
'text-align: center; '+
'width: 183px; '+
'font-size: 10px; '+
'font-style: italic;' +
'margin-top: 2px; '+
'} '+

'</style>');

