#main {
	width: 690px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
}
#main h1 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
}
#main table {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#main th {
	color: #18067B;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding: 2px;
	margin: 0px;
	border: 0px solid #ccebee;
	background-color: #ccebee;
}
#main td {
	padding: 2px;
	margin: 0px;
	text-align: left;
}
#main td.totalNeeded {
	text-align: right;
	background-color: #18067B;
	color: #ccebee;
	font-weight: bold;
	text-transform: uppercase;
}
#main td.total {
	text-align: left;
	background-color: #18067B;
	color: #ccebee;
	font-weight: bold;
	text-transform: uppercase;
}
#main td.creditsHave {
	text-align: right;
	color: #1B80B4;
	font-weight: bold;
}
#main td.credits {
	text-align: left;
	color: #1B80B4;
	font-weight: bold;
	text-transform: uppercase;
}
#main p {
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #ccebee;
}
