/* list of all block items for default font information */
/* P, UL, OL, DL *not* included in this list since i want the default for
 * them to be black on white -- this minimizes markup in the m4 files, but
 * means we have to specifically set font and color for these tags if they
 * are going to be used outside the newsletter pieces */
BODY, DIV, H1, H2, H3, H4, H5, H6, TD, TH, SPAN {
	color:		#ffffff;
	background:	#000000;
	font-family:	Arial, Helvetica, sans-serif;
}

BODY {
	color:		#ffffff;
	background:	#000000;
	text-align:	center;
}

DIV.body { /* the white box */
	color:		#000000;
	background:	#ffffff;
	width:		500px;
	border:		none;
	margin:		auto;
	padding:	5%;
	padding-bottom:	10%;
}

DIV.body2 { /* the red box */
	color:		#000000;
	background:	#ffffff;
	width:		100%;
	border:		solid #660000;
	margin:		0;
	text-align: 	left; /* correct centering within box for ie */
}

DIV.body3 { /* the tan box */
	color:		#000000;
	background:	#ffffff;
	margin-top:	5%;
	margin-bottom:	5%;
	margin-left:	10%;
	margin-right:	10%;
	border:		thin solid #cccc99;
	text-align: 	left; /* correct centering within box for ie */
}

DIV.body4 { /* newsletter text itself */
	color:		#333300;
	background:	#ffffff;
	margin: 	5%;
	text-align: 	left; /* correct centering within box for ie */
}

H1.image {
	margin:		0; /* gets rid of whitespace around triptych */
}

H2 {
	text-align:	left;
	color:		#333300;
	background:	#cccc99;
	margin:		0; /* banishes whitespace around headline */
	border:		none;
}

P.image {
	margin:		0; /* banishes whitespace around bottom graphic */
}

P.crumbs {
	color:		#ffffff;
	background:	#000000;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:	90%;
}

P.copyright {
	color:		#ffffff;
	background:	#000000;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:	80%;
}

/* netscape/mozilla bug: td inherits from BODY, not parent element */
TD.body4 { 
	color:		#333300;
	background:	#ffffff;
	white-space:	nowrap;
}

TD.crumbs {
        font-size:      90%;
        text-align:     center;
}

A:link    { color: #ff0000; }
A:visited { color: #993300; }
A:active  { color: #ff0000; }

A.body4:link    { color: #ff0000; }
A.body4:visited { color: #993300; }
A.body4:active  { color: #ff0000; }
A.body4		{ background: #ffffff; }

A.crumbs:link    { color: #ff0000 }
A.crumbs:visited { color: #aa0000 }
A.crumbs:active  { color: #ff0000 }

