/* this is a print-only css */

/* MISCELLANEOUS */

.ahem {
	display: none
	}
	
#topstripe {
	display: none
	}

#topnavigation {
	display: none
	}

#photostripe {
	/* display ok */
	}

#logobox {
	/* display ok */
	}
	
#navigation {
	display: none
	}

#centercontent {
	/* display ok */
	}
	
#sidebar {
	/* display ok */
	border-top: 1pt dashed #666666;
	padding: 0pt 10pt 10pt 10pt;
	}

/* POSITIONING */

body {
	margin:20pt 20pt 20pt 20pt;
	}

/* TYPE TREATMENTS */

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size:18pt;
	}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size:16pt;
	}

h3 {
	font-family: arial, helvetica, sans-serif;
	font-size:12pt;
	}

p {
	font-family: arial, helvetica, sans-serif;
	font-size:10pt;
	}

li {
	font-family: arial, helvetica, sans-serif;
	font-size:10pt;
	}

blockquote {
	font-family: arial, helvetica, sans-serif;
	font-size:10pt;
	}

.note {
	font-family: arial, helvetica, sans-serif;
	font-size:8pt;
	color: #999999;
	}	

/* LINKS */

a {
	font-weight: bold;
	text-decoration: underline;
	color:  #000000;
	}
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color:  #000000;
	}