/* 
GLOBAL STYLES
These styles are used by all 5 websites.
*/

.morestories { font-size: 12px; font-weight: bold; color:#222222; }
.smallbody { font-size: 11px; margin: 0 0 6px 0; }
a.archivelink:link { color: #000000; }
a.archivelink:hover { color: #d70606; text-decoration: underline; }

/* Search Results Styles */

a.titlelink { font-weight: bold; }
span.abstract { font-size: 11px; }
span.url { font-size: 11px; }

div.lightgrey {width:180px; font-size: 10px; color: #c6c3c3 } /* LIGHT GREY TEXT ON DARK GREY BOX - LEFT COLUMN */

/* ARTICLE DISPLAY STYLES */

h2#sidebar {font-size:16px; color: #FFFFFF;}
p#sidebar {font-size:11px; color: #CCCCCC;}
#sidebar b {font-size:12px; color: #EEEEEE;}
#sidebar a {color: #FFFFFF;}

#articletable { background-color: #DDDDDD; margin-bottom: 12px;}
#articletable td { background-color: #FFFFFF; font-size: 11px; padding: 1px 4px 1px 4px;}
#articletable th { background-color: #EEEEEE; font-size: 11px; padding: 1px 4px 1px 4px;}

h1#head {font-size: 18px; font-weight: normal; color: #000000; margin: 0;} /* headline */
h2#head {font-size: 15px; font-weight: normal; color: #000000; margin: 2px 0 0 0;} /* sub-headline */
h3#head {font-size: 13px; font-weight: normal; color: #222222; margin: 3px 0 0 0;} /* byline */
h5#head {font-size: 10px; font-weight: normal; color: #222222; margin: 0 0 4px 0;} /* pub-date + source */

h4#body {font-size: 12px; font-weight: normal; color: #444444; margin: 0 0 4px 0;} /* first para */

h2#body {font-size: 13px; margin: 0 0 2px 0;}
p#body, ol#body, img#body {margin: 0 0 14px 0;}

ul#body
{
	list-style-type: square;
	list-style-position: default;
	margin-bottom: 14px;
}

.inactiveLink
{
	color: #999999;
}

.iframe {
padding: 0px 0px 0px 0px;
width: 475px;
height: 296px;
top: 0px;
left: 0px; 
border: 0px;

}

.footer a {font-size:10px}
