/*
#DC006B - News		(pink)
*/

/*
BODY	{
	background-image: url(/_assets/images/news/background.gif) !important;
}

#primary	{
		padding-top: 75px;
		padding-bottom: 35px;
}
*/

#primary #lhs-bar UL LI.year-end	{
}
#primary #lhs-bar UL LI A.active	{
}
/*#primary #lhs-bar UL LI A:hover	{
	color: #FFB3D7;
}*/
#primary #content	A {
}

#primary #content H3	{
	color: #DC006B;
}

#primary #content	{
}

#primary .list-article	{
	width: 370px;
	margin-top: 0px;
	margin-bottom: 30px;
/*
	cursor: pointer;
*/
}
#primary .list-article H2	{
	font-size: 9pt;
	border-bottom: 1px solid #ED5B00;
	margin-top: 0;
	margin-bottom: 0.5em;
	color: #707070;
}
#primary .list-article H1	{
	margin: 0;
	background-repeat: no-repeat;
	background-position: -2px 0px;
	width: 291px;
	font-size: 10pt;
	color: #707070;
}
#primary .list-article H1.oneline		{	height: 15px;	}
#primary .list-article H1.twolines		{	height: 32px;	}
#primary .list-article H1.threelines	{	height: 49px;	}

#primary .list-article H1 SPAN	{
	display: none;
}
#primary .list-article H1 SUP	{
	font-size: 7pt;
}
#primary .list-article	P	{
	margin-top: 0;
	margin-bottom: 0.25em;
}
#primary .list-article .thumbnail	{
	float: right;
	margin-left: 15px;
}


/*The following declarations are for articles only */
#container #primary .article	{
/* Slight horrid; we add #container to raise this rule's priority */
	width: 580px;
	width: 550px;
		width: 370px;

	margin-bottom: 1.5em;
}
#primary .article H2	{
	font-size: 7pt;
	border-bottom: 1px solid #DC006B;
	margin-top: 0;
	margin-bottom: 0.5em;
}
#primary .article H1	{
	margin: 0;
	margin-bottom: 0.75em;
	background-repeat: no-repeat;
	background-position: -2px 0px;
	width: 291px;
}
#primary .article H1.oneline		{	height: 15px;	}
#primary .article H1.twolines		{	height: 32px;	}
#primary .article H1.threelines	{	height: 49px;	}

#primary .article H1 SPAN	{
	display: none;
}

#primary .article	P	{
	margin-top: 0;
	margin-bottom: 0.75em;
}

#primary .article	.linkdomain	{
	color: #5F5F5F;
}


#primary .article	.illustration	{
	background-repeat: no-repeat;
/* PA: For free-standing illustations... */
	padding-bottom: 10px;	/* A little spacing on the bottom... */
	clear: both;					/* Explictly disallow text to wrap ... */
	margin: 0 auto;				/* and centre the illustraion */
}
#primary .article	.illustration	P.hide	{
	display: none;
}
#primary .article	.illustration P.caption	{
	font-weight: bold;
	font-size: 7pt;
	font-family: Century Gothic, Arial, Trebuchet, Trebuchet MS, san-serif;
	line-height: 9pt;
	margin-top: 5px;
}
#primary .article	.illustration-left,
#primary .article	.illustration-right	{
/* For left/right aligned illustrations, override the free-standing settings */
	padding-bottom: 0px;
	clear: none;
	margin: 0px 0px;
}
#primary .article	.illustration-left	{
	float: left;
	margin-right: 10px;
}
#primary .article	.illustration-right	{
	float: right;
	margin-left: 10px;
}
