Consider decompositions of an 8×88 \times 8 chessboard into pp non-overlapping rectangles subject to the following conditions:

(i) Each rectangle has as many white squares as black squares.

(ii) If aia_i is the number of white squares in the ii-th rectangle, then a1<a2<<apa_1 < a_2 < \cdots < a_p. Find the maximum value of pp for which such a decomposition is possible. For this value of pp, determine all possible sequences a1,a2,,apa_1, a_2, \ldots, a_p.