@charset "iso-8859-1";
/* briprint.css

30/03/03	JKW	Created
05/04/03	JKW	.source; validated
10/04/03	JKW	#menu
12/04/03	JKW	Removed h1 p-b-b;
04/05/03	JKW	.source indent/align
13/05/03	JKW	No urls; live
22/06/04	JKW	Tmpl
2009-01-21	Tmpl; h1 text-shadow

Generic template 2006-09-01
*/

/* <???> Colors, backgrounds, borders, link and emphasis indication, cursor --- */

/* Links */
a:link, a:visited {color: #0000CC; background: transparent; text-decoration: underline;}

/* NS7, O7; needs to be classed for abs links only */
/*
a:link:after, a:visited:after {
content: " [" attr(href) "] ";
}
*/

html, body {
color: #000;
background-color: #FFF;
background-image: none;
}

.help {
border-bottom: none;
}


/* <???> Text and font properties (excl. link indication, alignment and text-indent) --- */

h1 {
text-shadow: none;
}

/* <???> Box properties (excl. borders), positioning, alignment, list types, text-indent, display --- */

/* May need these */
html body {
margin: 0;
padding: 0;
line-height: 1.3;
}

/* May want to reduce line-heights e.g. p, blockquote, li */

/* Paging */
h1, h2, h3, h4 {
page-break-after: avoid;
page-break-inside: avoid;
}

/* divs: esp. footers after body tables; poss. certain tds, tables and divs */
blockquote, li {
page-break-inside: avoid;
}

ul, ol {
page-break-before: avoid;
}

/* May want to redefine cell paddings from px to em */

/* Display, visibility and dependent widths */
/* Cells in IE4 are blank but not collapsed - use width 0 */
#menu, .noprint {
display: none;
}

body {
width: auto;
}

.invisible {
visibility: hidden;
}

/* Page source footer */
.source {
display: block;
clear: both;
margin-top: 2em;
border: 1px solid #060;
padding: 0.5em 5px 0.6em 5px;
font: 0.75em Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #000;
background: #FFF9E3 none;
text-indent: 0;
text-align: center;
}

