<style type="text/css">
			.ucp_cell {
				text-align: center;
				background: #7ec3ff;
				font-size: 10px;
				font-family: arial, helvetica, verdana, sans-serif;
				cursor: pointer;
				cursor: hand;
				border-bottom: 1px solid #256087;
				color: black;
			}
			.ucp_sell {
				text-align: center;
				background: #b0daff;
				font-size: 10px;
				font-family: arial, helvetica, verdana, sans-serif;
				cursor: pointer;
				cursor: hand;
				border-bottom: 1px solid #256087;
				color: black;
			}
			.ucp_bodycell {
				border-bottom: 1px solid #256087;
				border-right: 1px solid #256087;
				font-size: 10px;
				font-family: arial, helvetica, verdana, sans-serif;
				color: black;
			}
			.ucp_table {
				border-top: 1px solid #256087;
				color: black;
			}
			.ucp_table2 {
				border-left: 1px solid #256087;
				color: black;
			}
			.ucp_divider{
				border-left: 1px solid #256087;
				border-bottom: 1px solid #256087;
				color: black;
			}
		</style>