/* CSS Document */
/*  DEFINING FONTS LAYOUT  */
#footnote {
font-family: "Times new Roman", sans-serif;
font-size: 10px;
color: 996666;
text-align: right;
weigth:lighter;
padding-right: 115px;
}
#cover {
font-family: lucida, serif;
font-size: 145%;
padding-left: 100px;
padding-right:2px;
weight: stronger;
color: 004080;
}
#note {
display: inline;
font-family: "Times new Roman", sans-serif;
font-size: 10pt;
padding-left: 2px;
color: grey;
weigth:lighter;
}
ol li {
list-style-type : upper-latin;
}
li#num {
list-style-type: decimal;
}
li#sub {
list-style-type : lower-latin;
}
div#note p{
font-family: "Times new Roman", sans-serif;
color: grey;font-size: 10pt;weigth: strong;
}
p#naxipinyininitials {
display: inline;
font-family: "Arial", sans-serif;
color: brown;font-size: 12pt;
}


