/* CSS Document */

@page {size: portrait;}

@media print {

#banner       {display: none;}
#left         {display: none;}
#footer       {display: none;}
#topnav		  {display: none;}
.skip		  {display: none;}

body {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: black;
}
h1, h2, h3, h4, h5 {
    font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	margin: .75em 0 .5em 0;
	page-break-after: avoid;
}
ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;	
}
a:link, a:visited, a:active, a:hover {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 11pt;
}
.underline {
	text-decoration: underline;
}
#header {
	background-color: transparent;
}
#wrapper {
	width: auto;
	background-color: transparent;
	margin: 0;
	padding:0;
}
#content {
	float: none;
	width: auto;
	padding: 0;
	margin: 0;
	}
#content p {
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: black;
	}
#content a {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: black;
	text-decoration: none;
	font-size: 11pt;	
}
#right, #right p, #right a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}
}