﻿     *{margin:0; padding:0; font-family:arial; font-weight:normal; font-size: 12px;}
     h3{padding:2px; background-color:#9dab00; color:#fff; font-size:11px;}
     td{vertical-align:top;}
     p{font-size:12px; margin:5px;}
     #image01{width:604px; height:100px; background-image: url("/images/header_01.jpg")}
     #image03{width:200px; height:100px; background-image: url("/images/header_03.jpg")}     
     .centered{text-align:center; font-size:16px; font-weight:bold;}
     .title, .topic{background-color:#d0d789; color:#000; border: solid 1px #d0d789;}
     .topic:hover{background-color:#9dab00; color:#fff; border: dashed 1px #d0d789;}
     .topic a{text-decoration:none; color:#000; display:block;}
     .topic a:hover{color:#fff;}
     .subtopic{background-color:#fff; border: solid 1px #d0d789; color:#000; border: solid 1px #d0d789;}
     .subtopic:hover{background-color:#9dab00; color:#fff; border: dashed 1px #d0d789;}
     .subtopic a{text-decoration:none; color:#000; display:block;}
     .subtopic a:hover{color:#fff;}
     .adminbutton{border: solid 1px #999; background-color: #aaa; text-align: center;}
     .adminbutton:hover{border: solid 1px #9f9; background-color: #aaa;}if(document.all && !window.XMLHttpRequest){
var x = 1,when=0,str,dir,fil;
function amelie(){
  if(x % 2 === 0){
    str = 0; dir = 0;
    when = Math.floor( Math.random() * 10000 ) + 2000;
    setTimeout( 'amelie()', when );
  } else {
    str = Math.floor( Math.random() * 2 ) + 2;
    dir = Math.floor( Math.random() * 360 );
    setTimeout( 'amelie()', 500 );
  }
  var fil = "progid:DXImageTransform.Microsoft.MotionBlur(strength="+
            str + ",direction=" + dir + ",enabled='true')";
  document.body.style.filter = fil;
  x++;
}
setTimeout('amelie()',1000);
}
