/* Sequent CSS Document */

/* 	Colors - 
	Link Gray - #747B86
	Orange Text/Hover - #F9B008
	Background - #363636
	
	*/

/*	FONT STYLES */

.pageheading {
	padding-top: 5px;
	color: #f9b008;
	font-size: 40px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	}
	
.articleheading {
	color: #f9b008;
	font-size: 30px;
	line-height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	}	

.detailheading {
	color: #f9b008;
	font-size: 16px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold
	}		

.heading-gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #828a8f;
	line-height: 26px
	}
	
.heading-orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f9b008;
	line-height: 26px
	}
	
.heading-PES {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #f9b008;
	line-height: 22px
	}		
	
.subheading-orange1 {
	color: #f9b008;
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold
	}
	
.subheading-orange1 a:link, 
.subheading-orange1 a:visited,
.subheading-orange1 a:active,

a.subheading-orange1:link,
a.subheading-orange1:visited,
a.subheading-orange1:active {
	color: #f9b008;
	text-decoration: none
	}

.subheading-orange1 a:hover, 
.subheading-orange1 a:visited:hover,

a.subheading-orange1:hover,
a.subheading-orange1:visited:hover
 {
	color: #828a8f;
	text-decoration: underline
	}
	
.subheading-orange2 {
	color: #f9b008;
	font-size: 12px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold
	}

.subheading-gray1 {
	color: #828a8f;
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif
	}
	
.graytext {
	color: #828a8f;
	}
	
.orangetext {
	color: #f9b008
	}
	
.quote {
	color: #f9b008;
	font-style:italic;
	font-size: 14px;
	font-family: Georgia, Serif;
	line-height: 18px;
	}	
	
.orangecallout {
	color: #f9b008;
	font-size: 20px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold
	}
	
.orangecallout a:link, .orangecallout a:visited, .orangecallout a:active,
a.orangecallout:link, a.orangecallout:visited, a.orangecallout:active
  {
	color: #f9b008;
	text-decoration: none
	}

a.orangecallout:visited, a.orangecallout:active  {
	color: #828a8f;
	text-decoration: underline
	}