/*
	Filename         :	print.css
	Created by       :	Kaushik
	Last modified by :	Kaushik
	Created          :	24 June 2005 15:38:36
	Last Updated     :	21 June 2006 
	Comments         :	Andy Dearden - New website
*/

/***************************************
	html selectors
***************************************/

body,
div,
th,
td,
span,
select,
input,
textarea,
pre,
a,
p,
li {
	font-family:arial, verdana, sans-serif !important;
	font-size:9pt !important;
	color:#000 !important;
}
body {
	background-color:#fff !important;
	margin:0px !important;
}
img {
	border:none !important;
}
h1 {
	font-size:14pt !important;
}
h2 {
	font-size:11pt !important;
}
h3 {
	font-size:10pt !important;
}
h4 {
	font-size:9pt !important;
}

/***************************************
	id selectors
***************************************/
ul#Accessibility,
ul#nav,
div#menu,
div#subMenu,
div#backMenu,
div#footer,
div#menuwrapper,
div#search,
div#ContentLinks {  /* was toolbar */
	display:none !important;
	border:1px solid red;
}
/***************************************
	descendant selectors
***************************************/

/***************************************
	class selectors
***************************************/


