/* This is the way a comment is added.*/h1           { font-family: Arial; color: #FFFFFF; font-size: 16pt; text-align: Center;                margin-top: 0; margin-bottom: 0 }h2           { font-family: Arial; color: #800000; font-size: 14pt; text-align: Center;                font-weight: bold; margin-top: 0; margin-bottom: 0 }h3           { font-family: Arial; color: #800000; font-size: 12pt; text-align: Center;                margin-top: 0; margin-bottom: 0 }/* p.border is used strictly for the links in the top and bottom borders.*/ p.border     { font-family: Arial; color: #000080; font-size: 10pt; text-align: Center;                font-weight: bold; margin-top: 3; margin-bottom: 6 } p            { font-family: Arial; color: #800000; font-size: 10pt; text-align: Left;                margin-top: 3; margin-bottom: 6 }p.center     { font-family: Arial; color: #800000; font-size: 10pt; text-align: Center;                margin-top: 3; margin-bottom: 6 }p.centerbold { font-family: Arial; font-size: 10pt; color: #800000; font-weight: bold;                text-align: Center }p.right      { font-family: Arial; font-size: 10pt; color: #800000; text-align: Right;                margin-top: 3; margin-bottom: 6 }p.left       { font-family: Arial; font-size: 10pt; color: #800000; text-align: Left;                margin-top: 12; margin-bottom: 12 }/* p.xxxxxm is normal text, justified, with no margins before or after.*/              p.centerm    { font-family: Arial; color: #800000; font-size: 10pt; text-align: Center;                margin-top: 0; margin-bottom: 0 }p.rightm     { font-family: Arial; color: #800000; font-size: 10pt; text-align: Right;                margin-top: 0; margin-bottom: 0 }p.leftm      { font-family: Arial; color: #800000; font-size: 10pt; text-align: Left;                margin-top: 0; margin-bottom: 0 }p.leftm2     { font-family: Arial; color: #800000; font-size: 10pt; text-align: Left;                margin-left: 12; margin-top: 0; margin-bottom: 0 }p.leftm3     { font-family: Arial; color: #800000; font-size: 10pt; text-align: Left;                margin-left: 24; margin-top: 0; margin-bottom: 0 }p.leftm4     { font-family: Arial; color: #800000; font-size: 10pt; text-align: Left;                margin-left: 36; margin-top: 0; margin-bottom: 0 }               .leftnavbold { list-style-type: none; font-weight: bold }.leftnavsmall { list-style-type: none; text-indent: 16; margin-left: 0; margin-top: 0;                margin-bottom: 0 }.leftnavital { list-style-type: none; text-indent: 30; font-style: italic; margin-left: 0;                margin-top: 0; margin-bottom: 0 }a:link {font-family: Arial; font-size: 10pt; text-decoration: underline; color:                #000080 }a:visited    { font-family: Arial; font-size: 10pt; text-decoration: underline; color:                #800000 }a:active {text-decoration: none}a:hover {text-decoration: underline; color: red;}/*a:link       { font-family: Arial; font-size: 10pt; text-decoration: underline; color:                #000080 }a:hover      { font-family: Arial; font-size: 10pt; color: #FF0000; text-decoration:                underline }a:visited    { font-family: Arial; font-size: 10pt; color: #000080; text-decoration:                underline }*/