

.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }

.valign-top { vertical-align: top; }
.valign-middle { vertical-align: middle; }
.valign-bottom { vertical-align: bottom; }

.bg-red { background: #df0015; }
.bg-green { background: #00ff00; }
.bg-lgrey { background: #eeeeee; }
.bg-dbrown { background: #2a2627; }
.bg-white { background: #ffffff; }
.bg-mustard { background: #a2a026; }
.bg-lmustard { background: #a19d2d; }

.normal { font-weight: normal; }
.bold, .strong { font-weight: bold; }

.white { color: #ffffff; }
.dblue { color: #21578A; }
.dgrey { color: #58595b; }
.lgrey { color: #c9c8c8; }
.green { color: #7AB800; }
.red { color: #911f1f; }
.black { color: #000000; }
.mustard { color: #a2a026; }
.lmustard { color: #a19d2d; }
.dbrown { color: #2a2627; }

.font-size10 { font-size: 10px; }
.font-size11 { font-size: 11px; }
.font-size12 { font-size: 12px; }
.font-size14 { font-size: 14px; }
.font-size16 { font-size: 16px; }
.font-size18 { font-size: 18px; }
.font-size18 { font-size: 18px; }
.font-size20 { font-size: 20px; }
.font-size24 { font-size: 24px; }
.font-size22 { font-size: 22px; }
.font-size30 { font-size: 30px; }
