@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #dbe3cd;
}

.blackrule1 {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: black; 
  padding: 0px; 
}

.blackrule2 {
  border-top-width: 2px;
  border-top-style: solid;
  border-color: black; 
  padding: 0px;
}

.blackrule3 {
  border-top-width: 3px;
  border-top-style: solid;
  border-color: black; 
  padding: 0px;
}

.righttabl {width: 100%; border: 0px solid blue; display: table;}
.row {height: 0px; display: table-row; text-align: left;}
.cell {border: 0px solid black; display: table-cell; text-align: left;}

