/* 
	############################# 

		ProjectName
		
		This stylesheet defines print 
		attributes for all browsers.
		
		Developer: Tate Johnson <tate@bottlebrush.net.au>
		Project Manager: Fabienne Rabiossi <fabienne@untanglemyweb.com>
		
		Last edit: 2008-02-04

	#############################
	
		Note:
		
		Unlike the screen stylesheets, the print
		stylehseet is consolidated.
	
		Stylesheet Layout:
		
		- Default Settings
		- Form
		- Hyperlinks
			
	#############################
*/

/* -------->>> Default Settings <<<-------- */

html, body {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
html {
	background: #fff;
	}

body {
	font: sans-serif;
	color: #000;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}

h1 { font-size: 18pt; }
h2 { font-size: 16pt ;}
h3 { font-size: 14pt ;}

p {
	margin: 0;
	padding: 0 0 18px 0;
	}

small {
	font-size: 10pt;
	}

acronym, abbr {
	border-bottom: 1px dashed;
	letter-spacing: 1px;
	}
	
img {
	border: 0;
}
	
.hide {
	display: none;
}

/* -------->>> Form <<<-------- */

form {
	display: none;
}

/* -------->>> Hyperlinks <<<-------- */

a:link {
	text-decoration: underline;
	color: #0000cc;
	}

a:visited { 
	text-decoration: underline;
	color: #551a8b;
	}