/*
Print CSS for Taylor & Francis Companion Websites v 1.0
Created: Jan 2008
Author: Mat Frankum
Email: textbooksonline@taylorandfrancis.com
*/

/* NO DISPLAY */
#skipnav,
#skipback,
#searchForm,
#newsite,
#navigation,
#copyRequest,
form,
.noPrint {
	display:none;
	visibility:hidden;
	}

/* FORMATTING */
abbr[title]:after, acronym[title]:after, dfn[title]:after {
   content: " (" attr(title) ") ";
   font-size: 80%;
   }   
acronym[title], abbr[title] {
	border-bottom:0;
	}
	
body {
	background-color:#FFFFFF;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	}
	
#branding {
	font-size:16pt;
	font-weight:bold;
	border-bottom:1px #000000 solid;
	}
	
#footer {
	font-size:8pt;
	border-top:1px #000000 solid;
	}
	
.yesPrint {
	display:block;
	visibility:visible;
	}
	
h1 {
	font-size:30pt;
	}
	
h2 {
	font-size:25pt;
	}
	
h3 {
	font-size:20pt;
	}
	
h4 {
	font-size:15pt;
	}
	
h5 {
	font-size:12pt;
	}
	
h6 {
	font-size:12pt;
	}
	
/* LINKS */
a {
	color:#000000;
	text-decoration:none;
	}
	
a[rel="external"]:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
   }
	
