//This was affecting the navigation stylesheet so I commented them out. - Ben Fernando
//a:link {color: #CC0000;}
//a:visited {color: #CC0000;}

.sub {
   font-family: Helvetica, "Arial", sans-serif;
   font-size: 8pt;
}

.query {
   font-family: Courier, "Courier New", monospace;
   font-size: 10pt;
}

body {
   font-family: Helvetica, "Arial", sans-serif;
   font-size: 9pt;
   background-color: white;
}

p, td, .text {
   font-family: Helvetica, "Arial", sans-serif;
   font-size: 9pt;
}

h1, h2 {
   color: #000066;
   font-family: "Helvetica", "Arial", sans-serif;
   font-size: 16pt;
}

h3 {
   color: #000066;
   font-family: "Helvetica", "Arial", sans-serif;
   font-size: 14pt;
}

h4, h5 {
   color: #000066;
   font-family: "Helvetica-Narrow", "Arial Narrow", sans-serif;
   font-size: 12pt;
}

th {
   color: #000066;
   font-family: Helvetica, "Arial", sans-serif;
   font-size: 10pt;
   font-weight: bold;
   text-align: left;
   padding-top: 8px;
}

pre, input {
   font-family: Courier, "Courier New", monospace;
   font-size: 8pt;
}





