You can use two GREP styles as part of the paragraph style, or use the same expressions in Find/Change:
For the $ use either \$ or [$] and for the cents use (?<=\d\.)\d\d (that's a positive look-behind for a digit and decimal point, then two digits).