/* print css */

.printonly {
	display: block;
	visibility: visible;
	font-size: small;
	padding: 20pt;
}

body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: medium;
	background-color: #fff;
	background-image: none;
	color: #000
	}

#wrap {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 0;
	background: transparent;
	background-image: none;
}

#header {
	width: 100%;
	background: transparent;
	border-bottom: 2px solid #666;
}

#headerimage {
	display: none;
}

#supnav {
	display: none;
}

#nav {
	display: none;
}

#content {
	margin: 10pt auto 10pt auto;
	padding: 0;
	width: 90%;
	}

#foot {
	margin-top: 20pt;
	border-top: 1px solid #000;
	}
#foot p {
	color: #666;
}

#foot a {
	display: none;
}
p {
	font-size: small;
	color: #000;
}

a, a:link, a:hover, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a:after {
	content: " [" attr(href) "] ";
}

ul {
	list-style-type: square;
}