/* =+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+=+=+=+=+=+=+=+=+=

CONTENT - TEXT - SPECIFIC TO EACH CONTENT BLOCK - EXPOSED WITHIN HTML FRONT PAGE

This stylesheet is used by the front page. Once completed, we need to copy all the styles
to content1_admin.css and remove #C1 prefix so they will work with Content Editable Div in the admin.

=+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+=+=+=+=+=+=+=+=+= */

/* SITE WIDE LINKS */
#C1 a:link, #C1 a:visited  {color: #425D91; text-decoration: underline;}
#C1 a:active, #C1 a:hover  {color: #FF6600; text-decoration: underline;}

/* HEADINGS */
#C1 h1 {font-size:15px; line-height:15px; font-weight:bold; color: #344B67;}
#C1 h2 {font-size:14px; font-weight:bold; color: #344B67;}
#C1 h3 {font-size:12px; font-weight:bold; color: #344B67;}
#C1 h4 {font-size:11px; color: #344B67;}
#C1 h5 {font-size:10px; font-weight:bold; color: #344B67;}
#C1 h6 {font-size:9px; font-weight:bold; color: #344B67;}

/* TEXT - GENERIC SETTINGS */
#C1 p		{font-size:12px; line-height:15px;}
#C1 ul li	{display: list-item; list-style:disc; list-style-position: outside; font-size:12px; line-height:15px;}
#C1 ol		{list-style-position: outside; font-size:12px; line-height:15px;}

/* TEXT - CUSTOM SETTINGS */
#C1 .TxtAlt 		{font-size: 12px; color: #333333; line-height: 15px;}
#C1 .TxtSmall       {font-size:11px; line-height:14px; color: #666666;}
#C1 .TxtSmallAlt    {font-size: 11px; color: #999999;}
#C1 .TxtBlack       {font-size: 12px; color: #000000;}
#C1 .TxtBig         {font-size: 13px; color: #666666;}
#C1 .TxtBigAlt      {font-size: 13px; color: #384F7B;}
#C1 .TxtSpecialNote {font-size: 12px; color: #CC0000; line-height: 15px;}
