body {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}

.faint { color: #666666; }
.faint a:link { color: #666666; text-decoration: none; }
.faint a:visited { color: #666666; text-decoration: none; }
.faint a:hover { color: #FF6600; text-decoration: none; }
.faint a:active { color: #FF6600; text-decoration: underline; }

.tinyfaint { font-size: 9px; color: #666666 ; }
.tinyfaint a:link { color: #666666; text-decoration: none; }
.tinyfaint a:visited { color: #666666; text-decoration: none; }
.tinyfaint a:hover { color: #FF6600; text-decoration: none; }
.tinyfaint a:active { color: #FF6600; text-decoration: underline; }

.fineprint { font-size: 11px; color: #666666; }
.fineprint a:link { color: #666666; text-decoration: none; }
.fineprint a:visited { color: #666666; text-decoration: none; }
.fineprint a:hover { color: #FF6600; text-decoration: none; }
.fineprint a:active { color: #FF6600; text-decoration: underline; }

.nav { font-size: 12px; color: #666666; }
.nav a:link { color: #666666; text-decoration: none; }
.nav a:visited { color: #666666; text-decoration: none; }
.nav a:hover { color: #FF6600; text-decoration: none; }
.nav a:active { color: #FF6600; text-decoration: underline; }

.rubric { color: #FF6600; }
.rubric a:link { color: #FF6600; text-decoration: none; }
.rubric a:visited { color: #FF6600; text-decoration: none; }
.rubric a:hover { color: #FF6600; text-decoration: underline; }
.rubric a:active { color: #666666; text-decoration: underline; }

/* "blaze" is to be phased out (into "rubric") for cross-site consistency. */

.blaze { color: #FF6600; }
.blaze a:link { color: #FF6600; text-decoration: none; }
.blaze a:visited { color: #FF6600; text-decoration: none; }
.blaze a:hover { color: #FF6600; text-decoration: underline; }
.blaze a:active { color: #666666; text-decoration: underline; }

.black { color: #000000; }
.black a:link { text-decoration: none; }
.black a:visited { text-decoration: none; }
.black a:hover { color: #FF6600; text-decoration: none; }
.black a:active { color: #FF6600; text-decoration: underline; }

.little { font-size: 11px; }

h1 {
	font-size: 18px;
}
p {
	font-size: 12px;
}
.breathe {
	padding: 8px 0px;
}

.headline {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 12px;
}
.tiny {
	font-size: 9px;
}

.pix1 {
	width: 144px;
	margin: 0px;
	padding: 0px;
	border: none;
/*	background-color: #CCCCCC; */
}
.pix2 {
	width: 288px;
	margin: 0px;
	padding: 0px;
	border: none;
/*	background-color: #CCCCCC; */
}
.pix3 {
	width: 416px;
	margin: 0px;
	padding: 0px;
	border: none;
/*	background-color: #CCCCCC; */
}

.lead { font-weight: bold; }

.caption1 {
	font-size: 11px;
	width: 128px;
	margin: 0px;
	padding: 0px 0px 3px;
	border-bottom: 1px dashed #CCCCCC;
/*	background-color: #CCCCCC;  */
}
.caption2 {
	font-size: 11px;
	width: 272px;
	margin: 0px;
	padding: 0px 0px 3px;
	border-bottom: 1px dashed #CCCCCC;
/*	background-color: #CCCCCC; */
}
.caption3 {
	font-size: 11px;
	width: 416px;
	margin: 0px;
	padding: 0px 0px 3px;
	border-bottom: 1px dashed #CCCCCC;
}
.hanging {
	text-indent: -16px;
	margin-left: 16px;
	margin-top: 4px;
}
.level2hanging {
	text-indent: -16px;
	margin-left: 32px;
}
.subhead {
	font-weight: bold;
	color: #FF6600;
	margin-top: 24px;
}

.feed ul {
	padding: 0px;
	list-style-type: square;
	margin-left: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.feature {
	background-color: #CCCCCC;
	padding: 8px 8px; 
}

td { font-size: 12px; }

ul {
	margin-left: 16px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	padding-left: 16px;
}

blockquote { margin-left: 32px; }

.alignandpadright { text-align: right; padding-right: 16px; }

acronym {
	font-style: normal;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
