/* main heading */
h1.kik {
  padding: 0;
  margin: 0px;
  color: #346fa3;
  font-family: arial;
  font-size: 21px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* sub heading */
h2.kik {
  color: #3c9338;
  font-family: arial; 
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  margin-bottom: -7px;
  margin-top: 25px
  
}

h2.kikBlack {
  color: #000000;
  font-family: arial; 
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  margin-bottom: -7px;
  margin-top: 25px
  
}

/* smalltype */
h3.kik {
  color: #51514f;
  font-family: arial;
  font-size: 9px;
  line-height: 13px;
}

/* boldtype */
h4.kik {
  color: black;
  font-family:arial;
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
  
}

/* pullquote */
h5.kik {
  color: black;
  font-family:arial;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px
}

p.kik {
  color: black;
  font-family: arial;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px
  
}

/* bullets */
ul.kik {
  margin: 0;
  padding: 0;
  list-style-image:url(/images/green_bullet.png);
  color: black;
  font-family: Arial, Verdana, sans-serif; 
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  margin-left: 15px;
}

li.kik {
  list-style-image:url(/images/green_bullet.png);
  color: black;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-style: normal;
  margin-left: -24px;
  margin-bottom: 5px;
}


/* links */
a.kik {
  text-decoration:underline;
  color: #5278AB;
  font-family: arial;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px; 
}
a.kik:hover {
  text-decoration:underline;
  color: #F26521;
  font-family: arial;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;  
}

a.kikinternal {
  text-decoration:none;
  color: #063f86;
  font-family: arial;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;  
}
a.kikinternal:hover {
  text-decoration:underline;
  font-family: arial;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

a.kikexternal {
  text-decoration:none;
  color: #063f86;
  font-family: arial;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
a.kikexternal:hover {
  text-decoration:underline;
  font-family: arial;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}



ol.kiknumberList {
  color: black;
  font-family: arial;
  font-size: 12px;
  line-height: 17px;
}

