@charset "utf-8";
/*Print.CSS*/
/*CSS document was developed by Wood Street, Inc. (www.woodstreet.com)*/
/*Copyright 2010*/
/*//////////////////////Print/////////////////////////////////////////*/
________________________Print {
}/*///////////////////////////////////////////////////////////////////*/
body {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	float: none;
	background: #fff url(none);
}
body {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 10pt;
	letter-spacing: normal;
	color: black;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 200%;
	padding-bottom: 10pt;
	border-bottom: 1pt dashed gray;
}
h2 {
	font-size: 175%;
}
h3 {
	font-size: 135%;
}
h4 {
	font-size: 100%;
	font-variant: small-caps;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 90%;
	font-style: italic;
}
a:link, a:hover, a:focus, a:active, a:visited {
	color: blue;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

