.h_5 {
  height: 5px; }

.h_10 {
  height: 10px; }

.h_15 {
  height: 15px; }

.h_20 {
  height: 20px; }

.h_25 {
  height: 25px;
  width: 10px; }

.bold {
  font-weight: bold; }

.c {
  clear: both; }

.cl {
  clear: left; }

.cr {
  clear: right; }

.float_left {
  float: left; }

.float_right {
  float: right; }

.orange {
  color: #CF4A05; }

.blue {
  color: #014F87; }

img {
  border: 0px; }

.font15dark {
  color: #151419;
  font-size: 15px; }

.white_background {
  background-color: white; }

.padding_10 {
  padding: 10px; }

.padding_10_r {
  padding: 10px 0px 10px 10px; }

.padding_10_l {
  padding: 0px 0px 0px 10px; }

.no_bold {
  font-weight: normal; }

.font12 {
  font-size: 12px; }

.font_11 {
  font-size: 11px; }

.font_14 {
  font-size: 1.4em; }

.font_16 {
  font-size: 1.6em; }

.font_18 {
  font-size: 1.8em; }

.bold {
  font-weight: bold; }

.short_text {
  font-style: italic; }

.center {
  text-align: center; }

.red {
  color: red; }

.white {
  color: white; }

.brown {
  color: #eeeeee;
  font-size: 15px; }
  .brown a {
    color: white;
    text-decoration: underline; }

.hidden {
  display: none; }

.underlined a {
  border-bottom: 1px solid #3194C0; }
