/* Copyright (c) 1999-2006 Lin Qi */

/* Special HTML Tags */
a:hover { color: #ff9966 }

/* Redefine HTML Tags */
/* #009933 */
a { color: blue; text-decoration: none }
a:hover { color: #FF8855 ; text-decoration: underline}

body {
	bgcolor: "#ffffff";
	text: "#000000";
	link: "#cc0000";
	alink: "#cc0000";
	vlink: "#996666";
	marginwidth: 0;
	marginheight: 0;
	leftmargin: 0;
	topmargin: 0
	}

div  { font-size: 12pt; }
p    { font-size: 12pt; line-height: 1.5; }
tt   { font-size: 12pt; }
span {  }
.normal    { font-size: 12pt }
.small     { font-size: 9pt }
.big       { font-size: 14pt }
.leading16 { line-height: 16pt }
.leading18 { line-height: 18pt }
.leading20 { line-height: 20pt }

/* Font size and line spacing definition */
.normal      { font-size: 12pt}
.normal-16   { font-size: 12pt; line-height: 16pt }
.normal-18   { font-size: 12pt; line-height: 18pt }
.normal-20   { font-size: 12pt; line-height: 20pt }
.normal-28   { font-size: 12pt; line-height: 28pt }

.small       { font-size: 9pt }
.small-12    { font-size: 9pt ; line-height: 12pt }
.small-14    { font-size: 9pt ; line-height: 14pt }
.small-16    { font-size: 9pt ; line-height: 16pt }
.small-18    { font-size: 9pt ; line-height: 18pt }
.small-20    { font-size: 9pt ; line-height: 20pt }
.normal-24 {  line-height: 24pt}


