/* "Cascading style sheet" for general use with our census pages */

body { color: #000000;
	background: #eeeeee;
	margin-left: 3%;
	margin-right: 3%;
	font-size: 10pt;
	font-family: "Times New Roman", serif; }

H1 { font-size: 16pt; text-align: center }

p { text-indent: 0; font-family: verdana, Arial, sans-serif; }

/* footnotes */
P.f { text-indent: 0; font-size: 88%; }
#f  { text-indent: 0; font-size: 88%; }

/* centered */
P.c { text-indent: 0; text-align: center; }

/* "last update" info */
P.u { text-indent: 0; font-size: 88%; font-family: arial, sans-serif; }
#u  { text-indent: 0; font-size: 88%; font-family: arial, sans-serif; }

/* right-aligned */
P.r { text-align: right; }

/* Using relative font-sizes absolutely does NOT work for a */
/* blockquote within a blockquote. */

blockquote { margin-left: 5%;
	margin-right: 5%;
	font-family: "times new roman", serif;
	font-size: 9pt;
	text-align: justify;
	color: #000000;
	background: #eeeeee; }

div.xref {float: left; color: #000000; background: #ffffcc; padding: 5px; border: thin dotted gray; margin: 10px; text-indent: 0; font-size: 88%; font-family: verdana, arial, sans-serif; }

sup { color: #ff0000;
	font-weight: bold }

td, th { font-family: verdana, Arial, sans-serif; font-size: 8pt; text-align: left; vertical-align: top; }

A:link { color: #0000cc; text-decoration: none; font-weight: bold; }       /* unvisited link */
A:visited { color: #000000; text-decoration: none; font-weight: bold;}   /* visited link */
A:active { font-style: italic; }                      /* active link */
A:hover { text-decoration: underline; }              /* mouse over link */

.ahem { display: none; }

/* Date of last update: 14 Jul 2008 */
/* A HREF="http://jigsaw.w3.org/css-validator/" ALT="Valid CSS!" */
