BODY { background: white; font-family: Helvetica, Arial, Univers, Eurostile, Futura, sans-serif; font-size: 12pt color: black }

/* Sets everything in every document that uses the style sheet to have a white background, so no need to set the background color on every page.  */

/*  Sets the font for everything on the webpage.  The list of fonts will be tried in the order they appear until one is found that the user's computer supports.  In the situation that the user has none of those fonts, the default sans-serif font on their system will be used.  12 point font will be the default on all pages (but may be overridden at any time), which is the equivalent of the font size=3 tag. */

/* These have been defined so that they correspond with the regular html font sizes (i.e. hqblue3 is the same as <font size="3">.  They are absolute sizes, however, and do not change depending on the settings of the user's browser.  */


.hqblue1   { font-family: Helvetica, Arial, Univers, Eurostile, Futura, sans-serif; font-size: 8pt; color: #4682b4 }
.hqblue2   { font-family: Helvetica, Arial, Univers, Eurostile, Futura, sans-serif; font-size: 10pt; color: #4682b4 }
.hqblue3   { font-family: Helvetica, Arial, Univers, Eurostile, Futura, sans-serif; font-size: 12pt; color: #4682b4 }
.hqblue4   { font-family: Helvetica, Arial, Univers, Eurostile, Futura, sans-serif; font-size: 14pt; color: #4682b4 }
.hqblue5   { font-family: Helvetica, Arial, Univers, Eurostile, Futura, sans-serif; font-size: 18pt; color: #4682b4 }
.hqblue6   { font-family: Helvetica, Arial, Univers, Eurostile, Futura, sans-serif; font-size: 24pt; color: #4682b4 }
.hqblue7   { font-family: Helvetica, Arial, Univers, Eurostile, Futura, sans-serif; font-size: 36pt; color: #4682b4 }


/* Same as above, although these are black rather than blue.  */

.black1   { font-family: Helvetica, Arial, Univers, Eurostile, Futura, sans-serif; font-size: 8pt; color: black }
.black2   { font-family: Helvetica, Arial, Univers, Eurostile, Futura, sans-serif; font-size: 10pt; color: black }
.black3   { font-family: Helvetica, Arial, Univers, Eurostile, Futura, sans-serif; font-size: 12pt; color: black }
.black4   { font-family: Helvetica, Arial, Univers, Eurostile, Futura, sans-serif; font-size: 14pt; color: black }
.black5   { font-family: Helvetica, Arial, Univers, Eurostile, Futura, sans-serif; font-size: 18pt; color: black }
.black6   { font-family: Helvetica, Arial, Univers, Eurostile, Futura, sans-serif; font-size: 24pt; color: black }
.black7   { font-family: Helvetica, Arial, Univers, Eurostile, Futura, sans-serif; font-size: 36pt; color: black }


/* Same as above, although these are red rather than blue.  */

.red1  { font-family: Helvetica, Arial, Univers, Eurostile, Futura, sans-serif; color: red; font-size: 8pt }
.red2  { font-family: Helvetica, Arial, Univers, Eurostile, Futura, sans-serif; color: red; font-size: 10pt }
.red3  { font-family: Helvetica, Arial, Univers, Eurostile, Futura, sans-serif; color: red; font-size: 12pt }
.red4  { font-family: Helvetica, Arial, Univers, Eurostile, Futura, sans-serif; color: red; font-size: 14pt }
.red5  { font-family: Helvetica, Arial, Univers, Eurostile, Futura, sans-serif; color: red; font-size: 18pt }
.red6  { font-family: Helvetica, Arial, Univers, Eurostile, Futura, sans-serif; color: red; font-size: 24pt }
.red7  { font-family: Helvetica, Arial, Univers, Eurostile, Futura, sans-serif; color: red; font-size: 36pt }


A:link    { color: #4682b4; text-decoration: none }      /* unvisited links will be High-Q blue and will not be underlined */
A:hover { color: #88CCEE; text-decoration: none  }  /* during mouseover, links will be light blue  */
A:visited { color: #88CCEE; text-decoration: underline  }     /* visited links */
A:active  { color: #ff9999; text-decoration: underline   }  /* active links */

IMG { border-width: 0 }   /* there will no longer be a border around any images, no need to set the border to 0 in GoLive any longer */

.returnbar  {  font-family: Helvetica, Arial, Univers, Eurostile, Futura, sans-serif; font-size: 16pt; color: white }
.tabbar  {  font-family: Helvetica, Arial, Univers, Eurostile, Futura, sans-serif; font-size: 12pt; color: white }

/* The standard spectrum of High-Q colors.  Currently effect the background color of the cells in the units conversion table.  color# is the same color as the tabs along the top of each webpage and the menu selections on the sidebar of the articles, newsletter, and survey pages.  color#x is the lighter version of that color that is used on mouseovers.  The lighter version is used in the units conversion table as well to make the black text easier to read. */

.color1 { background-color: #bbbbee }  /* purple */
.color1x { background-color: #ccccff }  /* light purple */
.color2 { background-color: #ddaadd }  /* pink */
.color2x { background-color: #eebbee }  /* light pink */
.color3 { background-color: #aaddff }  /* blue */
.color3x { background-color: #bbeeff }  /* light blue */
.color4 { background-color: #00dddd }  /* teal */
.color4x { background-color: #00eeee }  /* light teal */
.color5 { background-color: #aaff44 }  /* green */
.color5x { background-color: #ccff99 }  /* light green */
.color6 { background-color: #ffdd44 }  /* yellow */
.color6x { background-color: #ffee77 }  /* light yellow */
.color7 { background-color: #ffaa33 }  /* orange */
.color7x { background-color: #ffbb66 }  /* light orange */
.color8 { background-color: #cc6666 }  /* red */
.color8x { background-color: #ff9999 }  /* light red */
.color9 { background-color: white }  /* white */


/* Simply makes subscript and superscript text smaller.  By using the term 'smaller' it will always appear smaller relative to the surrounding font size */

sub { font-size: smaller }
sup { font-size: smaller }


/* These apply to the units conversion table. */

.footnote { font-size: smaller; color: red; }
.headings { color: #6699cc; font-size: larger }
.letter { color: #6699cc; font-size: 24pt; text-align: center }






