body {
   	background: white;
   	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Georgia, "Trebuchet MS", serif;
   	text-align: center; /* IE hack */
   	border: 0;
	margin: 0;
	padding: 0;
   }
h2 {
	font-size: 14pt;
	line-height: 27pt;
	font-family: Georgia, "Trebuchet MS", Verdana, sans-serif;
	color: #000;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 5pt;
	margin-top: 10pt;
	}
h3  {
	font-size: 14pt;
	line-height: 26pt;
	font-family: Georgia, "Trebuchet MS", Verdana, sans-serif;
	color: #000;
	font-weight: normal;
	margin-bottom: 3pt;
	margin-top: 12pt;
	}
p   {
	font-size: 11pt;
	line-height: 22pt;
	color: #000;
	margin: 0;
	text-indent: 14pt;
	}
p.noindent {
	text-indent: 0;
	}
p.center {
	text-indent: 0;
	text-align: center;
	}
blockquote {
	font-size: 10pt;
	line-height: 17pt;
	margin-left: 14pt;
	margin-right: 14pt;
	}
li  {
	font-size: 11pt;
	line-height: 20pt;
	margin: 0;
	list-style: square; 
	}
.mast {
	text-indent: 0;
	border: 4pt double #ccc;
	padding-top: 15pt;
	padding-bottom: 10pt;
	margin-bottom: 20pt;
	text-align: center;
	}
strong, b {
	font-weight: bold;
	}
em, cite, i {
	font-style: italic;
	}
.smallcap {
	font-size: 10pt;
	letter-spacing: 1pt;
	}
.chinese  {
	font-size: 12pt;
	line-height: 24pt;
	font-family: SimSun, PMingLiU, MingLiU, serif;
	letter-spacing: 1pt;
	margin: 0;
	text-indent: 0;
	}
.chineselarge  {
	font-size: 16pt;
	line-height: 26pt;
	font-family: SimSun, PMingLiU, MingLiU, serif;
	letter-spacing: 1pt;
	margin: 0;
	text-indent: 0;
	}
.chininset  {
	font-size: 11pt; 
	font-family: SimSun, PMingLiU, MingLiU, serif;
	}
.date, .drawing {
	font-size: 9pt;
	line-height: 17pt;
	font-family: Georgia, "Book Antiqua", "Palatino Linotype", Palatino, "Trebuchet MS", serif;
	font-weight: normal;
	text-indent: 0;
	margin-bottom: 0.5em;
	}
.note {
	font-size: 8pt;
	line-height: 17pt;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;
	text-indent: 0;
	margin-bottom: 2em;
	}
.notelarge  {
	font-size: 10pt;
	line-height: 24pt;
	font-family: Georgia, "Book Antiqua", "Palatino Linotype", Palatino, "Trebuchet MS", serif;
	margin: 0;
	text-indent: 0;
	border-top: 1pt solid #ccc;
	padding-top: 5pt;
	margin-top: 60pt;	
	}
.notelargenewpar  {
	font-size: 10pt;
	line-height: 24pt;
	font-family: Georgia, "Book Antiqua", "Palatino Linotype", Palatino, "Trebuchet MS", serif;
	margin: 0;
	text-indent: 13pt;
	}
p.copyright {
	font-size: 8pt;
	line-height: 17pt;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	text-indent: 0;
	border-top: 1pt solid;
	padding-top: 5pt;
	margin-top: 60pt;
	}
p.paypal {
	text-indent: 0;
	margin-top: 14pt;
	margin-bottom: 12pt;
	}
.floatright {
	float: right;
	margin-left: 10pt;
	margin-top: 6pt;
	}
.floatleft {
	float: left;
	margin-right: 10pt;
	margin-top: 6pt;
	}
.pic {
	margin-top: 12pt;
	margin-bottom: 12pt;
	text-indent: 0;
	} /* non-floated images */
.picmiddle {
	margin-top: 12pt;
	margin-bottom: 12pt;
	text-indent: 0;
	text-align: center;
	}
#primarycontent {
   	width: 365pt;
 	text-align: left;
    margin-left: auto;
	margin-right: auto;
	padding-top: 60pt;
	padding-bottom: 60pt;
   	border: 0;
  	color: black;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: normal;
   text-decoration: underline;
   }
