
.accounting-help {
 font-family: arial, verdana, helvetica, sans-serif;
 color: black;
 font-size: 14px;
 font-weight: bold;
 margin: 0px 0px 0px 0px;
 padding: 2px 0px 2px 0px;
 }


.Clear {
 clear: both;
 }

.table {
 width: 600px;
 padding: 0px;
 background-color: #E9EFFD;
 color: #000000;
 border-left: 1px dotted #cccccc;
 border-right: 1px dotted #cccccc;
 border-top: 0px dotted #cccccc;
 border-bottom: 1px dotted #cccccc;
 border-collapse: collapse;
 }

.tableheader {
 width: 600px;
 padding: 0px 0px;
 background-color: #fff;
 color: #000000;
 border-left: 1px dotted #cccccc;
 border-right: 1px dotted #cccccc;
 border-top: 1px dotted #cccccc;
 border-bottom: 0px dotted #cccccc;
 border-collapse: collapse;
 }


.tableheader td {
 width: 600px;
 padding: 7px 20px;
 font-weight: bold;
 }

.table td {
 width: 270px;
 height: 15px;
 padding: 8px 8px 8px 20px;
 font-family: Verdana;
 font-size: 13px;
 font-weight: bold;
 color: #000000;
 border: 1px solid #cccccc;
 text-align: left;
 }

.table tr.green {
 background-color: #ccc;
 }

.table tr.title {
 background-color: #ccc;
 font-weight: bold;
 }

.heading {
 font-family: Verdana;
 font-size: 12px;
 font-weight: bold;
 color: #ffffff;
 }

