/* Print */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background: transparent;
}
#hnav {
	/* width: 40.1em;
	border: 1px solid #999999; */
}
#ticker, #rightarea, #footer {
	display: none;
}
#headerindex {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 0.2em;
}
.welcome {
	top: 2.2em!important;
	left: 2.5em!important;;
	font-size: 20pt;
}
.slogan {
	width: 15em;
	position: absolute;
	top: 12.5em;
	left: 0;
	font-size: 12pt;
}
#contentspots {
	position: absolute;
	top: 15em;
	left: 24em;
}

img{
	border: 0;
}

#content a[href]:after {
	content:" -> "attr(href)"";
	color:#888;
	font-family:"Courier New", Courier, monospace;
	size:75%;
}
#contentspots a {
	text-decoration: none;
	color: #0000FF;
}
ul {
	list-style-image: url(../images/bullet.gif);
}
* html ul {
	list-style-image: url(../images/bullet_ie.gif);
}
