/* CSS Defaults */

/* Include this in page markup (header) with: 
  <link rel=stylesheet type="text/css" href="path/base.css">
*/

/* Hacks and IE Fixes:  The 100% Height Fix */
body, html {
  height:100%;
}

/* Base Defaults */
/*html, body, dl, dt, dd, img, tr, td { EJW: This goofs up the centered tables */
html, body {
  margin: 0; 
  padding: 0;
  border: 0;
  text-align:center;
  vertical-align:top;
}

/* Element Defaults */
body {
  margin-left: 70px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 2px;
  background-color: #ffffff;
  background-image: url(/graphics/nbg4-white.gif);
  background-repeat: repeat-y;
  background-position: 0 0; /* 0 44px is interesting too */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  /* font-weight: bold; */
  color: #000000;
}

h1,h2,h3,h4 {
  /* font-family: Arial, Helvetica, sans-serif; */
  /* font-family: 'Trebuchet MS',Verdana,Sans-Serif; */
  font-family: 	Times New Roman, Georgia, Serif;
  font-weight: bold;
}

H1 {
  color: #5f492d;
  font-size: 13pt;
  margin: 1px;
  text-align: center;
  letter-spacing: -0.6px;
}

H2 {
  color: #6f593d;
  font-size: 11pt;
  margin: 1px;
  text-align: center;
}
  


H3 {
  color: #000000;
  font-size: 11pt;
  margin: 1px;
}  

H4 {
  color: #000000;
  font-size: 9pt;
  margin: 1px;
}
  





form {
  margin: 4px;
  padding: 0px;
}

ul {
  padding-left: 16px;
  margin: 2px;
}

a {
  color: #5f492d;
}

a:visited {
  color: #4f391d;
}

a:hover {
  color: #4f391d;
  text-decoration: none;
}

blockquote {
  font-style: italic;
  font-size: 0.9em;
}

hr {
  clear:both;
  border: none 0;
  border-top: 2px solid #CCCCCC;/*the border*/
  height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
  margin: 0 0 1.4em 0;
}
table {
  /* border: 1px dotted #f0f; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  font-style: normal;
  /* font-weight: bold; */
  color: #000000;
  margin: 0 auto; /* Center tables by default */
}
