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

// casualties table
'.casualties { '+
'border: 4px solid #000000; '+
'border-spacing:0; '+
'font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; '+
'font-size: 10px; '+
'width: 290px; '+
'background-color: #ccddff; '+
'} '+
'.casualties-title { '+
'border-bottom: 1px solid #000000; '+
'text-align: center; '+
'font-weight: bold: '+
'} '+
'.casualties-total-header { '+
'border-bottom: 1px solid #00aa00; '+
'text-align: center; '+
'white-space: nowrap; '+
'width: 39; '+
'} '+
// casualty total
'.casualties-total-label { '+
'text-align: right; '+
'white-space: nowrap; '+
'border-bottom: 1px solid #00aa00; '+
'width: 40%; '+
'} '+
'.casualties-total-value { '+
'text-align: center; '+
'border-bottom: 1px solid #00aa00; '+
'} '+

// casualties since
'.casualties-since-label { '+
'text-align: right; '+
'white-space: nowrap; '+
'border-bottom: 2px solid #aa0000; '+
'width: 40%; '+
'} '+
'.casualties-since-value { '+
'text-align: center; '+
'border-bottom: 2px solid #aa0000; '+
'} '+
'.casualties-combat-wounded {'+
'text-align: right; '+
'white-space: nowrap; '+
'width: 40%; '+
'} '+
// casualties in combat
'.casualties-combat-label { '+
'text-align: right; '+
'white-space: nowrap; '+
'width: 40%; '+
'} '+
'.casualties-combat-value { '+
'text-align: center; '+
'} '+

'</style>');



