/* =+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+= */
/* CONTENT - TEXT - SPECIFIC TO EACH CONTENT BLOCK - EXPOSED WITHIN AN HTML EDITOR */
/* =+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+= */

/* SITE WIDE LINKS */
#C1 a:link, #C1 a:visited  {color: #BB4534; text-decoration: underline;}
#C1 a:active, #C1 a:hover  {color: #003876; text-decoration: underline;}

/* HEADINGS */
#C1 h1 {font-size:16px; font-weight:bold; color: #003876;}
#C1 h2 {font-size:13px; font-weight:bold; color: #003876;}
#C1 h3 {font-size:12px; font-weight:bold; color: #555555;}
#C1 h4 {font-size:12px; font-weight:bold; color: #555555;}
#C1 h5 {font-size:11px; font-weight:bold; color: #555555;}
#C1 h6 {font-size:10px; font-weight:bold; color: #555555;}

/* TEXT - GENERIC SETTINGS */
#C1 p	{font-size:12px; line-height:18px;}
#C1 li	{display: list-item; font-size:11px; line-height: 18px; list-style-type: square;}

/* TEXT - CUSTOM SETTINGS */
#C1 .TxtAlt         {font-size: 12px; color: #003876; line-height: 17px;}
#C1 .TxtAlt2		{font-size: 11px; color: #BB4534; line-height: 16px;}
#C1 .TxtSmall       {font-size:10px; line-height: 14px; color: #666666;}
#C1 .TxtSmallAlt    {font-size: 9px; color: #999999; line-height: 11px;
}
#C1 .TxtBlack       {font-size: 11px; color: #000000;}
#C1 .TxtBig         {font-size: 13px; color: #003876; font-weight: bold;}
#C1 .TxtBigAlt      {font-size: 12px; color: #BB4534; line-height: 19px; font-style: italic;}
#C1 .TxtBigAlt2     {font-size: 13px; color: #BB4534; font-weight: bold;}
#C1 .TxtSpecialNote {font-size: 11px; color: #CC0000; line-height: 15px;}
