/* Body : arial, 11pt, Black, no background */
body {font-family: "arial";
       margin: 20;
        text-align: left;
        background: url(back.gif) white;
	font-size: 11pt;
	color : black;}

/* Header 1 : Light blue, 24pt, 1 line spacing after  */
h1 {
    font-size: 24pt;
    text-align: left;
    color: "#6699FF";
    line-height: 32pt;
    height: 69px;
}

/* Header 2 : Light blue, 16pt */
h2 {color : "#6699FF";
      font-size: 16pt;
    height: 38px;
}

/* Header 3 : dark Blue, bold */
h3 {color: "#0033CC";
      font-weight: bold;}

/* Header 3 without line break */
span.h3 {color :"#0033CC";
          font-weight: bold;}
          
/* Navigation pane */
/*  div.nav {background-color:white;  */
div.nav {position:fixed;
          z-index:1;
          left:0px;
          width:100%;
    top: 4px;
    height: 21px;
    bottom: 278px;
}

span.content {position:relative;
          top:70px;}