@charset "utf-8";
/* CSS Document */

a:link {
	font-family:	Arial,Helvetica;
	font-size:	x-small;
	text-decoration: none;
	color:		#000000;
	}

a:visited {
	font-family:	Arial,Helvetica;
	font-size:	x-small;
	text-decoration: none;
	color:		#000000;
	}

a:hover {
	text-decoration: underline;
	color:		#000000;
	}

a:active {
	text-decoration: underline;
	color:		#000000;
	}

div { margin-left: 1em;}

body {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

