@charset "UTF-8";
/* CSS Document */

body
{
	background:none;
	color: black;
	width:100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#header, #banner, #left-col, #footer
{
	display:none;
}

#printlogo
{
	display:block;
}

#printlogo span
{
	display:inline;
	position:relative;
	bottom:22px;
	font-size:14pt;
}

#printfoot
{
	margin:5px;
	border-top:1px solid black;
	display:block;
	font-size:8pt;
	width:18cm;
}

#printfoot span
{
	font-size:6pt;
}


#right-col 
{
	margin: 5px;
	width: auto;
	border:none;
	float: none;
	color: black;
	width:18cm;
}

#content
{
	background:none;
	width: auto;
	float:none;
	color: black;
}

a, a:visited
{
	text-decoration:none;
	color: black;
}

h1
{
	font-size:16pt;
}

#right-col strong
{
	font-weight:bold;
	font-size:12pt;
}

#right-col table * strong
{
	font-weight:bold;
	font-size:inherit;
}
