/* CSS Document */

table { width: 100%; border-collapse: collapse; }
table td { border: none; padding: 0; margin: 0; }
p.text-center, div.text-center, td.text-center { text-align: center; }
p.text-right, div.text-right, td.text-right { text-align: right; }

ul.noliststyle { list-style-type: none; }