p.alternateColor {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
}

.centerbold {text-align:center; font-weight:bold; font-size:14px;background-color: grey; color:white;}

ol.ledger {
padding-left: 0;
}

ol.ledger li {
margin-bottom: 10px;
}
table {
border-collapse: collapse;
}


table.ledger td.rowhead{
text-align: left;
border-right:1px solid;
padding: 0 5px 0 0;
font-weight:bold;
background-color: seashell;
}

table.ledger td.debit{
text-align: left;
background-color:cornsilk;
border-right:1px dotted;
border-left:1px dotted;
padding-left: 5px;
}
table.ledger td.credit{
text-align: right;
border-right:1px dotted;
border-left:1px dotted;
background-color: mintcream;
padding-right: 5px;}

table.ledger td hr {

 border-top: 1px dotted #f00;
  color: #fff;
  background-color: #fff;
  height: 1px;
	margin:0; padding:0;

}

table th {
text-align:center;
padding-left: 5px; font-weight:bold; font-size:14px;background-color: blue; color:white;
border-right:1px solid white;
}
div.ploutospresentation li {
padding-bottom: 10px;
font-size: 18px;
}


div.children ul {
list-style-type: none;
margin: auto;
margin-top: 10px;
}

div.children li {
float: left;
margin-left:5px;
margin-bottom:5px;
}

div.children ul a {
background-repeat: no-repeat;
background-position: right;
background-color: blue;
font-weight: bold;
color: white;
padding-right: 5px;
padding-left: 5px;
display: block;
text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;

}

table.alternate tr:nth-child(even), tr.even {
    background-color: #b8d1f3;
}

table.alternate tr:nth-child(odd), tr.odd {
    background-color: #dae5f4;
}
