/* Print Media Style */
/* Copyright 2002 Ryan Spradlin (www.spherisnet.com) */


/* Layout and Main Elements */
body {
	font-family: serif;
	font-size: 12pt;
}

.banner {
	display: none;
}

.menu {
	display: none;
}

.submenu {
	display: none;
}


/* Other Elements */
h1 {
	font-size: 36pt;
}

li h2 {
	display: inline;
}

a {
	color: #00F;
	background: transparent;
}

/* Tables */
table {
	width: 100%;
}

th {
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
}

/* News */
.newstitle {
	border-bottom: 1px solid #000;
}

.newsitemlongterm .newstitle {
	border: 0px;
}

.newsbody {
	margin-left: 10px;
}

.newsitemlongterm .newsbody {
	margin-left: 0px;
}

.newsinfo {
	text-align: right;
	font-size: 8pt;
}
