@media screen,projection {.printonly {display:none;}}
@media print {.noprint {display:none;}}

body {
	font-family:sans-serif;
	background-color:#FFF;
	color:#333;
	margin:0px;
}
table {clear:left}
/* top-level content headers are spaced to fit nicely with the Squawk logo */
#content h1 {
	padding-top:25px;
	padding-bottom:25px;
}

/* top-level menu header has less white space around it */
/* .menu h1 {margin-bottom:0;} */

/* definitions */
dt {
	font-style:italic;
	margin-top:1em;
	margin-bottom:0.5em;
}
dd {
	padding-left:1em;
	margin-left:0;
}

/* bullets */  
ul {
	list-style:square;
	padding-left:1.5em;
	margin-left:0;
}

/* left column menu */
.menu ul {
	list-style:none;
	padding-left:1em;
	margin-top:0.5em;
	/* font-size:80%; */
	margin-bottom:0.5em;
}
.menu {padding-right:2px;}


/* links */
a {
	color:#C33;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
a:visited {color: #999;}

/* preformatted text */
pre {
	padding:0.5em 1em;
	border:1px solid #666;
	border-color:#666;
	background:#EEE;
}
