/* Background tile by Squidfingers http://squidfingers.com/patterns/ */

/* basic elements */

@page {
	size:8.5in 11in;
	margin:1in;
	}
body {
	color:#000;
	background:#fff;
	text-align:left;
	}
img {
	border:0;
	}

/* structural elements */

#container {
}
#banner h1 {
	background:#fff;
	color:#000;
	padding-bottom:1px;
	border-bottom:1px solid gray;
}
#banner span {
}
#footer {
	display:none;
}

/* text */

p {
	background:#fff;
	color:#000;
}
#content .comments {
	display:none;
}

/* headings */

h2 {
	background:#fff;
	color:#000;
	padding-bottom:1px;
	border-bottom:1px solid gray;
}
h3 {
	background:#fff;
	color:#000;
	padding-bottom:1px;
	border-bottom:1px solid gray;
}
h3 span {
	font-size:10px;
	font-weight:normal;
	border-bottom:1px solid gray;
}
#content h2 {
	background:#fff;
	color:#000;
	padding-bottom:1px;
	border-bottom:1px solid gray;
}
#content h3 {
	background:#fff;
	color:#000;
	padding-bottom:1px;
	border-bottom:1px solid gray;
}
#linkList h2 {
}

/* lists */

#linkList {
	display:none;
}

/* links */

a, a:link, a:visited {
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}