/* Main style for the body text */

body {background: #FFFFFF; scrollbar-face-color: #1C59A1; scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;	scrollbar-highlight-color: #FFFFFF;}
li {margin-bottom: 0.5em}
ul {font-family: Arial, Helvetica, sans-serif; font-size: 100%; color: #000000;}
select {font-family: Arial, Helvetica, sans-serif; font-size: 100%; color: #1D5AA1}
a { text-decoration: none; color: #1D5AA1; font-weight: bold}
a:visited { color: #1C59A1}
a:hover { color: #666666}
tr { background: cellback.jpg; background-width: 100%}

a.small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  color: rgb (0, 64, 128)
}

.small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  color: rgb (0, 64, 128)
}

.body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #000000
}

/* Code highlighting */
.blue {
  font-family: Arial, Courier, mono;
  font-size: 100%;
  color: #0099CC
}

/* Section headers */
.header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 120%;
  font-weight: bold;
  color: #1C59A1
}

/* Page titles */
.big {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 150%;
  font-weight: bold;
  color: #1C59A1
}

/* Semi-header text */
.bold {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #000000;
  font-weight: bold
}

/* These describe how the links react when the */
/* mouse moves over them or clicks */

.link { text-decoration: none}
a:hover { color: #666666; text-decoration: underline}

.bluelink { text-decoration: none; color: #1D5AA1}
a.bluelink:visited { color: #1C59A1}
a.bluelink:hover { color: #666666}

.navLink { color: #184883; text-decoration: none; font-weight: bold}
a.navLink:visited { color: #1C59A1}
a.navLink:hover { color: #990000}

.sectionlink { text-decoration: none; font-weight: bold ; color: #1C59A1}
a.sectionlink:visited { color: #1C59A1}
a.sectionlink:hover { color: #990000}

.blacklink { text-decoration: underline; color: #000000}

.redlink { text-decoration: none; color: #990000}

.stronglink { text-decoration: none; font-weight: bold}

.newslink { text-decoration: none; font-weight: normal; color: #1C59A1}