

.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; }

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

.white { color: #ffffff; }
.dblue { color: #21578A; }
.dgrey { color: #858585; }
.lgrey { color: #c9cdce; }
.green { color: #7AB800; }
.red { color: #CC0000; }
.black { color: #000000; }

.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; }

