@charset "UTF-8";
/* CSS Document */
table {
	width: 100%;
	}
table th,
table td {
	padding: 8px 5px;
	border-bottom: solid 1px #DDD;
	vertical-align: top;
	}
	
table th {
	}

p {
   margin-bottom: 0px;
   margin-top: 0px;
   padding-bottom:0px;
   padding-top:0px;
  }
