.tableTop {
	background-color: BFCAE2;
	border: 2px solid BFCAE2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;

}
.tableBody {
	background-color: #FFFFFF;
	border: 2px solid BFCAE2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;

}
.tableBorder {
	border: 2px solid #FFFFFF;
}
.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.formButton {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCCC;
	border: 4px double bfcae2;

}
.list {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: square;
	padding-bottom: 3px;
	list-style-position: outside;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	background-color: 809CC9;
	border: 2px solid #FFFFFF;
	padding: 5px;


}
