/* @(#) $Id: print.css 1110 2005-09-27 10:08:13Z dom $ */

body {
	font-size: 11pt;
	font-family: "Georgia","Times New Roman","Times",serif;
	color: #000;
	background-color: #fff;
	margin: 0 5%;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #036;
}

h1,h2,h3,h4 {
	font-family: "Gill Sans","Lucida Grande","Trebuchet MS",sans-serif;
	font-weight: bold;
	color: #333;
}

h1 {
	font-size: 14pt;
}
h2 {
	font-size: 13pt;
}
h3 {
	font-size: 12pt;
}
h4,h5 {
	font-size: 11pt;
}
h5 {
	font-weight: normal;
}


#content {
	line-height: 13pt;
}

.keynote {
	padding: 1em;
	margin: 1em 0;
	border-width: .2em 0;
	border-style: solid;
}
.example {
	padding: 1em;
	margin: 1em 0;
	border-width: 1px 0;
	border-style: dotted;
}

/* Excluded from Sergeants and Inspectors exams. */
.exclSergInsp {
        padding-left: 1em;
        border-left: dotted black 2px;
}

/* Excluded from Inspectors exams. */
.exclInsp {
        padding-left: 1em;
        border-left: solid black 2px;
}

#masthead,
#navigation,
.internalnav,
#extra,
#footernav,
#accesskeys,
#toplink,
.ospre,
.noprint {
	display: none;
}

/* The content supplies its own bullets / numbers. */
#entry #content li {
        list-style: none;
}


#footer {
	font-size: 9pt;
}
