| 1 |
a:link { color: rgb(51, 51, 102) } |
| 2 |
a:active { color: rgb(153, 153, 204) } |
| 3 |
a:visited { color: rgb(51, 102, 51) } |
| 4 |
body { background-color: rgb(153, 204, 153); color: rgb(0, 0, 0) } |
| 5 |
table { table-border-color-light: rgb(204, 204, 204); table-border-color-dark: |
| 6 |
rgb(102, 102, 102) } |
| 7 |
body { font-family: Arial, Arial, Helvetica } |
| 8 |
button { font-size: 8pt; font-style: normal; font-family: Arial, Arial, Helvetica; |
| 9 |
border-style: solid; border-width: 1pt } |
| 10 |
caption { font-size: 14pt; font-family: Arial, Arial, Helvetica; font-style: normal } |
| 11 |
fieldset { font-family: Arial, Arial, Helvetica; font-size: 8pt; font-style: normal; |
| 12 |
border-style: solid; border-width: 1pt } |
| 13 |
h1 { font-weight: normal; font-style: normal; font-size: 24pt; font-family: |
| 14 |
Arial, Arial, Helvetica } |
| 15 |
h2 { font-family: Arial, Arial, Helvetica; font-style: normal; font-size: 18pt; |
| 16 |
font-weight: normal } |
| 17 |
h3 { font-family: Arial, Arial, Helvetica; font-size: 14pt; font-weight: normal; |
| 18 |
font-style: normal } |
| 19 |
h4 { font-weight: normal; font-size: 12pt; font-style: normal; font-family: |
| 20 |
Arial, Arial, Helvetica } |
| 21 |
h5 { font-size: 10pt; font-style: normal; font-weight: normal; font-family: |
| 22 |
Arial, Arial, Helvetica } |
| 23 |
h6 { font-family: Arial, Arial, Helvetica; font-size: 8pt; font-style: normal; |
| 24 |
font-weight: normal } |
| 25 |
label { font-style: normal; font-family: Arial, Arial, Helvetica; font-size: 8pt } |
| 26 |
label, .mstheme-label { font-size: 8pt; font-family: Arial, Arial, Helvetica; font-style: normal } |
| 27 |
legend { font-style: normal; font-size: 8pt; font-family: Arial, Arial, Helvetica } |
| 28 |
table { font-family: Arial, Arial, Helvetica; font-style: normal } |
| 29 |
textarea { font-style: normal; font-size: 8pt; font-family: Arial, Arial, Helvetica; |
| 30 |
border-style: solid; border-width: 1pt } |
| 31 |
th { font-family: Arial, Arial, Helvetica; font-style: normal } |
| 32 |
|
| 33 |
|
| 34 |
|