﻿#NewsSummary
{
	padding-left: 5px;
	padding-right: 5px;
	height: 240px;
	width: 460px;
	text-align: left;
	margin-left: 25px;
	margin-right: 25px;
}
#NewsSummary H2
{
	padding: 0px;
	margin: 0px;
	padding-top: 25px;
	color: #ffffff;
	font-family: Verdana;
	font-weight: normal;
	font-size: 25px;
	font-style: normal;
}

#NewsSummary .SepLine
{
	width: 100%;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #666666;
	height: 20px;
	margin-top: 10px;
}

#NewsSummaryGraphic
{
	visibility: hidden;
}


#NewsSummary A:link, #NewsSummary A:visited, #NewsSummary A:Active
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
}

#NewsSummary a:hover
{
	cursor: hand;
}

#NewsSummary span.NewsHeading
{
	color: #fdfdfd;
	font-family: Verdana;
	font-weight: normal;
	font-size: 13px;
	font-style: normal;
	margin-bottom: 5px;
	margin-left: 0px;
}
#NewsSummary span.NewsText
{
	overflow: hidden;
	clip: rect(2px, auto, 2px, auto);
	display: block;
	height: 62px;
	color: #aaaaaa;
	font-family: Verdana;
	font-weight: normal;
	font-size: 13px;
	font-style: normal;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 15px;
}
#NewsSummary span.ReadMore
{
	background-position: left center;
	background-image: url(../Images/Content/Arrow.jpg);
	font-family: Verdana, Georgia, Arial, Helvetica, sans-serif;
	color: #a90d0d;
	font-weight: bold;
	font-size: 11px;
	font-style: normal;
	float: Left;
	background-repeat: no-repeat;
	padding-left: 15px;
}

