@charset "utf-8";
/* CSS Document */

/* colours */
/* white for most things */
/* black for text */
/* blue (#008FFF) for nav bar */

/* text */
h1, h2, h3, h4, li, td, ul {font-family:"Arial"; color:#000000;}
p {font-family:"Arial"; color:#000000;}
h2 { font-size:36px;}
h3 { font-size:36px;}
h4 { font-size:24px;}
th { font-size:24px; font-family:"Arial"; font-weight:bold;}
td {font-family:"Arial";}
em { font-weight:bold; font-style:normal; font-family:"Arial";}
p.print {display:none;}
h3.print {display:none;}

/* Links */
a:link, a:visited {font-family:"Arial"; color:#000000; text-decoration:underline; font-weight:bold;}
a:hover {color:#0000FF; text-decoration:underline; font-weight:bold;}
a.title:link, a.title:visited, a.title:hover {font-family:"Arial"; color:#000000; text-decoration:underline; font-weight:normal;}
a.text:link, a.text:visited, a.text:hover {font-family:"Arial"; color:#000000; text-decoration:none; font-weight:bold;}

/* Structure */
#nav { position:fixed; left:0px; top:0px; bottom:0px; width:160px; padding-left:5px; background-color:#008FFF;}
#content { position:absolute; top:0px; bottom:0px; left:175px; right:0px;}
img.top {position:fixed; left:125px; top:0px; border:0px;}
img.bottom {position:fixed; left:125px; bottom:0px; border:0px;}
.page-break { display:none; }
/* End */