/* TYPOGRAPHY */
/*CONTENTNEWS---------------------------------*/
#content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* headers and headlines */
#content h1, #content h2,
#content h3, #content h4,
#content h5, #content h6 {
	margin-top: 1.2em;
	margin-bottom: .3em;
}

#content h1 {
	font-size: 24px;
	margin-top:0.4em;
	color: #0000A0;
}
#content h1.urgent {
	font-size: 24px;
	margin-top:0.4em;
	color: #FF0000;
}
#content h1.statement {
	font-size: 34px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	margin: 0;
}
#content h1.muted {
	font-size: 24px;
	margin-top:0.4em;
	color: #000064;
}

/*h1 modifiers*/
#content span.by {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#content span.kicker {
	font-size: 14px;
	color: #CC0000;
}
#content span.topic {
	font-size: 12px;
	color: #CC0000;
}

#content hr {
	clear:both;
}
#content h2 {
	font-size: 20px;
}
#content h2.muted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-top:0;
	color: #423FC0;
}
#content h2.urgent {
	font-size: 20px;
	color: #FF0000;
}
#content h2.urgentl2 {
	font-size: 20px;
	color: #000080;
}
#content h3 {
	font-size: 14px;
	color: #8E99B9;
}
#content h3.byline {
	font-size: 14px;
	color: #cc0000;
	font-weight: normal;
}

/*other page-top items */
/* smaller - or for line under main headline */
#content .subheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #CC0000;
	margin-top:.4em;
}
#content h1.muted .subheadline {
	font-family: Arial, Helvetica, sans-serif;
	color: #423FC0;
}

/* teasers, story lead-ins */
#content p.deck, #content p.deck em {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 16px;
	font-weight: normal;
}
#content p.storyintro, #content p.storyintro em,
#content p.introcredit, #content p.introcredit em {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000057;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 1em;
	margin-right: 10px;
	text-indent: -10px;
}
#content p.introcredit, #content p.introcredit em {
	text-align:right;
	margin-top: 0;
	margin-bottom: .4em;
}

/* typically reserved for major "chunks" in an article*/
/* larger than subhead; smaller than subheadline */ 
#content h4 {font-size: 12px;}

/*Used as subheads*/
#content h5 {font-size: 10px;}

/*used as captions*/
#content h6 {font-size: 8px;}

/* body text */
#content p, #content ul, #content ol, #content a, #content .subhead {
	font-size: 13px;
	margin-top: 1.2em;
	margin-bottom: .3em;
}
/* story lead-ins */
#content p.storytop, #content p.storytop em {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 15px;
	font-weight: bold;
}
#content p.storyintro, #content p.storyintro em,
#content p.introcredit, #content p.introcredit em {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000057;
	font-size: 14px;
	margin-left: 10px;
	margin-top: .5em;
	margin-right: 10px;
}
#content p.introcredit, #content p.introcredit em {
	text-align:right;
	margin-bottom: .5em;
}

/* on this page */
/* (not sidebar) */
#content .onpage li, 
#content .relatedlinks li {
	font-weight: bold;
	list-style-type: square;
	color: #0000A0;
}
#content .onpage li a,
#content .relatedlinks li a {
	font-weight: normal;
	list-style-type: square;
}
/* body text variants */
#content p.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000A0;
	font-size: 13px;
	font-weight: bold;
}
#content p.published {
	font-size: 10px;
}
#content p.pagenotes, #content p.pagenotes a, #content a.pgtop {
	font-size: 10px;
}

/* captions and asides ... */
#content h6, #content h6 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	margin:2px 0 2px 0;
	padding:0;
}

#content .moreinfotxt {
	font-size: 12px;
}

#content ul, #content ol {
	margin-left:20px;
}

/*sidebar*/
#content .sbquotelg {
	font-size: 18px;
	color: #000080;
}
#content .sbartextsmall {
	font-size: 12px;
}

/* design accents */
#content .redem {
	color: #FF0000;
	font-style: italic;
}

/* TABLES AND SIDEBARS */
/* Transitional Archive Pages: tables for pictures */
#uenews.trans #content table {
	margin-top:.8em;
}

#uenews.trans #content table td h1, 
#uenews.trans #content table td h2,
#uenews.trans #content table td h2 a,
#uenews.trans #content table td h3, 
#uenews.trans #content table td h4,
#uenews.trans #content table td h5, 
#uenews.trans #content table td h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	margin:0;
	color: #CC0000;
}
#uenews.trans #content td {
	padding: 0 4px 0 4px;
}
#uenews.trans #content table p,
#uenews.trans #content table ul,
#uenews.trans #content table ol,
#uenews.trans #content table img {
	color: #000080;
}

#uenews.trans #content table h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color: #000080;
}

#uenews.trans #content table h2.small {
	font-size: 16px;
}
#uenews.trans #content table h2.smallwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 16px;
	color: #FFFFFF;
}

#content .credit {
	font-size: 10px;
	color: #CCCCCC;
}
