/* CSS Document */

body {
height: auto;
width: 8.5in;
background: #fff;
font-family: Arial, Helvetica, sans-serif;
color: #000;
font-size: 11pt;
}

#banner {
	color: #933;
	padding: 0;
	margin-top: 0;
	padding-bottom: 5px;
	background-color: none;
	width: 7in;
}

#banner, #main {
	display: block;
	margin-left: 0;
}

#main {
width: 7in;
}

h1 {
font-size: 12pt;
color: #933;
}

#nav, .caption, img {
display: none;
}

a:link, a:visited {
	color: #933;
	background: transparent;
	font-weight: normal;
	text-decoration: underline;
}

#main a:link:after, #main a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

.hide {
	display: none;
}

.braf {
page-break-after: always;
margin-bottom: 0;
margin-top: 0;
}


