.error
{
  color: red;
  font-weight: bold;
}

.successCode
{
  color: green;
  font-weight: bold;
}

.align-left
{
	text-align: left;
}

.table-align
{
	text-align: center;
	width: 100%;
}