/* =+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+=+=+=+=+=+=+=+=+=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.It also needs to be copied to the Master.css file, so all places use the same basic font styles=+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+==+=+=+=+=+=+=+=+=+=+=+= *//* SITE WIDE LINKS */#C1 a:link, #C1 a:visited  {color: #336699; text-decoration: underline;}#C1 a:active, #C1 a:hover  {color: #ff6600; text-decoration: underline;}/* HTML TAGS - General Text */#C1 p			{font-size:11px; line-height:15px;}#C1 ul li		{display: list-item; list-style:disc; list-style-position: outside; font-size:11px; line-height:15px;}#C1 ol li		{list-style-position: outside; font-size:11px; line-height:15px;}#C1 hr 			{color: #999999;}/* HEADINGS */#C1 .Head1 {font-size:15px; font-weight:bold; color: #000000; line-height:20px;}#C1 .Head2 {font-size:14px; font-weight:bold; color: #000000;}#C1 .Head3 {font-size:12px; font-weight:bold; color: #336699;}/* TEXT - CUSTOM SETTINGS */#C1 .Text1			{font-size: 11px; color: #868686;}#C1 .Text2			{font-size: 11px; color: #000000;}#C1 .Text3			{font-size: 11px; color: #999999; font-style: italic;}#C1 .TextSml1		{font-size: 10px; color: #666666; line-height:14px;}#C1 .TextSml2    	{font-size: 11px; color: #666666;}#C1 .TxtSpecialNote {font-size: 11px; color: #cc0000; line-height: 15px;}.FeaturedItem		{background-color:#E6F7DE; padding:12px; color:868686;}/* TEXT EDITOR STYLES*/#C1 .CrossHead 			{font-size:13px; font-weight:bold; color: #000000;}#C1 .PlainText			{font-size: 11px; color: #666666; line-height: 15px;}#C1 .PullQuote			{font-size: 13px; color: #999999; lineheight: 20px;}#C1 .TextSml			{font-size: 10px; color: #666666; line-height:14px;}/* TABLES */#C1 .TableHead		{font-size:14px; font-weight:bold; color: #000000; background-color: #f4f5f5;}#C1 .TableSubHead	{font-size:11px; color: #000000; background-color: #cccccc;}#C1 .TableCell		{font-size:11px; color: #000000; background-color: #ffffff;}#C1 .TableBorder	{border:1px solid #f4f5f5;}