@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	margin: 0.25in;
}
a {
	color: #000000;
	text-decoration: underline;
}

#header {display: none;}
#nav {display: none;}
#image {display: none;}
#footer {display: none;}
#left {display: none;}
#breadcrumbs {display: none;}
#border {display: none;}

#printFooter {
	text-align: center;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 20px;
	font-size: 10pt;
	color: #666666;
}

#printLogo {
	text-align: center;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#printLeft {
	color: #666666;
	text-align: left;
	font-size: 10pt;
	width: 200px;
	float: left;
}
#printRight {
	font-size: 10pt;
	color: #666666;
	text-align: right;
	width: 300px;
	float: right;
}
#page {
	clear: both;
}

#center {
padding-top: 60px;
}



h1 {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
#smallTop {
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

