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

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

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

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

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

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

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

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

li.kikbullets {
  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.ctip {
  text-decoration:underline;
  color: #5278AB;
  font-family: arial;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px; 
}
a.ctip:hover {
  text-decoration:underline;
  color: #F26521;
  font-family: arial;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;  
}

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

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



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

