  
  document.writeln('<STYLE type="text/css">')
    document.writeln('td.logo { line-height : 110% }')
    document.writeln('td.logo a:visited { color : blue}')
    document.writeln('td.logo a:hover { color : blue}')
    document.writeln('td.logo a{text-decoration:none;}')
    document.writeln('td.logo body{background-color:white;}')
  document.writeln('</STYLE>')
      
  document.writeln('<STYLE type="text/css">')
    document.writeln('td.topnavi { line-height : 100% }')
    document.writeln('td.topnavi a:visited { color : #990000 }')
    document.writeln('td.topnavi a:hover { color : #CCEEFF background:#FFFF66; background-color:#336699;}')
    document.writeln('td.topnavi a{text-decoration:none;}')
    document.writeln('td.topnavi body{background-color:white;}')
    
    document.writeln('td.botnavi { line-height : 100% }')
    document.writeln('td.botnavi a:visited { color : #990000 }')
    document.writeln('td.botnavi a:hover { color : #CCEEFF background:#FFFF66; background-color:#ffffff;}')
    document.writeln('td.botnavi a{text-decoration:none;}')
    document.writeln('td.botnavi body{background-color:white;}')

    document.writeln('td.topadd { line-height : 100% }')
    document.writeln('td.topadd a:visited { color : #990000 }')
    document.writeln('td.topadd a:hover { color : #CCEEFF background:#FFFF66; background-color:#ffffff;}')
    document.writeln('td.topadd a{text-decoration:none;}')
    document.writeln('td.topadd body{background-color:white;}')

    document.writeln('td.subject { line-height : 100% }')
    document.writeln('td.subject a:visited { color : #990000}')
    document.writeln('td.subject a:hover { color : #CC0000 }')
    document.writeln('td.subject a{text-decoration:underline;}')
    document.writeln('td.subject body{background-color:white;}')
    
    document.writeln('td.news { line-height : 100% }')
    document.writeln('td.news a:visited { color : #990000}')
    document.writeln('td.news a:hover { color : CC0000 }')
    document.writeln('td.news a{text-decoration:underline;}')
    document.writeln('td.news body{background-color:white;}')

  document.writeln('</STYLE>')

//CC0000- red Link- #527bad- lt blue Redbrown #990000
document.writeln('<style type="text/css">')
document.writeln('.spBody {')
document.writeln('color: #000000;')
document.writeln('font-family: Arial, Helvetica;')
document.writeln('font-size: 10pt;')
document.writeln('}')

document.writeln('.spLink:active {')
document.writeln('color: #e6e6e6;')
document.writeln('font-family: Arial, Helvetica;')
document.writeln('font-size: 10pt;')
document.writeln('}')

document.writeln('.spLink:link {')
document.writeln('color: #000080;')
document.writeln('font-family: Arial, Helvetica;')
document.writeln('font-size: 10pt;')
document.writeln('}')

document.writeln('.spLink:visited {')
document.writeln('color: #000080;')
document.writeln('font-family: Arial, Helvetica;')
document.writeln('font-size: 10pt;')
document.writeln('}')

document.writeln('.spsmall:active {color: #e6e6e6;font-family: Arial, Helvetica;font-size: 9pt;}')
document.writeln('.spsmall:link {color: #000080;font-family: Arial, Helvetica;font-size: 9pt;}')
document.writeln('.spsmall:visited {color: #000080;font-family: Arial, Helvetica;font-size: 9pt;}')
document.writeln('.spsmall:hoover {color: #CC0000;}')
document.writeln('.sphead {color: #000000;font-family: Arial, Helvetica;font-size: 8pt;}')


document.writeln('.spred:active {color: red;font-family: Arial, Helvetica;font-size: 9pt;}')
document.writeln('.spred:link {color: red;font-family: Arial, Helvetica;font-size: 9pt;}')
document.writeln('.spred:visited {color: red;font-family: Arial, Helvetica;font-size: 9pt;}')
document.writeln('.spred:hoover {color: #CC0000;}')
document.writeln('.spred {color: #000000;font-family: Arial, Helvetica;font-size: 9pt;}')

document.writeln('</style>')


