
 body  { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font size: 12px;
	background-color: white;
	vertical-align: text-top;
	margin-left: 1px;
	margin-right: 1 px; }

    /*/*/a{}
    body {
      font-size: x-small;
      voice-family: "\"}\"";
      voice-family: inherit;
      font-size: x-small;
      }
      html>body {
         font-size: small;
      }
      /* */

/*The funny bit of code above tells different types of browsers to allow scaling of 
text, for accessibility.  For more info - http://diveintoaccessibility.org/day_26_using_relative_font_sizes.html*/




.menu {
	background : white;
	font-size: 10px;
	font-variant : normal;
	color: #003366;
	border: 2px;
	border-bottom-width: medium;
	border-top-width: thin;
	border-left-width: medium;
	border-right-width: thin;
	border-color: #003366;  
}
 

/*menu and legend (below) are "classes."  If I decide that I want my body text to 
be 10px and to have a border, I can, in the html code, use a class tag.  They look 
like this: <td class="menu">.  YOu'll see classes used in the subject pages sometimes.*/

.legend { 
   font-family: Verdana, Arial, sans-serif; 
   font-size: xx-small; 
   text-decoration: none; }

/*The class "legend" makes for tiny text.*/




A:link, A:visited {
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : underline;  }

A:active {
	color: #006699;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	text-decoration : underline;  }

A:hover {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;  }

/*All links will be in bold and underlined . . . */



A.minor:link, A.minor:visited, A.minor:hover, A.minor:active {
    color: #006699;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;  }

/*Unless you specify class="minor" in which case they will be bold and not underlined, or . . .*/



A.menulink:link, A.menulink:visited, A.menulink:active {
    color: #006699;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;  }

A.menulink:hover {
    color: #990000;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;  }


/*Unless you specify class="menulink," in which case, they will be normal weight and
 will not be underlined*/


P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 12px;
	line-height: 130%;
	text-align: justify;
	padding-left : 24px;
	padding-right: 24px;  }

    /*/*/a{}
    p {
      font-size: x-small;
      voice-family: "\"}\"";
      voice-family: inherit;
      font-size: x-small;
      }

      html>body p {
         font-size: small;
      }

     /* */

/*All paragraphs, by default will indent 6px from both sides, will be justified, 
and will have a little more than single spacing.*/

.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 12px;
	line-height: 120%;
	background-color: white;
	vertical-align: text-top;
	margin-left : 30px;
	margin-right : 30px;  }
   

    /*/*/a{}
    .description {
      font-size: x-small;
      voice-family: "\"}\"";
      voice-family: inherit;
      font-size: x-small;
      }

      html>.description {
         font-size: small;
      }

      /* */   

/*The description class means more indention on both sides of the text, and less space 
between lines.*/

.short {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align:left;
margin-right : 50px; 
}


TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight : normal;
  }

   /*/*/a{}
    td {
      font-size: x-small;
      voice-family: "\"}\"";
      voice-family: inherit;
      font-size: x-small;
      }
      html>body td {
         font-size: small;
      }




.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 12px;
	line-height: 120%;
	background-color: white;
	vertical-align: text-top;
	margin-left : 30px;
	margin-right : 30px;  }
   

    /*/*/a{}
    .description {
      font-size: x-small;
      voice-family: "\"}\"";
      voice-family: inherit;
      font-size: x-small;
      }

      html>.description {
         font-size: small;
      }

      /* */   

/*The description class means more indention on both sides of the text, and less space 
between lines.*/

UL {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 125%;
    padding-right: 24px;   }
   
    /*/*/a{}
    ul {
      font-size: x-small;
      voice-family: "\"}\"";
      voice-family: inherit;
      font-size: x-small;
      }

      html>ul {
         font-size: small;
      }

      /* */   

.numberlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 16px;
	line-height: 200%;
	background-color: white;
	vertical-align: text-top;
	margin-left : 24px;
	margin-right : 24px;  }
   

    /*/*/a{}
    .description {
      font-size: x-small;
      voice-family: "\"}\"";
      voice-family: inherit;
      font-size: x-small;
      }

      html>.description {
         font-size: small;
      }

      /* */   

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	A: 10px; 
 }

H1 {font-size: 16pt font-family: Verdana, Arial, Helvetica, sans-serif; color: #003366; font-weight: bold; text-indent: 10px; }

H2 {font-size: 16pt font-family: Verdana, Arial, Helvetica, sans-serif; color: #003366; font-weight: normal; text-indent: 10px; }

H3 {font: 14pt verdana, arial, helvetica, sans-serif; color: #003366; font-weight : bold; text-indent: 10px; }

H4 {font: 12pt verdana, arial, helvetica, sans-serif; color: #003366; font-weight : bold; text-indent: 10px; }

H5 {font: 10pt verdana, arial, helvetica, sans-serif; color: #003366; font-weight : bold; line-height: 12px; }

H6 {font: 10pt verdana, arial, helvetica, sans-serif; color: #990000; font-weight : bold; line-height: 12px; }
