/* -------- css handheld -- */
html, body {
	margin: 0;
	padding: 0;
}
body {
	width: 98%;
	margin: 0 4px;
	background: #e9e9e9;
	font-family: verdana, sans-serif;
	font-size: 12px;
}
#crumbs {margin-top: 5px;}
a {text-decoration: underline;}
a:link {color: blue;}
a:visited {color: purple;}
a[name] {text-decoration: none;}
h1 {
	margin: 10px 0;
	font-size: 14px;
}
h2 {
	margin: 10px 0 7px 0;
	font-size: 14px;
}
h3, h4, h5 {
	font-size: 12px;
}
td, th {
	display: block;
	margin: 0;
	padding: 0;
}
/* -------- images -- */
.projection_only, .t_skip, img {display: none;}
a img {display: inline;}
a[href] img {border: thin solid blue;}
a[href]:visited img, a[href]:active img {border: thin solid purple;}
/* -------- utils -- */
#utils {display: none;}
blockquote, pre {
	background: #f2f3f4;
	color: #000;
}
blockquote {
	margin: 8px 0;
	font-size: 11px;
}
ul, dl, dd, ol {
	margin: 0 0 10px 0;
	padding: 0;
}
li {list-style-position: inside;}