
/* page summary content */

/**************************************************************************************
/* update the following classes to change the appearance of the summary content 
/* designer control
/*************************************************************************************/

/* this is the class used on the outside container element for the summary content */
/* html example: <div class="SummaryContent_Wrapper"> */
/* this element is used to avoid the broken box model object in ie6 */
.SummaryContent_Wrapper {
	clear: both;
	margin: 0;
}

/* this is the class used on the inside container element for the summary content */
/* html example: <div class="SummaryContent_Wrapper"><div class="SummaryContent"> */
.SummaryContent {}

.SummaryContent * {
	color: #fff;
	line-height:26px;
	font-size: 12px;
}
.dateCTA {color: #808080; font-family:Arial, Helvetica, sans-serif; font-size:14px;line-height:24px; text-transform:uppercase;margin-bottom:10px;}
.newsHeader {color: #ffffff; font-family:Arial, Helvetica, sans-serif; font-size:21px; margin-bottom:20px;line-height:36px; }
.newsText {color: #808080; font-family:Arial, Helvetica, sans-serif; font-size:14px;line-height:16px;}
