/*
	File Name	: core.css
	Description	: Print styles
	Author Name	: Ryan Roberts @ Fifth Ring / http://www.fifthring.com
	Client		: 
*/


* { padding: 0; margin: 0; }

body {
	width:100% ;
	font: 10pt/1.4 Arial, Helvetica, sans-serif;
	letter-spacing:0.2pt;
	word-spacing:1.1pt;
	color: #000;
	background: none;
	}

p, ul, ol, table {
	margin: 0 0 1.2em;
	}

h1,h2,h3,
h4,h5,h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 .2em;
	}

h1 { font-size:20pt; }
h2 { font-size:15pt; }
h3 { font-size:13pt; }
h4,h5,h6 { font-size:12pt; }

a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 90%; }
a[href^="http://"] { color:#000; }

#header h1,
#header p#logo {
	/* Force logo printing, ooh naughty! */
	display: list-item;
	list-style-image: url(../..//ui/logo.gif);
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1pt;
	color: #fff;
	}

.accessLinks,
#mainMenu,
hr {
	display: none;
	}