/* Credit Application CSS Definitions */

table {
	border: solid black 1px;
	border-collapse: collapse;
}

td, th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: solid black 1px;
}

td {
	text-align: left;
}

th {
	text-align: center;
	font-weight: bold;
}

th.left {
	text-align: left;
	font-weight: bold;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-size: 9px;
}

