/* CSS Document */
/*article formatting*/

img {border: none;}
p {
	font-size: 14px; 
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	text-decoration: none;
	color: #27302D;
	line-height : 120%;
	text-indent : 0;
	padding: 0 0 0 0;
	}
	
.pageTitle {
 font-family:Arial, Helvetica, sans-serif;
 font-size: 18px;
 color: #1c494e;
 font-weight: bold;
 padding: 0 0 0 0;
 margin-top: 8px;
 }
 
 .articleHeader {
	font-size: 20px; 
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	color: #1c494e;
	line-height : 120%;
	text-indent : 0;
	padding: 0 0 0 0;
	}	
	
a.articleHeader:active {color: #1c494e; text-decoration: underline;}
a.articleHeader:link 	{color: #1c494e; text-decoration: underline;}
a.articleHeader:visited {color: #1c494e; text-decoration: underline;}
a.articleHeader:hover {color: #B52D00; text-decoration: underline;}	

.articleNav {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
}

a.articleNav:active {color: #333; text-decoration: underline;}
a.articleNav:link 	{color: #333; text-decoration: underline;}
a.articleNav:visited {color: #333; text-decoration: underline;}
a.articleNav:hover {color: #B52D00; text-decoration: underline;}	

.articletext {
		font-size: 13px; 
		font-family: "Times New Roman", Times, serif;
		text-decoration: none;
		color: #333333;
		line-height : 120%;
		text-indent : 0px;
		text-align:left;

	}
	.articlesup {
		font-size: 9px; 
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #26484C;
		line-height : 100%;
		text-indent : 0px;
		
	}
.pullquote {
		font-size: 20px; 
		font-family: "Times New Roman", Times, serif;
		text-decoration: none;
		color: #1c494e;
		font-weight: bold;
		letter-spacing : 1px;
		font-style : italic;
		line-height : 120%;
	}
	
	.pullquotesmall {
		font-size: 16px; 
		font-family: "Times New Roman", Times, serif;
		text-decoration: none;
		color: #1c494e;
		font-weight: bold;
		letter-spacing : 1px;
		font-style : italic;
		line-height : 120%;
	}
	
	.tabletext {
		font-size: 12px; 
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #333;
		line-height : 100%;
		text-indent : 0px;
	}
	
	.footnotes {
	margin-left : 2 em;
	margin-right : 1 em;
	margin-bottom : 0em;
	color: #333333;
	line-height : 13pt;
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
		padding-bottom : 12px;
	text-align:left;
	
	}
	
	.references {
	margin-left : 0 em;
	margin-right : 0 em;
	margin-bottom : 0em;
	margin-top : 0em;
	color: #333;
	line-height : 13pt;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-bottom : 8px;
	text-indent : 0px;
	padding : 0px;
	}
/* end Article Formatting*/		


