var out = ""

if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) < 4 ))
//This is IE 3
{
 alert("Please upgrade to a 4.0 or higher browser")
}
else if (navigator.appVersion.indexOf("Mac") != -1)
{
 if ((document.all) && (navigator.userAgent.indexOf('MSIE 5') == -1 ))
//This is Mac IE 4
 {
  out = "<style type='text/css'>"
  out += ".b {font-weight: bold}"
  out += ".i {font-style: italic}"
  out += ".c {text-align: center}"
  out += ".bc {font-weight: bold; text-align: center}"
  out += ".m {vertical-align: middle}"
  out += ".one {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += ".oneb {font-family: arial, helvetica, sans-serif; font-size: 11pt; font-weight: 700}"
  out += ".onec {font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: center}"
  out += ".onebc {font-family: arial, helvetica, sans-serif; font-size: 11pt; font-weight: 700; text-align: center}"
  out += ".two {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += ".twob {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; font-weight: bold}"
  out += ".twoc {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; text-align: center}"
  out += ".twobc {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; font-weight: bold; text-align: center}"
  out += ".three {font-family: arial, helvetica, sans-serif; font-size: 16pt}"
  out += ".threeb {font-family: arial, helvetica, sans-serif; font-size: 16pt; font-weight: bold}"
  out += ".threec {font-family: arial, helvetica, sans-serif; font-size: 16pt; text-align: center}"
  out += ".threebc {font-family: arial, helvetica, sans-serif; font-size: 16pt; font-weight: bold; text-align: center}"
  out += ".four {font-family: arial, helvetica, sans-serif; font-size: 18pt}"
  out += ".fourb {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold}"
  out += ".fourc {font-family: arial, helvetica, sans-serif; font-size: 18pt; text-align: center}"
  out += ".fourbc {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold; text-align: center}"
  out += ".five {font-family: arial, helvetica, sans-serif; font-size: 24pt}"
  out += ".fiveb {font-family: arial, helvetica, sans-serif; font-size: 24pt; font-weight: bold}"
  out += ".fivec {font-family: arial, helvetica, sans-serif; font-size: 24pt; text-align: center}"
  out += ".fivebc {font-family: arial, helvetica, sans-serif; font-size: 24pt; font-weight: bold; text-align: center}"
  out += ".tm {font-size: smaller; vertical-align: super}"
  out += ".red {color: #cc0000; font-weight: bold}"
  out += ".white {color: #ffffff; font-weight: bold}"
  out += ".blue {color: #6d68cc; font-weight: bold}"
  out += ".green {color: #00ff00; font-weight: bold}"
  out += ".orange {color: #ff9900; font-weight: bold}"
  out += ".example (font-family: courier)" 
  out += ".iosearch {display: none}"
  out += "p {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "h1 {font-family: arial, helvetica, sans-serif; font-size: 24pt; font-weight: bold}"
  out += "h2 {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold}"
  out += "h3 {font-family: arial, helvetica, sans-serif; font-size: 16pt; font-weight: bold}"
  out += "h4 {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; font-weight: bold}"
  out += "blockquote {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "td {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "dl {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "dl dt {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "dl dd {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "ol {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "ul {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "ol li {list-style: decimal; font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "ol ol li {list-style: lower-alpha; font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "ul ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "ul ul ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "a {text-decoration:none}"
  out += "a:link {color: #6d68cc}"
  out += "a:hover {text-decoration: underline}"
  out += "a:visited {color: #6d68cc}"
  out += "a:active {color: #6d68cc}"
  out += "</style>"
  document.write(out)
 }
 else if ((document.all) && (navigator.userAgent.indexOf('MSIE 5') != -1 ))
//This is Mac IE 5
 {
  out = "<style type='text/css'>"
  out += ".b {font-weight: bold}"
  out += ".i {font-style: italic}"
  out += ".c {text-align: center}"
  out += ".bc {font-weight: bold; text-align: center}"
  out += ".m {vertical-align: middle}"
  out += ".one {font-family: arial, helvetica, sans-serif; font-size: 7.5pt}"
  out += ".oneb {font-family: arial, helvetica, sans-serif; font-size: 8pt; font-weight: bold}"
  out += ".onec {font-family: arial, helvetica, sans-serif; font-size: 7.5pt; text-align: center}"
  out += ".onebc {font-family: arial, helvetica, sans-serif; font-size: 8pt; font-weight: bold; text-align: center}"
  out += ".two {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += ".twob {font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold}"
  out += ".twoc {font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: center}"
  out += ".twobc {font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-align: center}"
  out += ".three {font-family: arial, helvetica, sans-serif; font-size: 12pt}"
  out += ".threeb {font-family: arial, helvetica, sans-serif; font-size: 12pt; font-weight: bold}"
  out += ".threec {font-family: arial, helvetica, sans-serif; font-size: 12pt; text-align: center}"
  out += ".threebc {font-family: arial, helvetica, sans-serif; font-size: 12pt; font-weight: bold; text-align: center}"
  out += ".four {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += ".fourb {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; font-weight: bold}"
  out += ".fourc {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; text-align: center}"
  out += ".fourbc {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; font-weight: bold; text-align: center}"
  out += ".five {font-family: arial, helvetica, sans-serif; font-size: 18pt}"
  out += ".fiveb {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold}"
  out += ".fivec {font-family: arial, helvetica, sans-serif; font-size: 18pt; text-align: center}"
  out += ".fivebc {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold; text-align: center}"
  out += ".tm {font-size: smaller; vertical-align: super}"
  out += ".red {color: #cc0000; font-weight: bold}"
  out += ".white {color: #ffffff; font-weight: bold}"
  out += ".blue {color: #6d68cc; font-weight: bold}"
  out += ".green {color: #00ff00; font-weight: bold}"
  out += ".orange {color: #ff9900; font-weight: bold}"
  out += ".example (font-family: courier)" 
  out += ".iosearch {display: none}"  
  out += "p {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "h1 {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold}"
  out += "h2 {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; font-weight: bold}"
  out += "h3 {font-family: arial, helvetica, sans-serif; font-size: 12pt; font-weight: bold}"
  out += "h4 {font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold}"
  out += "blockquote {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "td {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "dl {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "dl dt {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "dl dd {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ol {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ol li {list-style: decimal; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ol ol li {list-style: lower-alpha; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul ul ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "a {text-decoration:none}"
  out += "a:link {color: #6d68cc}"
  out += "a:hover {text-decoration: underline}"
  out += "a:visited {color: #6d68cc}"
  out += "a:active {color: #6d68cc}"
  out += "</style>"
  document.write(out)
 }
 else if (document.layers)
//This is Mac Navigator 4
 {
  out = "<style type='text/css'>"
  out += ".b {font-weight: bold}"   
  out += ".i {font-style: italic}"
  out += ".c {text-align: center}"
  out += ".bc {font-weight: bold; text-align: center}"
  out += ".m {vertical-align: middle}"
  out += ".one {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += ".oneb {font-family: arial, helvetica, sans-serif; font-size: 11pt; font-weight: 700}"
  out += ".onec {font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: center}"
  out += ".onebc {font-family: arial, helvetica, sans-serif; font-size: 11pt; font-weight: 700; text-align: center}"
  out += ".two {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += ".twob {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; font-weight: bold}"
  out += ".twoc {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; text-align: center}"
  out += ".twobc {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; font-weight: bold; text-align: center}"
  out += ".three {font-family: arial, helvetica, sans-serif; font-size: 16pt}"
  out += ".threeb {font-family: arial, helvetica, sans-serif; font-size: 16pt; font-weight: bold}"
  out += ".threec {font-family: arial, helvetica, sans-serif; font-size: 16pt; text-align: center}"
  out += ".threebc {font-family: arial, helvetica, sans-serif; font-size: 16pt; font-weight: bold; text-align: center}"
  out += ".four {font-family: arial, helvetica, sans-serif; font-size: 18pt}"
  out += ".fourb {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold}"
  out += ".fourc {font-family: arial, helvetica, sans-serif; font-size: 18pt; text-align: center}"
  out += ".fourbc {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold; text-align: center}"
  out += ".five {font-family: arial, helvetica, sans-serif; font-size: 24pt}"
  out += ".fiveb {font-family: arial, helvetica, sans-serif; font-size: 24pt; font-weight: bold}"
  out += ".fivec {font-family: arial, helvetica, sans-serif; font-size: 24pt; text-align: center}"
  out += ".fivebc {font-family: arial, helvetica, sans-serif; font-size: 24pt; font-weight: bold; text-align: center}"
  out += ".tm {font-size: smaller; vertical-align: super}"
  out += ".red {color: #cc0000; font-weight: bold}"
  out += ".white {color: #ffffff; font-weight: bold}"
  out += ".blue {color: #6d68cc; font-weight: bold}"
  out += ".green {color: #00ff00; font-weight: bold}"
  out += ".orange {color: #ff9900; font-weight: bold}"
  out += ".example (font-family: courier)" 
  out += ".iosearch {display: none}"
  out += "p {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "h1 {font-family: arial, helvetica, sans-serif; font-size: 24pt; font-weight: bold}"
  out += "h2 {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold}"
  out += "h3 {font-family: arial, helvetica, sans-serif; font-size: 16pt; font-weight: bold}"
  out += "h4 {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; font-weight: bold}"
  out += "blockquote {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "td {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "dl {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "dl dt {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "dl dd {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "ol {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "ul {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "ol li {list-style: decimal; font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "ol ol li {list-style: lower-alpha; font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "ul ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "ul ul ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "a {text-decoration:none}"
  out += "a:link {color: #6d68cc}"
  out += "a:hover {text-decoration: underline}"
  out += "</style>"
  document.write(out)
 }
 else if (!document.all && document.getElementById)
//This is Mac Netscape 6 & 7
 {
  out = "<style type='text/css'>"
  out += ".b {font-weight: bold}"  
  out += ".i {font-style: italic}"
  out += ".c {text-align: center}"
  out += ".bc {font-weight: bold; text-align: center}"
  out += ".m {vertical-align: middle}"
  out += ".one {font-family: arial, helvetica, sans-serif; font-size: 7.5pt}"
  out += ".oneb {font-family: arial, helvetica, sans-serif; font-size: 8pt; font-weight: bold}"
  out += ".onec {font-family: arial, helvetica, sans-serif; font-size: 7.5pt; text-align: center}"
  out += ".onebc {font-family: arial, helvetica, sans-serif; font-size: 8pt; font-weight: bold; text-align: center}"
  out += ".two {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += ".twob {font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold}"
  out += ".twoc {font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: center}"
  out += ".twobc {font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-align: center}"
  out += ".three {font-family: arial, helvetica, sans-serif; font-size: 12pt}"
  out += ".threeb {font-family: arial, helvetica, sans-serif; font-size: 12pt; font-weight: bold}"
  out += ".threec {font-family: arial, helvetica, sans-serif; font-size: 12pt; text-align: center}"
  out += ".threebc {font-family: arial, helvetica, sans-serif; font-size: 12pt; font-weight: bold; text-align: center}"
  out += ".four {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += ".fourb {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; font-weight: bold}"
  out += ".fourc {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; text-align: center}"
  out += ".fourbc {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; font-weight: bold; text-align: center}"
  out += ".five {font-family: arial, helvetica, sans-serif; font-size: 18pt}"
  out += ".fiveb {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold}"
  out += ".fivec {font-family: arial, helvetica, sans-serif; font-size: 18pt; text-align: center}"
  out += ".fivebc {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold; text-align: center}"
  out += ".tm {font-size: smaller; vertical-align: super}"
  out += ".red {color: #cc0000; font-weight: bold}"
  out += ".white {color: #ffffff; font-weight: bold}"
  out += ".blue {color: #6d68cc; font-weight: bold}"
  out += ".green {color: #00ff00; font-weight: bold}"
  out += ".orange {color: #ff9900; font-weight: bold}"
  out += ".example (font-family: courier)" 
  out += ".iosearch {display: none}"
  out += "p {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "h1 {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold}"
  out += "h2 {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; font-weight: bold}"
  out += "h3 {font-family: arial, helvetica, sans-serif; font-size: 12pt; font-weight: bold}"
  out += "h4 {font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold}"
  out += "blockquote {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "td {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "dl {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "dl dt {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "dl dd {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ol {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ol li {list-style: decimal; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ol ol li {list-style: lower-alpha; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul ul ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "a {text-decoration:none}"
  out += "a:link {color: #6d68cc}"
  out += "a:hover {text-decoration: underline}"
  out += "a:visited {color: #6d68cc}"
  out += "a:active {color: #6d68cc}"
  out += "</style>"
  document.write(out)
 }
 else
//This is Mac default except Mac IE 3
 {
  out = "<style type='text/css'>"
  out += ".b {font-weight: bold}"
  out += ".i {font-style: italic}"
  out += ".c {text-align: center}"
  out += ".bc {font-weight: bold; text-align: center}"
  out += ".m {vertical-align: middle}"
  out += ".one {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += ".oneb {font-family: arial, helvetica, sans-serif; font-size: 11pt; font-weight: 700}"
  out += ".onec {font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: center}"
  out += ".onebc {font-family: arial, helvetica, sans-serif; font-size: 11pt; font-weight: 700; text-align: center}"
  out += ".two {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += ".twob {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; font-weight: bold}"
  out += ".twoc {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; text-align: center}"
  out += ".twobc {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; font-weight: bold; text-align: center}"
  out += ".three {font-family: arial, helvetica, sans-serif; font-size: 16pt}"
  out += ".threeb {font-family: arial, helvetica, sans-serif; font-size: 16pt; font-weight: bold}"
  out += ".threec {font-family: arial, helvetica, sans-serif; font-size: 16pt; text-align: center}"
  out += ".threebc {font-family: arial, helvetica, sans-serif; font-size: 16pt; font-weight: bold; text-align: center}"
  out += ".four {font-family: arial, helvetica, sans-serif; font-size: 18pt}"
  out += ".fourb {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold}"
  out += ".fourc {font-family: arial, helvetica, sans-serif; font-size: 18pt; text-align: center}"
  out += ".fourbc {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold; text-align: center}"
  out += ".five {font-family: arial, helvetica, sans-serif; font-size: 24pt}"
  out += ".fiveb {font-family: arial, helvetica, sans-serif; font-size: 24pt; font-weight: bold}"
  out += ".fivec {font-family: arial, helvetica, sans-serif; font-size: 24pt; text-align: center}"
  out += ".fivebc {font-family: arial, helvetica, sans-serif; font-size: 24pt; font-weight: bold; text-align: center}"
  out += ".tm {font-size: smaller; vertical-align: super}"
  out += ".red {color: #cc0000; font-weight: bold}"
  out += ".white {color: #ffffff; font-weight: bold}"
  out += ".blue {color: #6d68cc; font-weight: bold}"
  out += ".green {color: #00ff00; font-weight: bold}"
  out += ".orange {color: #ff9900; font-weight: bold}"
  out += ".example (font-family: courier)" 
  out += ".iosearch {display: none}"
  out += "p {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "h1 {font-family: arial, helvetica, sans-serif; font-size: 24pt; font-weight: bold}"
  out += "h2 {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold}"
  out += "h3 {font-family: arial, helvetica, sans-serif; font-size: 16pt; font-weight: bold}"
  out += "h4 {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; font-weight: bold}"
  out += "blockquote {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "td {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "dl {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "dl dt {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "dl dd {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "ol {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "ul {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "ol li {list-style: decimal; font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "ol ol li {list-style: lower-alpha; font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "ul ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "ul ul ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += "a {text-decoration:none}"
  out += "a:link {color: #6d68cc}"
  out += "a:hover {text-decoration: underline}"
  out += "a:visited {color: #6d68cc}"
  out += "a:active {color: #6d68cc}"
  out += "</style>"
  document.write(out)
 }
}
else
{
 if (document.all)
//This is PC IE 
 {
  out = "<style type='text/css'>"
  out += ".b {font-weight: bold}"
  out += ".i {font-style: italic}"
  out += ".c {text-align: center}"
  out += ".bc {font-weight: bold; text-align: center}"
  out += ".m {vertical-align: middle}"
  out += ".one {font-family: arial, helvetica, sans-serif; font-size: 7.5pt}"
  out += ".oneb {font-family: arial, helvetica, sans-serif; font-size: 8pt; font-weight: bold}"
  out += ".onec {font-family: arial, helvetica, sans-serif; font-size: 7.5pt; text-align: center}"
  out += ".onebc {font-family: arial, helvetica, sans-serif; font-size: 8pt; font-weight: bold; text-align: center}"
  out += ".two {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += ".twob {font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold}"
  out += ".twoc {font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: center}"
  out += ".twobc {font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-align: center}"
  out += ".three {font-family: arial, helvetica, sans-serif; font-size: 12pt}"
  out += ".threeb {font-family: arial, helvetica, sans-serif; font-size: 12pt; font-weight: bold}"
  out += ".threec {font-family: arial, helvetica, sans-serif; font-size: 12pt; text-align: center}"
  out += ".threebc {font-family: arial, helvetica, sans-serif; font-size: 12pt; font-weight: bold; text-align: center}"
  out += ".four {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += ".fourb {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; font-weight: bold}"
  out += ".fourc {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; text-align: center}"
  out += ".fourbc {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; font-weight: bold; text-align: center}"
  out += ".five {font-family: arial, helvetica, sans-serif; font-size: 18pt}"
  out += ".fiveb {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold}"
  out += ".fivec {font-family: arial, helvetica, sans-serif; font-size: 18pt; text-align: center}"
  out += ".fivebc {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold; text-align: center}"
  out += ".tm {font-size: smaller; vertical-align: super}"
  out += ".red {color: #cc0000; font-weight: bold}"
  out += ".white {color: #ffffff; font-weight: bold}"
  out += ".blue {color: #6d68cc; font-weight: bold}"
  out += ".green {color: #00ff00; font-weight: bold}"
  out += ".orange {color: #ff9900; font-weight: bold}"
  out += ".example (font-family: courier)" 
  out += ".iosearch {display: none}"
  out += "p {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "h1 {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold}"
  out += "h2 {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; font-weight: bold}"
  out += "h3 {font-family: arial, helvetica, sans-serif; font-size: 12pt; font-weight: bold}"
  out += "h4 {font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold}"
  out += "blockquote {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "td {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "dl {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "dl dt {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "dl dd {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ol {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ol li {list-style: decimal; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ol ol li {list-style: lower-alpha; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul ul ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "a {text-decoration:none}"
  out += "a:link {color: #6d68cc}"
  out += "a:hover {text-decoration: underline}"
  out += "a:visited {color: #6d68cc}"
  out += "a:active {color: #6d68cc}"
  out += "</style>"
  document.write(out)
 }
 else if (document.layers) 
//This is PC Navigator 4
 {
  out = "<style type='text/css'>"
  out += ".b {font-weight: bold}"
  out += ".i {font-style: italic}"
  out += ".c {text-align: center}"
  out += ".bc {font-weight: bold; text-align: center}"
  out += ".m {vertical-align: middle}"
  out += ".one {font-family: arial, helvetica; font-size: 8pt}"
  out += ".oneb {font-family: arial, helvetica, sans-serif; font-size: 8pt; font-weight: 900}"
  out += ".onec {font-family: arial, helvetica, sans-serif; font-size: 8pt; text-align: center}"
  out += ".onebc {font-family: arial, helvetica, sans-serif; font-size: 8pt; font-weight: 900; text-align: center}"
  out += ".two {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += ".twob {font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold}"
  out += ".twoc {font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: center}"
  out += ".twobc {font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-align: center}"
  out += ".three {font-family: arial, helvetica, sans-serif; font-size: 12pt}"
  out += ".threeb {font-family: arial, helvetica, sans-serif; font-size: 12pt; font-weight: bold}"
  out += ".threec {font-family: arial, helvetica, sans-serif; font-size: 12pt; text-align: center}"
  out += ".threebc {font-family: arial, helvetica, sans-serif; font-size: 12pt; font-weight: bold; text-align: center}"
  out += ".four {font-family: arial, helvetica, sans-serif; font-size: 14.5pt}"
  out += ".fourb {font-family: arial, helvetica, sans-serif; font-size: 14.5pt; font-weight: bold}"
  out += ".fourc {font-family: arial, helvetica, sans-serif; font-size: 14.5pt; text-align: center}"
  out += ".fourbc {font-family: arial, helvetica, sans-serif; font-size: 14.5pt; font-weight: bold; text-align: center}"
  out += ".five {font-family: arial, helvetica, sans-serif; font-size: 18pt}"
  out += ".fiveb {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold}"
  out += ".fivec {font-family: arial, helvetica, sans-serif; font-size: 18pt; text-align: center}"
  out += ".fivebc {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold; text-align: center}"
  out += ".tm {font-size: smaller; vertical-align: super}"
  out += ".red {color: #cc0000; font-weight: bold}"
  out += ".white {color: #ffffff; font-weight: bold}"
  out += ".blue {color: #6d68cc; font-weight: bold}"
  out += ".green {color: #00ff00; font-weight: bold}"
  out += ".orange {color: #ff9900; font-weight: bold}"
  out += ".example (font-family: courier)" 
  out += ".iosearch {display: none}"
  out += "p {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "h1 {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold}"
  out += "h2 {font-family: arial, helvetica, sans-serif; font-size: 14.5pt; font-weight: bold}"
  out += "h3 {font-family: arial, helvetica, sans-serif; font-size: 12pt; font-weight: bold}"
  out += "h4 {font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold}"
  out += "blockquote {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "td {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ol {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ol li {list-style: decimal; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ol ol li {list-style: lower-alpha; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul ul ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "a {text-decoration:none}"
  out += "a:link {color: #6d68cc}"
  out += "a:hover {text-decoration: underline}"
  out += "</style>" 
  document.write(out)
 }
 else if (!document.all && document.getElementById) 
//This is PC Netscape 6 & 7
 {
  out = "<style type='text/css'>"
  out += ".b {font-weight: bold}"
  out += ".i {font-style: italic}"
  out += ".c {text-align: center}"
  out += ".bc {font-weight: bold; text-align: center}"
  out += ".m {vertical-align: middle}"
  out += ".one {font-family: arial, helvetica, sans-serif; font-size: 7.5pt}"
  out += ".oneb {font-family: arial, helvetica, sans-serif; font-size: 8pt; font-weight: bold}"
  out += ".onec {font-family: arial, helvetica, sans-serif; font-size: 7.5pt; text-align: center}"
  out += ".onebc {font-family: arial, helvetica, sans-serif; font-size: 8pt; font-weight: bold; text-align: center}"
  out += ".two {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += ".twob {font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold}"
  out += ".twoc {font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: center}"
  out += ".twobc {font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-align: center}"
  out += ".three {font-family: arial, helvetica, sans-serif; font-size: 12pt}"
  out += ".threeb {font-family: arial, helvetica, sans-serif; font-size: 12pt; font-weight: bold}"
  out += ".threec {font-family: arial, helvetica, sans-serif; font-size: 12pt; text-align: center}"
  out += ".threebc {font-family: arial, helvetica, sans-serif; font-size: 12pt; font-weight: bold; text-align: center}"
  out += ".four {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += ".fourb {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; font-weight: bold}"
  out += ".fourc {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; text-align: center}"
  out += ".fourbc {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; font-weight: bold; text-align: center}"
  out += ".five {font-family: arial, helvetica, sans-serif; font-size: 18pt}"
  out += ".fiveb {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold}"
  out += ".fivec {font-family: arial, helvetica, sans-serif; font-size: 18pt; text-align: center}"
  out += ".fivebc {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold; text-align: center}"
  out += ".tm {font-size: smaller; vertical-align: super}"
  out += ".red {color: #cc0000; font-weight: bold}"
  out += ".white {color: #ffffff; font-weight: bold}"
  out += ".blue {color: #6d68cc; font-weight: bold}"
  out += ".green {color: #00ff00; font-weight: bold}"
  out += ".orange {color: #ff9900; font-weight: bold}"
  out += ".example (font-family: courier)" 
  out += ".iosearch {display: none}"
  out += "p {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "h1 {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold}"
  out += "h2 {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; font-weight: bold}"
  out += "h3 {font-family: arial, helvetica, sans-serif; font-size: 12pt; font-weight: bold}"
  out += "h4 {font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold}"
  out += "blockquote {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "td {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "dl {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "dl dt {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "dl dd {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ol {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ol li {list-style: decimal; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ol ol li {list-style: lower-alpha; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul ul ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "a {text-decoration:none}"
  out += "a:link {color: #6d68cc}"
  out += "a:hover {text-decoration: underline}"
  out += "a:visited {color: #6d68cc}"
  out += "a:active {color: #6d68cc}"
  out += "</style>"
  document.write(out)
 }
 else 
//This is PC default except PC IE 3
 {
  out = "<style type='text/css'>"
  out += ".b {font-weight: bold}"
  out += ".i {font-style: italic}"
  out += ".c {text-align: center}"
  out += ".bc {font-weight: bold; text-align: center}"
  out += ".m {vertical-align: middle}"
  out += ".one {font-family: arial, helvetica, sans-serif; font-size: 7.5pt}"
  out += ".oneb {font-family: arial, helvetica, sans-serif; font-size: 8pt; font-weight: bold}"
  out += ".onec {font-family: arial, helvetica, sans-serif; font-size: 7.5pt; text-align: center}"
  out += ".onebc {font-family: arial, helvetica, sans-serif; font-size: 8pt; font-weight: bold; text-align: center}"
  out += ".two {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += ".twob {font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold}"
  out += ".twoc {font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: center}"
  out += ".twobc {font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-align: center}"
  out += ".three {font-family: arial, helvetica, sans-serif; font-size: 12pt}"
  out += ".threeb {font-family: arial, helvetica, sans-serif; font-size: 12pt; font-weight: bold}"
  out += ".threec {font-family: arial, helvetica, sans-serif; font-size: 12pt; text-align: center}"
  out += ".threebc {font-family: arial, helvetica, sans-serif; font-size: 12pt; font-weight: bold; text-align: center}"
  out += ".four {font-family: arial, helvetica, sans-serif; font-size: 13.5pt}"
  out += ".fourb {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; font-weight: bold}"
  out += ".fourc {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; text-align: center}"
  out += ".fourbc {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; font-weight: bold; text-align: center}"
  out += ".five {font-family: arial, helvetica, sans-serif; font-size: 18pt}"
  out += ".fiveb {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold}"
  out += ".fivec {font-family: arial, helvetica, sans-serif; font-size: 18pt; text-align: center}"
  out += ".fivebc {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold; text-align: center}"
  out += ".tm {font-size: smaller; vertical-align: super}"
  out += ".red {color: #cc0000; font-weight: bold}"
  out += ".white {color: #ffffff; font-weight: bold}"
  out += ".blue {color: #6d68cc; font-weight: bold}"
  out += ".green {color: #00ff00; font-weight: bold}"
  out += ".orange {color: #ff9900; font-weight: bold}"
  out += ".example (font-family: courier)" 
  out += ".iosearch {display: none}"
  out += "p {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "h1 {font-family: arial, helvetica, sans-serif; font-size: 18pt; font-weight: bold}"
  out += "h2 {font-family: arial, helvetica, sans-serif; font-size: 13.5pt; font-weight: bold}"
  out += "h3 {font-family: arial, helvetica, sans-serif; font-size: 12pt; font-weight: bold}"
  out += "h4 {font-family: arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold}"
  out += "blockquote {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "td {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "dl {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "dl dt {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "dl dd {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ol {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul {font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ol li {list-style: decimal; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ol ol li {list-style: lower-alpha; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "ul ul ul ul li {list-style: disc; font-family: arial, helvetica, sans-serif; font-size: 10pt}"
  out += "a {text-decoration:none}"
  out += "a:link {color: #6d68cc}"
  out += "a:hover {text-decoration: underline}"
  out += "a:visited {color: #6d68cc}"
  out += "a:active {color: #6d68cc}"
  out += "</style>"
  document.write(out)
 }
}

