/* Style Cobalt */

/* Body */

body { color: #000000; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0;}

/* ##################### User Added Sytles ##################### */

.regulartext {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
}

.regulartextitalic {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
  font-style       : italic;
}

.regulartextbold {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : bold;
}

.regulartextbolditalic {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : bold;
  font-style       : italic;
}

.regulartextorange {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #CC6600;
  text-decoration  : none;
  font-weight      : normal;
}

.regulartextorangebold {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #CC6600;
  text-decoration  : none;
  font-weight      : bold;
}

.regulartextboldgrey {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 14px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : bold;
}

.regulartextboldgreyitalic {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : bold;
  font-style       : italic;
}

.smalltextorange {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #CC6600;
  text-decoration  : none;
  font-weight      : normal;
}

.smalltextblack {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
}

.contentheading {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 13px;
  font-weight      : normal;
  color            : #000000;
  text-align       : left;
  border-bottom    : 1px solid #999;
  width            : 100%;
}

.contentheadingmedium {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 14px;
  font-weight      : normal;
  color            : #000000;
  text-align       : left;
  border-bottom    : 1px solid #999;
  width            : 100%;
}

.contentheadinglarge {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 16px;
  font-weight      : normal;
  color            : #000000;
  text-align       : left;
  border-bottom    : 1px solid #999;
  width            : 100%;
}

.pathway {
  color            : #F0F0F0;
}

a.pathway:link, a.pathway:visited {
  color            : #8CA0B4;
  font-weight      : normal;
}

a.pathway:hover {
  color            : #F0F0F0;
  font-weight      : normal;
}

a:link, a:visited {
  font-size        : 11px;
  color            : #000066;
  text-decoration  : underline;
  font-family      : Arial, Helvetica, sans-serif;
}

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



    .article_title                  { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; }
    .article_text                   { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
	.article_text_bold              { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
	.article_text_italic            { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic; }
