@charset "utf-8";
/*  ====================================================================
	PRINT.CSS | CSS FRAMEWORK
	author:Fuel Design Ltd
	version:Sept 2009
    ==================================================================== */

html, body 			{color:black; background-color:white;}
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th 
					{font-family:Georgia,Times,serif; font-size: 12pt; line-height:1.5; background:none;}
a:link, a:visited 
					{text-decoration:underline; color:blue; border:0 none; background:transparent;}
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

h1 					{font-size: 16pt;}
h2 					{font-size: 14pt;}
h3 					{font-size: 13pt;}
h4,h5,h6			{font-size: 12pt;}

img 				{float:left; margin:1.5em 1.5em 1.5em 0;}

hr 					{width:100%; height:2px; background:#ccc; color:#ccc; margin:2em 0; padding:0; border:none;}
blockquote			{margin:1.5em 0; padding:1em; border:0.2em solid #ccc; font-style:italic; font-size:0.9em;}

.small, .small p 	{font-size:0.9em;}
.large, .large p 	{font-size:1.1em;}
.quiet, .quiet p 	{color: #999;}
.hide            	{display:none;}

/* hide elements from printer */
#dimension				{background:transparent;}
#nav					{background:transparent;}
#body					{background:transparent;}
#content				{background:transparent;}
#content .copy			{background:transparent;}
#content .sub-copy		{background:transparent;}
#sub-content			{background:transparent;}
#sub-content .copy		{background:transparent;}
#sub-content .sub-copy	{background:transparent;}

#head,#foot				{display:none;}

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */ 

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */


