@charset "utf-8";
/* Stylesheet specific to Talisman
   ---------------------------------------------- */
/* This stylesheet is where changes should be made. */



.note {
	font-weight:normal;
	font-size:smaller;
}

.left {
	text-align:left;
}
.right {
	text-align:right;
}

.center {
	text-align:center;
}

.table-one th {
  width:50%;
}

.table-one td {
	padding-bottom:15px;
	padding-top:55px;
}

.table-one tr {
  vertical-align:top;
}

