body, html, p, code, div, ul, li, form, table, span, tr, th, td, h1, h2, h3, h4, dl ,dt, dd, input, dl, textarea{
  font-size: 11px;
  font-family:  Arial, Helvetica, Tahoma, Verdana, Geneva, sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

h2{
  font-size: 16px;
  font-weight: normal;
}

h1{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: 10px;
}

table.form th{
  text-align: right;
  font-weight: bold;
}

table.listTable td,
table.listTable th{
  padding: 0px 3px;
}

table.listTable,
table.listTable td,
table.listTable th{
  border-collapse: collapse;
  font-size: 12px;
}

table.transaction{
  width: 80%;
  margin: 0px auto;
}

table.transaction td,
table.transaction th{
  width: 25%;
}

table.transaction .date{
  width: 50%;
}

input.long{
  width: 300px;
}

textarea.small{
  width: 300px;
  height: 50px;
}

ul.regular{
  margin-left:20px;
}

img{
  border: 0px none;
}

a.selected
{
	text-decoration: none;
}
