/* =+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+=+=+=+=+=+=+=+=+=

CONTENT - TEXT - SPECIFIC TO EACH CONTENT BLOCK - EXPOSED WITHIN AN HTML EDITOR 

This stylesheet is used by the front page. Once completed, we need to copy all the styles
to content2_admin.css and remove #C2 prefix so they will work with Content Editable Div in the admin

=+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+=+=+=+=+=+=+=+=+= */

/* SITE WIDE LINKS */
#C2 a:link, #C2 a:visited  {color: #FF6600; text-decoration: underline;}
#C2 a:active, #C2 a:hover  {color: #425D91; text-decoration: underline;}

/* HEADINGS */
#C2 h1 {font-size:15px; line-height:15px; font-weight:bold}
#C2 h2 {font-size:14px; font-weight:bold; color: #3366CC;}
#C2 h3 {font-size:12px; font-weight:bold; color: #3366CC;}
#C2 h4 {font-size:12px; font-weight:bold; color: #3366CC;}
#C2 h5 {font-size:12px; font-weight:bold; color: #3366CC;}
#C2 h6 {font-size:12px; font-weight:bold; color: #3366CC;}

/* TEXT - GENERIC SETTINGS */
#C2 p	 {font-size:11px; line-height:15px;}
#C2 li {display: list-item; list-style:disc; list-style-position: inside; font-size:10px;}

/* TEXT - CUSTOM SETTINGS */
#C2 .TxtAlt         {font-size: 11px; color: #333333; padding: 10px 20px 10px 20px; background-color: #FCF9E6; border: 1px solid #E2E5DE; line-height: 15px;}
#C2 .TxtSmall       {font-size:10px; line-height:14px; color: #666666;}
#C2 .TxtSmallAlt    {font-size: 11px; color: #333333; padding: 10px 5px 10px 5px; background-color: #FCFCF8; border: 1px solid #E2E5DE;}
#C2 .TxtBlack       {font-size: 11px; color: #000000;}
#C2 .TxtBig         {font-size: 12px; color: #666666;}
#C2 .TxtBigAlt      {font-size: 12px; color: #384F7B;}
#C2 .TxtSpecialNote {font-size: 11px; color: #CC0000; line-height: 15px;}


