/* RESETS */

p, h1, h2, h3, h4, h5, li, ol, ul {
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------------------------------------------------ ARTICLE TOOLBAR */

#ArticleTools {
	float:right;
	margin-top:5px;
	font-family:arial,helvetica,sans-serif;
	font-size:10px;
	color:#898989;
}

#emailArticle, #printArticle, #downloadArticle { vertical-align:middle; padding:0px 5px 1px 5px; }

#article_downloadPDF { display:none; }

.downloadPDF { font-family:trebuchet ms,verdana,arial,sans-serif;font-size:9px;color:#E84A4A; }

a.articleTools, a.articleTools:link, a.articleTools:visited { color:#898989; text-decoration: none; }
a.articleTools:hover, a.articleTools:visited:hover { color: #f78f1e; text-decoration: none; }	

/* ------------------------------------------------------------------------------------------------------ HEADERS */

h1 {
	padding:4px 0px 0px 0px;
	font-family: "trebuchet ms",arial, helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#7b7b7b;
}

h2 {
	font-family: "trebuchet ms",arial, helvetica, sans-serif;
	font-size: 15px;
	color:#7b7b7b;
	font-weight: bold;
	line-height: 18px;
	padding: 0px 30px 5px 0px;
}

.byline {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #f7b32b;
	padding: 5px 0px 10px 0px;
	border-top:1px solid #f7b32b;
}

h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	line-height: 18px;
	padding: 5px 30px 5px 0px;
}
h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	padding: 5px 30px 5px 0px;
}

/* ------------------------------------------------------------------------------------------------------ PARAGRAPHS */

p {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	padding: 4px 0;
	text-align: justify;
}

.pIndent {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	padding: 4px 90px 4px 60px;
	text-align: justify;
}

li {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	padding: 4px 0px 4px 0px;
}

/* ------------------------------------------------------------------------------------------------------ FOOTNOTES */

div#footnotes { margin:20px 0;}
div#noteline { width:100px; height:1px; border-top:1px solid #666666; padding-bottom:4px; }

div#footnotes p {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 150%;
	padding: 0;
}

a.note, a.note:link, a.note:visited { color: #464646; text-decoration: none;font-weight:bold; }
a.note:hover, a.note:visited:hover { color: #0000ff; text-decoration: underline;font-weight:bold; }

a.articleLink { color: #3d7abf; text-decoration: none; }
a.articleLink:link { color: #3d7abf; text-decoration: none; }
a.articleLink:visited { color: #3d7abf; text-decoration: none; }
a.articleLink:hover { color: #ff9900; text-decoration: none; }
a.articleLink:visted:hover { color: #ff9900; text-decoration: none; }

/* ------------------------------------------------------------------------------------------------------ FOOTER */

/* FOOTERCONTAINER */
	.FooterContainer {
		clear:both;
		border-top:1px solid #7b7b7b;
		height:35px;
		padding: 5px 0px 0px 0px;
		font-family:arial, helvetica, sans-serif;
		font-size:10px;
		color:#666666;
		background-color: #ffffff;
	}
	
	#printFooter { display:none; }
	.FooterContainer { font-style:normal; }
	.FooterDivider { font-size:12px; color:#f78f1e; }
	a.footer, a.footer:link, a.footer:visited { color: #555555; font-size:11px; font-weight:bold; text-decoration: none; }
	a.footer:hover, a.footer:visited:hover { color: #f78f1e; font-size:11px; font-weight:bold; text-decoration: none; }

	a.fLink, a.fLink:link { color: #666666; font-size:11px; text-decoration: none; }
	a.fLink:hover, a.fLink:visited:hover { color: #f78f1e; font-size:11px; text-decoration: none; }
	a.fLink:visited { color: #666666; font-size:11px; text-decoration: none; }
