#header,
#right_col,
#news_logo,
#news_title,
#navigation {
	z-index: -9999;
	position: absolute;
	left: -999em;
	display: none;
}

.noshow {
	z-index: -9999;
	position: absolute;
	left: -999em;
	display: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#printHeader {
	border-bottom: 1px solid #aaaaaa;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#printHeader h1 {
	margin-bottom: 0;
	padding-bottom: 2px;
	font-size: 30px;
}

#printHeader h2 {
	margin-top: 0;
	padding-top: 2px;
}

#navigation {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}

#licensees {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #aaaaaa;
}

#main_content,
#footer {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #aaaaaa;
}

#main_content h1,
#licensees h1 {
	padding: 0 auto;
	margin: 0 auto;
}

#footer {
	font-size: 11px;
}