body { font-family: Arial, Helvetica; font-size: 11pt; text-align: Justify; margin-left: 20; margin-right: 20 } 
A:link { color: blue } 
A:visited { color: purple } 
A:hover { color: red } 
A:active { color: teal } 

.MyFooter {margin-top: 6; font-family: Arial, Helvetica; font-size: 9pt; font-variant: small-caps; text-transform: uppercase} 

p { margin-top: 14; margin-bottom: 14 }
p.list { margin-top: 3; margin-bottom: 3 }

h1 { margin-top: 4; margin-bottom: 4; font-family: Arial, Helvetica; font-size: 18pt }

td { padding: 1pt 1pt 1pt 1pt; border-style: none }

table { 
border-style: solid; 
border-width: 2; 
border-color: #CCCCCC; 
border-collapse: collapse; 
font-size: 9pt; 
text-align: center; 
}

td.gray1 { font-size: 9pt; }
td.gray { font-size: 9pt; }
td.ylw { background-color: #FFFF99; color: black; text-align: center; font-size: 9pt; }
td.ylw2 { background-color: #FFFF99; color: black; text-align: center; font-size: 9pt; }
td.ylwlft { background-color: #FFFF99; color: black; text-align: left }
td.lft { text-align: left; font-size: 9pt;}
td.lft2 { text-align: left; font-size: 9pt; }
td.rt { text-align: right; font-size: 9pt; }
td.blk { padding: .25pt 0pt 0pt 0pt; background-color: #000000; height: 1px }
td.blank { background-color: #CCCCCC }