/******************************/
/* tags       PRINTING STYLESHEET      */
/******************************/
body {
	background: white;
	font-family: Times, serif;
	font-size: 12pt;
	color: #000;
	text-align: left;
}
a:link, a:visited {
	color: #520;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	color: #999;
	margin: 1.5em 0 .6em 0;
	padding: 0;
}
h1{
	font-size: 1.5em;
	border-bottom: 1px solid #666; 
	margin: 2em 0 1em 0;
}
h2 {
	font-size: 1.3em;
	font-weight: normal;
	}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0;
	}
h4 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0;
	}
p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
	}
p+p { 
	text-indent: 2em; 
	margin-top: -1.5em; 
}
li > p {
	margin-top: 0.2em;
	}
pre {
	font-family: monospace;
	font-size: 1em;
	}
strong, b {
	font-weight: bold;
	}




/***************/
/*     layout    */
/***************/
#container {
	width: auto;
	float: none;
	margin: 0;
	background: transparent none;
}
#printbanner {
	margin: auto;
	padding: 0;
	float: none;
	width: 500px;
}
#top {
	margin: 0;
	padding: 0;
	height: 0;
	display: none;
}
#content {
	margin: 1em;
	padding: 0;
	width: auto;
	background: transparent none;
}
#right {
	width: 10px;
	background: none;
	display: none;
}
.floatleft {
	float: left;
	margin: 0;
	border: none;
}
.floatright {
	margin: 0;
	border: none;
}
#footer {
	display: none;
}
.nospace {
	margin-top: -1em;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#title {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
	border-bottom: 3px solid #666; 
	margin: 0;
	padding: 0;
	display: block;
}
.year {
	font-family: Arial,sans-serif;
	font-size: 14pt;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	color: #666;
	margin: 1.5em 0 .6em 0;
}
.list p {
	line-height: 1em;
}
.table {
	line-height: 1em;
}
.table h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
	border-bottom: 1px #666 solid;
	margin: 18px 0 12px 0;
}
.table h2 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	color: #666;
	margin: 12px 0 6px 0;
}
.table p {
	line-height: 1em;
	margin: 0;
}
.table p+p { 
	text-indent: 0; 
	margin-top: 0; 
}
#project {
	font-family: Arial,sans-serif;
	color: #666;
	margin: 2em 0 .5em 0;
	font-size: 1.3em;
	font-weight: normal;
	padding: 0;
}
#dates {
	font-family: Arial,sans-serif;
	color: #666;
	margin: 0 0 1.5em 0;
	font-size: 1.1em;
	font-style: italic;
	padding: 0;
}


/************* #topNav styles **************/

#topNav {
	display: none;
}



/*********** #leftNav link styles ***********/

#leftNav {
	display: none;
}

#sectionLinks {
	display: none;
}
#related {
	display: none;
}

/************* #path styles *************/

#path {
	display: none;
}

/*****************/
/*Abstract pages */
/*****************/

#booktitle {
	font-family: Arial,sans-serif;
	font-size: 18pt;
	border-bottom: 1px solid #666; 
	margin: 0;
	font-style: italic;
}
#subtitle {
	font-family: Arial,sans-serif;
	font-size: 15pt;
	margin: 1em 0 14pt 0;
	font-style: italic;
}
#author {
	font-family: Arial,sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #555;
	font-variant: small-caps;
	margin: 1em 0 2em 0;
	padding: 0;
}
.cover {
	border: none;
	float: left;
	margin: 5px;
}
#orderinfo {
	margin: 0;
	border-top: 1px dotted #666;
	font-size: .8em;
}
#orderinfo p {
	line-height: 1em;
	margin: 0 0 .5em 0;
}
#orderinfo p+p {
	text-indent: 0;
}
