/* %~%@ < 4.001 > @%~% */
/* %~%# < 7/6/2009 > #%~% */
/* %~%! < news4 > !%~% */

.news4HeaderColor {
	background-color: #3366CC;
}
.news4HeaderCellFont, .news4HeaderCellFont a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
}
.news4CellFont, .news4CellFont a {
	font: 12px Arial, Helvetica, sans-serif;
	color: black;
	text-decoration:none;
}
.news4AlignLeft {
	text-align: left;
}
.news4AlignRight {
	text-align: right;
}
.news4AlignCenter {
	text-align: center;
}

.news4MoreDiv {
	display:block;
	text-align:center;
}
/*
----------------------------------------------------------------------------------------------------
  Styles for the news index template
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.n4IndexItem {
margin: 2px 12px 4px 18px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000066;
}
/* Date span */
.n4IndexDate {
	color: #9eb78f;
}
/* Anchor tag */
.n4IndexLink {
	text-decoration: none;
	color: #56606f;
}
.n4IndexLink:hover {
	text-decoration: underline;
	color: #AB4930;
}
/*
----------------------------------------------------------------------------------------------------
  Styles for the news detail template
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.n4DetailDiv {
	font: 16px Arial, Helvetica, sans-serif;
	color: #000000;
		margin-bottom: 85px;
		width:589px;background:url(../../images/successBG.jpg) repeat-y; 
}.n4DetailDiv2 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #000000;
		margin-bottom: 85px;
		
}
/* Headline div */
.n4DetailHeadline {
	font-size:1.125em;
	font-weight: bold;
	text-decoration: none;
	height:42px;
	color: #AB4930;
	padding:40px 40px 0 50px;
	background:url(../../images/successTop.jpg) no-repeat;
}
.n4DetailHeadline2 {
	font-size:1.125em;
	font-weight: bold;
	text-decoration: none;
	color: #AB4930;
}
/* Date at front of headline */
.n4DetailDate {
display:none;
	font-weight: normal;
}
.n4DetailHeadline A {
	text-decoration: none;
	color: #FFFFFF;
}
.n4DetailHeadline A:HOVER {
	color: #FFFFCC;
	text-decoration: underline;
}
/* Container Div for image, byline and body */
.n4DetailMainBody {
	text-align:left;
	padding:0px 30px 10px 50px;
}
.n4DetailMainBody2 {
	text-align:left;
}
.n4DetailImage {
	float:left;
}
.n4DetailByLine {
	display:block;
	font-size: 14px;
	font-weight:bold;
	height:112px;
width:587px;
background:url(/images/successFooter.jpg) no-repeat;
color:#56606F;
text-align:center;
}
.n4DetailByLine2 {
	display:block;
	font-size: 12px;
	font-weight:bold;
}

/* News Body span */
.n4DetailBody {
	font-size: 12px;
	text-align:left;
	text-decoration: none;
}
.n4DetailBody A {
	color: #56606f;
	font-weight: bold;
	text-decoration: underline;
}
.n4DetailBody A:HOVER {
	color: #AB4930;
	text-decoration: none;
}
/*
----------------------------------------------------------------------------------------------------
  Styles for the news home page template
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.n4HPDiv {
	color: #000066;
	margin-bottom: 15px;
}
/* Headline div */
.n4HPHeadline {
	font:.800em Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px;
	text-align:left;
}
/* Date at front of headline */
.n4HPDate {
	color: #56606F;
	font-weight: normal;
}
.n4HPHeadline A {
	text-decoration: none;
	color: #AB4930;
}
.n4HPHeadline A:HOVER {
	color: #56606F;
	text-decoration: underline;
}
/* News Body div */
.n4HPBody {color: #56606F;
	font-size: 12px;
	text-align:left;
	text-decoration: none;
	padding: 2px 2px 2px 25px;
}
.n4HPBody A {
	color: #000066;
	text-decoration: none;
}
.n4HPBody A:HOVER {
	color: #0000FF;
	text-decoration: underline;
}
