


/* This section controls how the body of your documents appear */
body {
  /* This section controls the font */
  color: #000000;
  font-size: 12pt;
  font-family: Verdana, Trebuchet MS, Arial, Helvetica;

  /* This section controls the background colors and images */
  background-color: #FFFFFF;
  background-image : url(../graphics/background.gif);
  background-repeat: repeat;
  background-attachment: fixed !important;

  /* This section controls scrollbar colors & appearance */
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-base-color: #336666;
  scrollbar-track-color: ;
  scrollbar-highlight-color: ;
  scrollbar-3d-light-color: ;
}



/* This section controls how your headline text appears */
h1,h2,h3,h4,h5,h6 { margin-top: 0; margin-bottom: 0; }
h1 { color: #336666; font-size: 24pt; }
h2 { color: #336666; font-size: 18pt; }
h3 { color: #336666; font-size: 14pt; }
h4 { color: #336666; font-size: 12pt; }
h5 { color: #336666; font-size: 10pt; }
h6 { color: #336666; font-size: 8pt; }



p.header {
  margin-top: 10;
  margin-bottom: 15;
}



/* This section controls how undefined (random) lists appear */
ul { list-style-image: url(../graphics/bullet1.gif); }
ul ul { list-style-image: url(../graphics/bullet2.gif); }
ul ul ul { list-style-image: url(../graphics/bullet3.gif); }
ul ul ul ul { list-style-image: url(../graphics/bullet4.gif); }
ul ul ul ul ul { list-style-image: url(../graphics/bullet5.gif); }
ul ul ul ul ul ul { list-style-image: url(../graphics/bullet6.gif); }



/* This section controls how links appear */
a:link { color: #3366CC; }
a:visited { color: #008080; }
a:active { color: #000080; }

a.footer1:link { font-size: 10pt; color: #3366CC; text-decoration: none; }
a.footer1:visited { font-size: 10pt; color: #008080; text-decoration: none; }
a.footer1:active { font-size: 10pt; color: #000080; text-decoration: none; }

a.footer2:link { font-size: 10pt; font-weight: bold; color: #3366CC; text-decoration: none; }
a.footer2:hover { font-size: 10pt; font-weight: bold; font-style: normal; color: #3366CC; text-decoration: none; }
a.footer2:visited { font-size: 10pt; font-weight: bold; color: #008080; text-decoration: none; }
a.footer2:active { font-size: 10pt; font-weight: bold; color: #000080; text-decoration: none; }



/* This section controls how tables appear */
table {
  color: #000000;
  font-family: Trebuchet MS, Arial, Helvetica;
  border: 0px solid #FFFFFF;
  border-collapse: collapse;
}

td.menu {
  border-left-style: none;
  border-left-width: medium;
  border-right-style: solid;
  border-right-width: 1;
  border-top-style: non;
  border-top-width: medium;
  border-bottom-style: none;
  border-bottome-width: medium;
}
td.menu2 {
  border-right-style: none;
  border-right-width: medium;
  border-top-style: none;
  border-top-width: medium;
  border-bottom-style: none;
  border-bottom-width: medium;
}
td.menu3 {

}

td.body {
  border-right-style: none;
  border-right-width: medium;
  border-top-style: none;
  border-top-width: medium;
  border-bottom-style: none;
  border-bottom-width: medium;

/*
  border-left-style: 1px solid #FFFFFF;
*/

}
td.body2 {
}

td.footer1 {
  font-size: 10pt;
  border: 0px solid #000000;
}
td.footer2 {
  font-size: 10pt;
  font-style: italic;
  border: 0px solid #000000;
}

th {
  font-size: 18pt;
  font-weight: bold;
}


table.funding, {
  color: #000000;
  font-size: 10pt;
  font-family: Trebuchet MS, Arial, Helvetica;
  border: 1px solid #000000;
  border-collapse: collapse;
}
td.funding {
  color: #000000;
  font-size: 10pt;
  font-family: Trebuchet MS, Arial, Helvetica;
  border: 1px solid #000000;
  border-collapse: collapse;
}
td.fundingBold {
  color: #000000;
  font-size: 10pt;
  font-weight: 600;
  font-family: Trebuchet MS, Arial, Helvetica;
  border: 1px solid #000000;
  border-collapse: collapse;
}

