.w100 {
  width:100%;
}

.b {
  font-weight:bold;
}

.b400 {
  font-weight:400;
}

.b500 {
  font-weight:500;
}

.b600 {
  font-weight:600;
}

.i {
  font-style:italic;
}

.l {
  text-align:left;
}

.c {
  text-align:center;
}

.r {
  text-align:right;
}

.justify {
  text-align:justify;
}

.vTop {
  vertical-align:top;
}

.vMiddle {
  vertical-align:middle;
}

.vBtm {
  vertical-align:bottom;
}

.noBorder {
  border:none;
}

.now {
  white-space: nowrap;
}

/******************************************************************************/
/* Font Sizes */
.s6 {
  font-size:6pt;
}

.s7 {
  font-size:7pt;
}

.s8 {
  font-size:8pt;
}

.s9 {
  font-size:9pt;
}

.s10 {
  font-size: 10pt;
}

.s11 {
  font-size:11pt;
}

.s12 {
  font-size:12pt;
}

.s13 {
  font-size:13pt;
}

.s14 {
  font-size:14pt;
}

.s15 {
  font-size:15pt;
}

.s16 {
  font-size:16pt;
}

.s17 {
  font-size:17pt;
}

.s18 {
  font-size:18pt;
}

.s19 {
  font-size:19pt;
}

.s20 {
  font-size:20pt;
}

.s21 {
  font-size:21pt;
}

.s22 {
  font-size:22pt;
}

.s23 {
  font-size:23pt;
}

.s24 {
  font-size:24pt;
}

.s25 {
  font-size:25pt;
}

/******************************************************************************/
/* Font Family Types */
.arial {
  font-family:arial;
}

.verdana {
  font-family:verdana;
}

.lato {
  font-family:Lato;
}

.openSans {
  font-family:"Open Sans";
}

.roboto {
  font-family:Roboto;
}

.white {
  color:#ffffff;
}

.black {
  color:#000000;
}