.body_small   { font-size: small; font-family: Arial }
.bold_small  { font-weight: bold; font-size: small; font-family: Arial }
.italic_small { font-size: small; font-family: Arial; font-weight: normal; font-style: italic; }
.italic_small_red { color: red; font-size: small; font-family: Arial; font-style: italic; font-weight: normal; }
.bold_medium   { font-weight: bold; font-size: medium; font-family: Arial }
.bold_italic_medium { font-size: medium; font-family: Arial; font-weight: bold; font-style: italic; }
.bold_small_purple { color: purple; font-size: small; font-family: Arial; font-weight: bold; }
.bold_medium_purple { color: purple; font-size: medium; font-family: Arial; font-weight: bold; }
.bold_small_white { color: white; font-size: small; font-family: Arial; font-weight: bold; }
.bold_medium_white { color: white; font-size: medium; font-family: Arial; font-weight: bold; }
.body_xsmall { font-size: x-small; font-family: Arial }
.body_xxsmall { font-size: xx-small; font-family: Arial; }
.bold_xsmall { font-size: x-small; font-family: Arial; font-weight: bold; }
.italic_xsmall { font-size: x-small; font-family: Arial; font-weight: normal; font-style: italic; }
.bold_xxsmall { font-size: xx-small; font-family: Arial; font-weight: bold; }
.bold_large { font-size: large; font-family: Arial; font-weight: bold; }
