.left { float: left; }
.right { float: right; }
.clear { clear: both; }

a { text-decoration: none; color: #29638a; }
a:hover { text-decoration: underline; }

.bold { font-weight: bold; }

.font11 { font-size: 11px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px !important; }
.font24 { font-size: 24px; }

.black { color: #000000; }
.pink { color: #d3005a !important; }
.pink1 { color: #d3005d !important; }
.blue { color: #29638a; }

.no_border { border: none !important; }

.lineH1-5 { line-height: 1.5 !important; }