a:link {
	color: #9C2401;
	text-decoration: none;
}
a:hover {
	color: #9C2401;
	text-decoration: underline;
}
a:active {
	color: #9C2401;
	text-decoration: underline;
}
a:visited {
	color: #9C2401;
	text-decoration: none;
}
.feat-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
}
 /* title of cover story on the homepage */
 
.feat-subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: none;
	color: #333333;
	font-weight: bold;
}
 /* subtitle of cover story on the homepage */
 
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: normal;
}

blockquote {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:oblique;
	color: #333333;
	line-height: normal;
}
 /* generic paragraph style */
 
.coverstory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
}
 /* gray cover story title on homepage */
 
p.cover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
 /* paragraph style for cover story blurb on the homepage */

.hp-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
 /* title style for stories on homepage */
 
.hp-subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
 /* subtitle style for stories on homepage */

.hp-thumbs {
	text-align: left;
	padding-right: 5px;
	padding-bottom: 30px;
}

.issueDate{
	padding: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}
 
h3.generic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6633;
	font-weight: bold;
}
 /* style for title of informational pages; orange color */
 
table.generic {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	
}
 /* style for tables */

table.article {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border-color: #666666;
}

 /* style for tables in articles */

td.caption {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666699;
}

 /* style for caption within tables */
 
 td.sm {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #33333;
}

 /* style for tables with small, gray text */

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	
}
/* style for all lists */

li.generic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	
}
/* style for lists */

.artsubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
/* style for article subtitles */

.arttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
/* style for article titles */

.byline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
/* style for article bylines*/.guidesubh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
