/* IMPORT BLUEPRINT FRAMEWORK */
@import 'blueprint/print.css';

body {
	font-family : georgia, "times new roman", times, serif;
	font-size : 12pt;
}

h1, h2, h3, h4, h5, h6 {
	margin : 0 0 1em 0;
	font-weight : normal;
	font-family : verdana, arial, helvetica, sans-serif;
	font-weight : bold;
	color : #000;
}
h1 { font-size : 2.25em; }
h2 { font-size : 2em; }
h3 { font-size : 1.75em; }
h4 { font-size : 1.5em; }
h5 { font-size : 1.25em; }
h6 { font-size : 1em; font-weight : bold; }

#header, #left, #footer {
	display : none;
}
#right, #rightContent {
	padding : 0;
}
