body {
	background: #ffffff;
	color: #000000;
	}
	
/* LINKS AND NAVIGATION */
.navlink, .navbyline {
	font-family: Arial,Helvetica,sans-serif;
	}
		
.navlink {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #cccc99;	
	}

.navlink:hover{ color: #999966; }

.navbyline {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	}
	
	
	
/* TABLE OF CONTENTS */

.toclink-feat, .toclink-dept, .title, .deck, .byline {
	font-family: Arial,Helvetica,sans-serif;
	}
		
.toclink-feat {
	font-size: 16px;
	font-weight: bold;
	}

.toclink-dept {
	font-size: 12px;
	font-weight: bold;
	}

.title {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	}

.deck {
	font-size: 12px;
	font-style: italic;
	color: #666666;
	}

.byline	{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}



/* HEADLINES */

h2, h3, h4, span.subhead { font-family: Arial,Helvetica,sans-serif; }

h2 { 
	font-size: 16px;
	font-weight: bold;
	}

/* article subheads */
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;	
	}

/* inset subheads */
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	}
	
span.subhead {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}	

span.plainsub {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	}	

	
/* TEXT */
p, blockquote, ul, ol, li, td	{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	}

.small {
	font-size: 10px;
	}
	

/* RULES */

hr.heavy {
	color: #990000;
	height: 2px;
	}



div.pullout
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	width: 200px;
	margin-left: 10px;
	float: right;
	background-color: #000066;
	padding: 5px;
	color: #ffffff;
}

.pullouthead
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #de9e86;
}

a.pullout
{
	color: #ccccff;
}

p.pullout
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #ffffff;
}